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/12/15 15:52:35 UTC

BugRat Report #595 has been filed.

Bug report #595 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/595>

REPORT #595 Details.

Project: Ant
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: low
Severity: non-critical
Confidence: public
Environment: 
   Release: Ant1.2
   JVM Release: 1.2.2
   Operating System: WindowsNT
   OS Release: WindowsNT
   Platform: Pentium

Synopsis: 
Jar file has redundant subdirectories

Description:
I have the following subdirectories: A/X, A/Y, A/Z.
I'm only interested in building source files in A/X,
and set the property accodingly in build.xml:
<property name="src" value="A/X" />
The resulting jar file however has (empty) Y and Z subdirectories as well.