That is great.

I have been looking for a ant script that I could incorporate into out CVS
nightly builds.

thnaks much.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Schnitzer
Sent: Wednesday, February 07, 2001 6:58 PM
To: Orion-Interest
Subject: New example ant buildfiles


I've been meaning to post this for a while now but am just now getting
around to it.  I recently rewrite my ant buildfiles so that they:

a) Compile java source in a "single big tree"
b) Use the newer ant constructs for filesets
c) Use the <war> task
d) Eliminate all copying of files

The results are considerably cleaner (half the number of targets) and
generates no depreciation warnings.

I figure others might find them of use.  I've attached a trivial project
("servertest") which includes a basic buildfile and shows how the files
are laid out.  I've also attached a much more complicted buildfile
("similarity"), which shows one ejb-jar, a main web-war, a test web-war,
two application clients, and a lot of rmi compiling (some using IIOP,
which requires a nightly build version of ant).

Enjoy :-)

Jeff Schnitzer
[EMAIL PROTECTED]


Reply via email to