There should be a build.xml somewhere in the project. Probably
/tmp/OpenbravoERP-2.50MP2/src-db/build
in your case, but Im not familiar with this project/product.
Inside the build.xml there will be an Ant target with a "javac" task.





On Wed, Jul 29, 2009 at 1:15 PM, jann1 <ja...@uni-landau.de> wrote:

> Scot P. Floess schrieb:
>
>>
>> Which version of Java do you have on your system?  If its stock 1.5+ it
>> should just work without using the <javac> target attribute...
>>
>
> java version 1.6.0_0
>
>  If all else fails I believe you can just do this:
>>
>> <javac target="1.5" ...
>>
>
> where to this <javac target="1.5" ... ????
>
> greetings
>
> Hermann
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
>
>

Reply via email to