Bug #24 Details

Project: Ant
Category: Feature Requests
SubCategory: Enhancement
Class: support
State: closed
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 issue
Title: BugRat Bug # 24

BugRat Bug # 24

Project: Ant Release: CVS Snapshot (1.2alpha)
Category: Feature Requests SubCategory: Enhancement
Class: support State: closed
Priority: medium Severity: non-critical
Confidence: public

Date Opened: Sep 8 2000, 09:31:55 CDT
Date Closed: Sep 8 2000, 09:39:47 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:

Workaround:

View this Bug online...

Reply via email to