Re: copy contents of a directory based on a dirset

2007-11-12 Thread Rob Wilson
I have used the ant 'war' element and believe there is an equivallent 'ear' element too - it might help you? I then use the fileset with an include (see below)...

copy contents of a directory based on a dirset

2007-11-12 Thread Eric Wood
I have a dirset that represents the contents of a j2ee application: EAR + -- WAR This is an application that only contains a WAR, but there may be other components such as utility JARs, MDBs, etc. The EAR's build.xml has the following dirset: I want to use this dirset to package the war