http://nagoya.apache.org/bugzilla/show_bug.cgi?id=609
*** shadow/609 Wed Feb 14 12:20:35 2001 --- shadow/609.tmp.22629 Wed Feb 14 12:20:35 2001 *************** *** 0 **** --- 1,36 ---- + +============================================================================+ + | Classpath not being set correctly | + +----------------------------------------------------------------------------+ + | Bug #: 609 Product: Ant | + | Status: NEW Version: 1.2 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Component: Core | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Using the following syntax to set the classpath + + <javac srcdir="."> + <classpath> + <pathelement location="d:/test/code" /> + </classpath> + </javac> + + the location value is being prepended to the classpath, followed by the current + directory, followed by only SOME of the paths set in my system classpath, + followed by the paths required for Ant. If I remove the classpath directive I + still only see SOME of the paths set in my system classpath. I determined this + by using "ant -verbose". + + My system classpath is + + CLASSPATH=.;C:\oracle\jdbc\lib\classes12_01.zip;c:\oracle\jdbc\lib\classes\nls_c + harset12_01.zip + + Only the "classes12_01.zip" path is being included in the ant classpath.
