Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-04 Thread Lawrie Gallardo
Steve Loughran wrote: As and when I complete the second edition of Java development with Ant (yes, I am behind schedule), there will be some sample stuff that does it more simply. I havent written the target to zip up all the source tree to provide an example, but I could do that in the nex

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-03 Thread Lawrie Gallardo
Hi Steve, From: Steve Loughran <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules? Date: Thu, 03 Nov 2005 11:33:13 + Lawrie Gallardo wrote: Hi Ron, I have searched th

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Lawrie Gallardo
Gesendet: Mittwoch, 2. November 2005 13:41 >An: Ant Users List >Betreff: Re: Example Ant 1.6 build files for project with >multiple WAR and JAR modules? > >Did you look at the Apache projects? >Many of them are using Maven which may be closer to what you want. >What about An

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Lawrie Gallardo
ject: Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules? Date: Wed, 02 Nov 2005 07:40:31 -0500 Did you look at the Apache projects? Many of them are using Maven which may be closer to what you want. What about Ant itself? Ron Lawrie Gallardo wrote: Hi, I need to

Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Lawrie Gallardo
Hi, I need to put together Ant 1.6 build files for a project which will have an EAR module and several WAR and JAR modules. I ideally want to make good use of Ant 1.6 features such as import, macrodef and subant tasks to produce a common build file (which each individual module's build file ca