However this get's fixed, don't mess up what's working. There are those of us who need these empty directories because they are place holders for things to come at product install time. So, we need to preserve this behavior, especially in zip files, one way or another.
Besides, do the empty directories in the jar adversely affect anything, or is it just esthetically displeasing? [EMAIL PROTECTED] wrote: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=329 > > *** shadow/329 Thu Feb 1 01:45:25 2001 > --- shadow/329.tmp.8633 Thu Feb 1 01:45:25 2001 > *************** > *** 0 **** > --- 1,21 ---- > + > +============================================================================+ > + | Jar file has redundant subdirectories BugRat Report#595 > | > + > +----------------------------------------------------------------------------+ > + | Bug #: 329 Product: Ant > | > + | Status: UNCONFIRMED Version: 1.2 > | > + | Resolution: Platform: All > | > + | Severity: Normal OS/Version: All > | > + | Priority: High Component: Main > | > + > +----------------------------------------------------------------------------+ > + | Assigned To: [EMAIL PROTECTED] | > + | Reported By: [EMAIL PROTECTED] | > + | CC list: Cc: > | > + > +----------------------------------------------------------------------------+ > + | URL: > | > + > +============================================================================+ > + | 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. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
