AW: How to turn off the warnings during ant build?

2012-04-04 Thread Knuplesch , Jürgen
Just add the javac options that reduce the javac warnings into your javac task. This javac who tells you whats wrong, not Ant himself. -Ursprüngliche Nachricht- Von: xsli2 [mailto:xs...@yahoo.com] Gesendet: Mittwoch, 4. April 2012 15:23 An: user@ant.apache.org Betreff: How to turn off the

How to turn off the warnings during ant build?

2012-04-04 Thread xsli2
Hi: When I run ant, a lot of warnings are printed out on the screen. It is very daunting. It makes new people to feel, as first response, this is broken. But actually, the build is successful. I pasted a few warning messages below. In our real code, there are hundreds of them. [javac] /abc/ef

AW: the classes in rt.jar cannot be found during ant build

2012-04-04 Thread Knuplesch , Jürgen
What Java is Ant running with? -Ursprüngliche Nachricht- Von: xsli2 [mailto:xs...@yahoo.com] Gesendet: Montag, 2. April 2012 23:02 An: user@ant.apache.org Betreff: the classes in rt.jar cannot be found during ant build Hi, In my build.xml, ...