RE: classpath for custom Ant tasks

2005-04-13 Thread Rainer Noack
patch. Rainer P.S.: if you find the task useful, vote for the patch. > -Original Message- > From: Michael Pelz Sherman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 13, 2005 8:05 PM > To: Ant Users List; [EMAIL PROTECTED] > Subject: RE: classpath for custom Ant tasks &g

RE: classpath for custom Ant tasks

2005-04-13 Thread Michael Pelz Sherman
Original Message- > > From: Michael Pelz Sherman [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 13, 2005 9:23 AM > > To: Ant Users List; Mark Lybarger > > Subject: Re: classpath for custom Ant tasks > > > > > > Thanks, > > > > I tried t

RE: classpath for custom Ant tasks

2005-04-13 Thread Rainer Noack
ybarger > Subject: Re: classpath for custom Ant tasks > > > Thanks, > > I tried this but it doesn't seem to help. By printing out > System.getProperty("java.class.path") from within my task, it > seems that the taskdef classpath argument isn't picking u

Re: classpath for custom Ant tasks

2005-04-13 Thread Michael Pelz Sherman
Thanks, I tried this but it doesn't seem to help. By printing out System.getProperty("java.class.path") from within my task, it seems that the taskdef classpath argument isn't picking up the values I put in there. The only way I can seem to effect changes to the classpath of the running task is by

Re: classpath for custom Ant tasks

2005-04-12 Thread Mark Lybarger
have you looked at the taskdef ? it's a typedef and as such takes a classpath On 4/12/05, Michael Pelz Sherman <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm writing a custom Ant task that has dependencies on our custom > libraries. > > Is there some way I can define or code the task so it can ta

classpath for custom Ant tasks

2005-04-12 Thread Michael Pelz Sherman
Hi, I'm writing a custom Ant task that has dependencies on our custom libraries. Is there some way I can define or code the task so it can take a "classpath" and/or "classpathref" argument? Thanks, - Michael - To unsubscribe, e