PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3014 *** shadow/3014 Tue Aug 7 00:01:24 2001 --- shadow/3014.tmp.13142 Tue Aug 7 00:01:24 2001 *************** *** 0 **** --- 1,28 ---- + +============================================================================+ + | bootstrap.sh sets wrong classpath on NT-Cygwin | + +----------------------------------------------------------------------------+ + | Bug #: 3014 Product: Ant | + | Status: NEW Version: Nightly build | + | Resolution: Platform: PC | + | Severity: Critical OS/Version: Windows NT/2K | + | Priority: Other Component: Wrapper scripts | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Bootstrap.sh modifies the classpath to include the tools.jar. + When using cywgin on NT, it uses a ":" to separate the classpath, but when + JAVA_HOME is set in Window style (C:\java) then it all gets confused. + + The build continues, but tool.jar isn't in the classpath, and javac can't find + the modern compiler. + + Attachment to come. + Tested on + NT4-Cygwin + JDK 1.3.1 + Solaris 2.6 + JDK 1.3.1 + Solaris 2.6 + JDK 1.1.6 \ No newline at end of file
