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
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
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,
...