I mean.. I did the following (just for the records of this archive for
anyone searching):

        <path id="java.class.path">
                <fileset dir="${java.lib.dir}" >
                        <include name="**/*.jar" />
                </fileset>
      </path>

        <taskdef name="commonsproperty" classpathref="java.class.path"
classname="org.apache.commons.configuration.ant.CommonsProperty"/>

Thanks, again,
moran

> -----Original Message-----
> From: Moran Ben-David [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 03, 2005 1:57 PM
> To: 'Ant Users List'
> Subject: RE: Adding to ant's classpath from an ant build script
> 
> Thank you, Antoine.  I used the following worked like a charm.
> 
> 
> Moran
> 
> > -----Original Message-----
> > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, August 03, 2005 12:17 PM
> > To: Ant Users List
> > Subject: Re: Adding to ant's classpath from an ant build script
> >
> > Hello Moran,
> >
> > if your use case does not bring you in the delegating class loader case,
> > you can use the classpath attribute of the <taskdef/> task (actually
> > documented under typedef, because taskdef is an extension of
> <typedef/>).
> >
> > Cheers,
> >
> > Antoine
> >
> > > --- Ursprüngliche Nachricht ---
> > > Von: "Moran Ben-David" <[EMAIL PROTECTED]>
> > > An: "'Ant Users List'" <user@ant.apache.org>
> > > Betreff: Adding to ant's classpath from an ant build script
> > > Datum: Wed, 3 Aug 2005 11:56:34 -0400
> > >
> > > I have a custom Ant task in a jar file (custom.jar) that I would like
> to
> > > use
> > > in my ant build.xml.
> > >
> > > However, I would like to add this jar to the ant runtime only during
> the
> > > execution of my script.  Is there a way I can tell ant to include this
> > jar
> > > (/home/me/custom.jar) in its classpath from my build.xml?
> > >
> > > I don't want to copy the file to the ant/lib directory.  Instead, I
> just
> > > want to expose it for my script alone.
> > >
> > > Thanks in advance,
> > > Moran Ben-David
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to