Re: Optional tasks aren't available - why?

2009-02-25 Thread Dominique Devienne
On Tue, Feb 24, 2009 at 5:56 PM, Troy Telford wrote: > I hope this is a quick question:  I'm trying to compile some java code that > uses a few of the optional tasks in ant. > > I thought when I had downloaded the ant binary distribution, it would include > the optional tasks; however, I can't see

RE: Optional tasks aren't available - why?

2009-02-25 Thread Rinehart, Raleigh
> -Original Message- > From: Troy Telford [mailto:ttelford.gro...@gmail.com] > Sent: Tuesday, February 24, 2009 5:57 PM > To: user@ant.apache.org > Subject: Optional tasks aren't available - why? > > I hope this is a quick question: I'm trying to compile some java code > that > uses a f

Re: optional tasks without disturbing the ant/lib folder

2005-08-16 Thread Mark Lybarger
ok. > > > > > > On 8/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] > > > wrote: > > > > > > sure - see > > > http://ant.apache.org/manual/install.html#librarydependencies > > > > > > Jan > > > > > > >-Ursprüngliche N

Re: optional tasks without disturbing the ant/lib folder

2005-08-16 Thread Mark Lybarger
rg/manual/install.html#librarydependencies > > > > Jan > > > > >-Ursprüngliche Nachricht- > > >Von: Mark Lybarger [mailto:[EMAIL PROTECTED] > > >Gesendet: Dienstag, 16. August 2005 16:28 > > >An: Ant Users List > > >

Re: optional tasks without disturbing the ant/lib folder

2005-08-16 Thread Mark Lybarger
EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > sure - see http://ant.apache.org/manual/install.html#librarydependencies > > Jan > > >-Ursprüngliche Nachricht- > >Von: Mark Lybarger [mailto:[EMAIL PROTECTED] > >Gesendet: Dienstag, 16. August 2005 16:2

Re: optional tasks without disturbing the ant/lib folder

2005-08-16 Thread Mark Lybarger
very interesting! i created an antlib.xml file in mylibdir/antlib.xml also mylibdir/ant-jsch.properties scp=org.apache.tools.ant.taskdefs.optional.ssh.Scp sshexec=org.apache.tools.ant.taskdefs.optional.ssh.SSHExec and build.xml: ... wrote: > > >what would be really nice is if there

Re: optional tasks and the ant/lib dir

2005-07-15 Thread Stefan Bodewig
On Fri, 15 Jul 2005, Simon Kitching <[EMAIL PROTECTED]> wrote: > Has anyone considered making taskdef use a child-first classloader > in order to avoid having to move the relevant task jar out of the > ant/lib dir? has a deprecated but probably never going to get removed reverseload attribute wh

RE: optional tasks

2004-10-27 Thread Barnes, Michael
: RE: optional tasks i keep core optional tasks (ftp, junit) in the ant lib folder, and keep 3rd party tasks (xdoclet, cactus, castor, etc) as part of my application. > -Original Message- > From: Barnes, Michael [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 2:1

RE: optional tasks

2004-10-27 Thread Mark Lybarger
i keep core optional tasks (ftp, junit) in the ant lib folder, and keep 3rd party tasks (xdoclet, cactus, castor, etc) as part of my application. > -Original Message- > From: Barnes, Michael [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 2:17 PM > To: '[EMAIL PROTECTED]' >