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 61076 invoked from network); 23 Jan 2001 02:36:52 -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; 23 Jan 2001 02:36:52 -0000 Received: by strauss.proxima-tech.com.au with Internet Mail Service (5.5.2650.21) id ; Tue, 23 Jan 2001 13:41:52 +1100 Message-ID: <7DFB47C9CEBDD411A38300D0B77F33060846CA@strauss.proxima-tech.com.au> From: Anthony Ikeda To: "'ant-user@jakarta.apache.org'" Subject: RE: Can't get to work. Date: Tue, 23 Jan 2001 13:41:51 +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 Thanks, this worked without a hitch. Cheers, 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: Nico Seessle [mailto:Nico.Seessle@epost.de] > Sent: Tuesday, 23 January 2001 11:25 AM > To: ant-user@jakarta.apache.org > Subject: Re: Can't get to work. > > > ----- Original Message ----- > From: "Anthony Ikeda" > To: "Ant-User (E-mail)" > Sent: Tuesday, January 23, 2001 1:03 AM > Subject: Can't get to work. > > > > I've tried this for a week now and still can't get it to work. Going > through > > the archives reveals only that people refer to this as > $(classpath) but do > > not show where this variable is defined. > > You would define this as a property in an appropriate place. > But it has > nothing to do with -elements inside your buildfile > unless you > reference the property using ${classpath}. > > > Here is a sample of my code that > > can't find the libraries: > > > [...] > > > > > > > I think the main problem is that the definition of your > classpath is wrong. > The way you define it it only points to directories and would > work if you > unjar the jar/zip files which are located there. If you would like to > include all the jar-files located in these directories you should use > something like > > > > > > > > > > > Nico > >