DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33977>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33977
------- Additional Comments From elshoff@wldelft.nl 2005-03-12 20:35 -------
I'm trying to build Ant 1.6.2 on an Fedora Linux (FC1) system. Build.sh invokes
bootstrap.sh, which generates a few hundred lines of error output, all invovling
missing classes. Java source for all of the classes reported are contained in
src/main/org/apache/tools. The problem is that these files are not specified as
arguments to the javac command on line 129 of bootstrap.sh.
I got around the problem by adding additional files to the javac command line.
Initially I specified whole directories (with *.java), but this eventually
resulted in "class not found" errors for classes whose source is not contained
in the Ant distribution. Taking a more conservative approach, I added the
specific Java files that were reported missing. After about 20 iteration no
further errors occurred. I ended up adding 107 java files to bootstrap.sh (see
attachment).
My JDK is Kaffe 1.1.4
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|