Re: Custom Ant Task with 3rd party library dependency

2005-05-03 Thread Ben Gill
.org> >To: Ant Users List <user@ant.apache.org> >Subject: Re: Custom Ant Task with 3rd party library dependency >Date: Tue, 03 May 2005 17:03:31 +0100 >MIME-Version: 1.0 >Received: from mail.apache.org ([209.237.227.199]) by mc6-f39.hotmail.com with Microsoft SMTPSVC(6.0.379

Re: Custom Ant Task with 3rd party library dependency

2005-05-03 Thread Peter Reilly
eply-To: "Ant Users List" <user@ant.apache.org> >To: Ant Users List <user@ant.apache.org> >Subject: Re: Custom Ant Task with 3rd party library dependency >Date: Tue, 3 May 2005 07:01:41 -0700 (PDT) >MIME-Version: 1.0 >Received: from mail.apache.org ([209.237

Re: Custom Ant Task with 3rd party library dependency

2005-05-03 Thread Ben Gill
s in the System classpath (ie. ANT_HOME/lib).. Can anyone confirm either way?? >From: Ivan Ivanov <[EMAIL PROTECTED]> >Reply-To: "Ant Users List" <user@ant.apache.org> >To: Ant Users List <user@ant.apache.org> >Subject: Re: Custom Ant Task with 3rd party librar

Re: Custom Ant Task with 3rd party library dependency

2005-05-03 Thread Stefan Bodewig
On Tue, 03 May 2005, Ben Gill <[EMAIL PROTECTED]> wrote: > Has anyone got a nice, tidy way of making 3rd party jar files > available to a custom task? It should work if your third party task and spring come from the same place. The easiest way of course is to bundle them in the same jar. But th

Re: Custom Ant Task with 3rd party library dependency

2005-05-03 Thread Ivan Ivanov
Hello Ben, Have you tried with to your custom task with classpath nested tag: HTH Ivan --- Ben Gill <[EMAIL PROTECTED]> wrote: > Hi, > > My custom Ant task relies on the Spring jar files, > but whatever I try, I get > a class not found exception.. > > I read a lot of posts on this

Custom Ant Task with 3rd party library dependency

2005-05-03 Thread Ben Gill
Hi, My custom Ant task relies on the Spring jar files, but whatever I try, I get a class not found exception.. I read a lot of posts on this and saw Eric's article here: http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/ But I cannot believe I have to spawn off a JVM to pick up t