The current directory should be available
as ${user.dir} inside your buildfile. So you will get a list of files in the
current directory and all subdirectories using
<fileset
dir="${user.dir}">
<include name="*"/> </fileset> Nico
|
- sub-directory compilation John McCormick
- Re: sub-directory compilation Nico Seessle
- Re: sub-directory compilation David Rees
