ok.
> >
> >
> > On 8/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] >
> > wrote:
> > >
> > > sure - see
> > > http://ant.apache.org/manual/install.html#librarydependencies
> > >
> > > Jan
> > >
> > > >-Ursprüngliche N
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
> > >
8
> >An: Ant Users List
> >Betreff: Re: optional tasks without disturbing the ant/lib folder
> >
> >very interesting!
> >
> >i created an antlib.xml file in mylibdir/antlib.xml
> >
> >
> >
> >
>
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:28
>An: Ant Users List
>Betreff: Re: optional tasks without disturbing the
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
>what would be really nice is if there were two "namespaces"
>available for a given optional task. such that the task in the
>ant/lib/ant-jsch.jar would
>have:
>
>
>
>and perhaps an ant/external/lib/ant-jsch.jar would have:
>
>
>
>thoughts/ideas?
XML namespaces.
is defined in
[$ANT_HOME/lib/an
i'm interested in using some of the ant optional tasks without distrubing
the ant-lib folder. basically, i want to provide all the needed jars as part
of my tools area, and not have each machine that runs the bulid have to
update it's ant/lib folder. the current task i'm after is the scp task. b