You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/19 18:31:08 UTC

BugRat Report #137 has been filed.

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.