http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1126
*** shadow/1126 Sun May 20 17:24:03 2001 --- shadow/1126.tmp.21099 Wed Jul 4 07:05:00 2001 *************** *** 1,19 **** ! Bug#: 1126 ! Product: Ant ! Version: 1.3 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: ! Component: Build Process ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: bin\lcp.bat prepends Ant libraries to user's path ! On DOS (not Linux or cygwin), ant.bat calls lcp.bat to add the ant libraries, such as lib\parser.jar, to the CLASSPATH passed to ant. The problem is that lcp.bat *prepends* (not appends) these libraries to the user's classpath. --- 1,19 ---- ! +============================================================================+ ! | bin\lcp.bat prepends Ant libraries to user's path | ! +----------------------------------------------------------------------------+ ! | Bug #: 1126 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Build Process | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | On DOS (not Linux or cygwin), ant.bat calls lcp.bat to add the ant libraries, such as lib\parser.jar, to the CLASSPATH passed to ant. The problem is that lcp.bat *prepends* (not appends) these libraries to the user's classpath. *************** *** 36,38 **** --- 36,48 ---- Thanks, Jim Stearns + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-04 07:04 ------- + Not being able to find the original lcp.bat used for Ant 1.2 (it looks like it + was deleted out of jakarta-ant/bin and moved to jakarta-ant/src/scripts, in the + process losing the history) I can't find any comments explaining the change. + + Is there any reason to *not* implement the requested change? The comment in the + ant script indicates it was changed to reflect the behaviour in the Windows + version (always prepend the jars to the classpath rather than append), but + according to this report, that wasn't always the case.
