Hi!

Does it harm if we set <javac source="1.5" and target="1.5">?

The Ant manual highly recommend to always specify soruce and target attributes.


On 1/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
First of all you have to install a Java5 Development Kit.
Having that installed as first on the PATH, Ant should do the rest 
automatically - if not specified something else.

These two attributes are responsible for using former versions
 <javac source="" target="">
Dont use them or set them to "1.5".


Jan


>-----Ursprüngliche Nachricht-----
>Von: joe P [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 15. Januar 2007 12:06
>An: user@ant.apache.org
>Betreff: How to set source from 1.4 to 1.5
>
>Hi ,
>Can any one suggest me solution to set source from 1.4 to 1.5 .
>I'm trying to run ant script but it is failing with the below message.
>
>generics are not supported in -source 1.4
>    [javac] (try -source 1.5 to enable generics)
>
>Please let me know how can i fix this?
>
>Thanks,
>Joe
>
>
>
>_______________________________________________________________
>_____________________
>Don't pick lemons.
>See all the new 2007 cars at Yahoo! Autos.
>http://autos.yahoo.com/new_cars.html
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED] For
>additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to