Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 49265 invoked from network); 9 Jan 2001 23:14:16 -0000 Received: from dragon.proxima-tech.com.au (HELO strauss.proxima-tech.com.au) (203.35.192.174) by h31.sny.collab.net with SMTP; 9 Jan 2001 23:14:16 -0000 Received: by strauss.proxima-tech.com.au with Internet Mail Service (5.5.2650.21) id ; Wed, 10 Jan 2001 10:19:01 +1100 Message-ID: <7DFB47C9CEBDD411A38300D0B77F3306084698@strauss.proxima-tech.com.au> From: Anthony Ikeda To: "'ant-user@jakarta.apache.org'" Subject: RE: new ANT on the hill Date: Wed, 10 Jan 2001 10:18:08 +1100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Here is an small script I wrote to javadoc and create a WAR file from my classes. Very short and sweet but might give you an idea: Create a WAR file: Javadoc (based on the example from the documentation): Anthony Ikeda, Web Application Developer, Proxima Technology, Level 13, 181 Miller Street, North Sydney Australia PH: +612-9458-1718 Mob: 041 624 5143 > -----Original Message----- > From: Saket Raizada [mailto:Saket.Raizada@claimiq.com] > Sent: Wednesday, 10 January 2001 6:42 AM > To: 'ant-user@jakarta.apache.org' > Subject: new ANT on the hill > > > hi , > I am just wetting my feet in the world of Ant > Can somebody provide me with a simple XML file which shows > ANT in Action and > simultaneouly utilizes most of the commonly used commands to compile a > project. > It would be lovely if it has some basic documentation. > thanks in advance > -Saket >