aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes is it a bug or somethingelse? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "is it a bug or somethingelse?" Watch "is it a bug or somethingelse?" New topic
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: is it a bug or somethingelse?
 
Similar Threads
ANT Complilation Issue
Ant task to delete directory contents
problem in making jar and war based on the 'src' package hierarchy!
Why 'gen-src\primer.po is not found'?
NX: Inserting Directories Into Jar With Ant