DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27411>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27411

Ant 1.6.1 breaks with Jikes 1.19





------- Additional Comments From [EMAIL PROTECTED]  2004-03-03 18:02 -------
I do not think that anything is missing, because this worked with the same Jikes
(1.19) and Ant 1.5.2.
If I switch to Ant 1.5.2 now, it still works :)

This is my javac line:

        <javac srcdir="${src.dir}"
               destdir="${build.classes.dir}"
               includes="**/*.java"
               excludes="**/*Test*.java"
               target="1.4"
               deprecation="${build.deprecation}"
               debug="${build.debug}"
               optimize="${build.optimize}"
               classpathref="3p.classpath"/>


Maybe this message is important: :) (shows with -verbose)

dropping /usr/local/.version/j2sdk1.4.2_03/jre/jre/lib/rt.jar

I see a few other j2sdk Jars being dropped in the same way.
However, they all do exist.

Could it be that Ant 1.6.1 doesn't follow symbolic links the same way Ant 1.5.2
followed them?
My JDK is symlinked like this:

  /usr/local/jdk -> .version/j2sdk1.4.2_03

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

Reply via email to