http://nagoya.apache.org/bugzilla/show_bug.cgi?id=329
*** shadow/329 Thu Feb 1 04:01:37 2001 --- shadow/329.tmp.570 Sun Feb 4 04:24:37 2001 *************** *** 19,21 **** --- 19,29 ---- 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. + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-02-04 04:24 ------- + Can someone reproduce this and provide a good testcase? + If I specifiy a basedir with empty directories and use include to only include + one of them I don't get the empty directories included. Only if I specifiy + *only* a basedir the jar-task will include all directories under that basedir + (even if they are empty), but jar.exe from JDK1.3 is doing the same...
