Bug report #137 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/137>

REPORT #137 Details.

Project: Ant
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 1.2 alpha
   JVM Release: 1.3.0beta
   Operating System: Linux
   OS Release: 2.2.16 #2 SMP
   Platform: i686

Synopsis: 
The Javac extdirs attribute does not add any jarfiles when jikes is used

Description:
I have looked at the source (Javac.java) and the problem seems to be located in 
the "addExtdirsToClasspath(Path classpath)" method. Replacing 
fs.setIncludes(dirs[i]+"*") with fs.setIncludes(*.jar *.zip) solves it. I think 
the pattern match is case sensitive so *.JAR file would not be added. Maybe 
somebody can find a better solution.
Title: BugRat Report # 137

BugRat Report # 137

Project: Ant Release: 1.2 alpha
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: non-critical
Confidence: public

Submitter: Jochen Strunk ( [EMAIL PROTECTED] )
Date Submitted: Sep 19 2000, 11:31:08 CDT
Responsible: Z_Ant Alias ( [EMAIL PROTECTED] )

Synopsis:
The Javac extdirs attribute does not add any jarfiles when jikes is used
Environment: (jvm, os, osrel, platform)
1.3.0beta, Linux, 2.2.16 #2 SMP, i686

Additional Environment Description:
Jikes Version 1.06 (17 Sep 99)

Report Description:
I have looked at the source (Javac.java) and the problem seems to be located in the "addExtdirsToClasspath(Path classpath)" method. Replacing fs.setIncludes(dirs[i]+"*") with fs.setIncludes(*.jar *.zip) solves it. I think the pattern match is case sensitive so *.JAR file would not be added. Maybe somebody can find a better solution.

How To Reproduce:
null

Workaround:
null

View this report online...

Reply via email to