| Author |
is it a bug or somethingelse?
|
Ayse Muge
Greenhorn
Joined: Jul 22, 2004
Posts: 5
|
|
Hi all, all files and subdirectories under the 'build' directory are deleted but in the 'src' directory files are deleted but subdirectories structure remains the same without any files...I did not be allowed to add topic with normal code segmet that's why I written as above sorry... Any suggestion? Thnx target delete includeemtydirs=true fileset dir=build includes=**/* fileset dir=src includes=**/* delete target
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Its not a bug, filesets are behaving as documented. Just specify the directory in your fileset if you want to delete the directory, not the file pattern. e.g.:
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Ayse Muge
Greenhorn
Joined: Jul 22, 2004
Posts: 5
|
|
I wanna delete all files and subdirectories under the src and build directories. In build directory it works(all files and subdirectories are deleted) but in src directory just files are deleted under the subdirectories. Subdirectory structure are not deleted. My question is that why delete task works for build not the src directory?
|
 |
 |
|
|
subject: is it a bug or somethingelse?
|
|
|