AW: classpath order wierdness

2007-11-21 Thread Rainer Noack
Take a look at http://enitsys.sourceforge.net/ant-classloadertask/ Cheers Rainer Noack -Ursprüngliche Nachricht- Von: Hunter Peress [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 20. November 2007 02:36 An: Ant Users List Betreff: classpath order wierdness *First the build file

Re: classpath order wierdness

2007-11-20 Thread Peter Reilly
On Nov 20, 2007 1:36 AM, Hunter Peress <[EMAIL PROTECTED]> wrote: > *First the build file: > * > > > > > > > > > > println "HELLO" > > > > > --

RE: classpath order wierdness

2007-11-20 Thread Rebhan, Gilbert
-Original Message- From: Hunter Peress [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 2:36 AM To: Ant Users List Subject: classpath order wierdness /* [ ... ] QUESTION: * How can I run it so that I don't have to explicitely call ant with -lib?? */ Simply put all

classpath order wierdness

2007-11-19 Thread Hunter Peress
*First the build file: * println "HELLO" * Next we run it and watch it error:* $ ant Buildfil