RE: Classpath in antrun plugin

2005-11-16 Thread clark . rao
.com>cc: Subject: RE: Classpath in antrun plugin 17/11/2005 06:36

RE: Classpath in antrun plugin

2005-11-16 Thread Sean Hennessy
xercise of discovery to hunt down the jar that contains the anttask.properties. Regards, Sean -Original Message- From: Drew Hite [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 1:47 PM To: Maven Users List Subject: Re: Classpath in antrun plugin I think it would need to

Re: Classpath in antrun plugin

2005-11-16 Thread Drew Hite
t; From: Drew Hite [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 15, 2005 2:09 PM > To: Maven Users List > Subject: Re: Classpath in antrun plugin > > > A few days ago it was stated on this list that the antrun plugin exposes > maven.dependency.classpath to ant as a ref. It ca

RE: Classpath in antrun plugin

2005-11-16 Thread Sean Hennessy
. -Original Message- From: Drew Hite [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 2:09 PM To: Maven Users List Subject: Re: Classpath in antrun plugin A few days ago it was stated on this list that the antrun plugin exposes maven.dependency.classpath to ant as a ref. It can be

Re: Classpath in antrun plugin

2005-11-15 Thread Drew Hite
A few days ago it was stated on this list that the antrun plugin exposes maven.dependency.classpath to ant as a ref. It can be referenced with: So if you could have something like this in your build.xml and something like this in your pom.xml.. maven-antrun-plugin generate-source

Re: Classpath in antrun plugin

2005-11-15 Thread scowx
Hi Alexandre Thanks for your reply. This is what I would have assumed would be the case but I am not getting this behaviour. Here is the relevant section of the pom ojdbc ojdbc 14 compile maven-antrun-plugin

Re: Classpath in antrun plugin

2005-11-15 Thread Alexandre Poitras
>From what I recall, the classpath seemed to be already set up for the ant plugin, including the dependencies declared in the pom. On 11/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi All > > How do I set up the classpath for ant tasks to contain the dependencies > specified in my POM

Classpath in antrun plugin

2005-11-15 Thread scowx
Hi All How do I set up the classpath for ant tasks to contain the dependencies specified in my POM Kind regards Stephen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]