Antoine Levy-Lambert wrote:
Hello Guy,
from what you are writing, this issue comes from the JDK compiler, not
from ant.
So you should report it to the vendor of the JDK (Sun ?).
If you run ant -verbose, I suppose you can see the classpath used by ant
for compiling.
ant itself will not rejec
Hello Guy,
from what you are writing, this issue comes from the JDK compiler,
not from ant.
So you should report it to the vendor of the JDK (Sun ?).
If you run ant -verbose, I suppose you can see the classpath used by
ant for compiling.
ant itself will not reject any file from the classpa
One of our build.xml files includes a SAR (JBoss server archive) in the
classpath, along with a bunch of other JARs. Up until Java JDK 1.5.0_04
at least, this was working fine. I recently upgraded my workstation to
1.5.0_10, and now this no longer works. I added verbose="on" to my
javac task, a