Bug report #75 has just been filed. You can view the report at the following URL:
<http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/75> REPORT #75 Details. Project: Ant Category: Feature Requests SubCategory: Enhancement Class: support State: received Priority: medium Severity: non-critical Confidence: public Environment: Release: CVS Snapshot (1.2alpha) JVM Release: Sun 1.3 JRE Operating System: Windows 2K OS Release: No Service Pack Platform: x86 Synopsis: bootstrap.bat/sh classpath setup Description: In order to build Ant with an old copy of Ant in the classpath, the classpath should be changed From: SET CLASSPATH=%CLASSPATH%;%LOCALCLASSPATH%;%CLASSDIR%;src\main To: SET CLASSPATH=%LOCALCLASSPATH%;%CLASSDIR%;src\main;%CLASSPATH% The bootstrap.sh file will have the same issueTitle: BugRat Report # 75
BugRat Report # 75
| Project: Ant | Release: CVS Snapshot (1.2alpha) |
| Category: Feature Requests | SubCategory: Enhancement |
| Class: support | State: received |
| Priority: medium | Severity: non-critical |
|
Confidence:
public
|
Submitter:
Mason J Warner ( [EMAIL PROTECTED] )
Date Submitted:
Sep 6 2000, 02:48:25 CDT
Responsible:
Z_Ant Alias ( [EMAIL PROTECTED] )
- Synopsis:
- bootstrap.bat/sh classpath setup
- Environment: (jvm, os, osrel, platform)
- Sun 1.3 JRE, Windows 2K, No Service Pack, x86
- Additional Environment Description:
- Report Description:
- In order to build Ant with an old copy of Ant in the classpath, the classpath should be changed From: SET CLASSPATH=%CLASSPATH%;%LOCALCLASSPATH%;%CLASSDIR%;src\main To: SET CLASSPATH=%LOCALCLASSPATH%;%CLASSDIR%;src\main;%CLASSPATH% The bootstrap.sh file will have the same issue
- How To Reproduce:
- null
- Workaround:
- null
