Re: antrun classpaths

2006-09-05 Thread Lee Meador
-- View this message in context: http://www.nabble.com/antrun-classpaths-tf1776815.html#a5892213 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: antrun classpaths

2006-08-20 Thread Dave Syer
> I give. None of this works. See here http://www.nabble.com/M2-antrun-plugin-problem-tf1400135.html for the explanation and an example... -- View this message in context: http://www.nabble.com/antrun-classpaths-tf1776815.html#a5892213 Sent from the Maven - Users forum at Nabble.

Re: antrun classpaths

2006-06-16 Thread Carlos Sanchez
Have you tried inheritRefs="true" as stated in http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html On 6/16/06, Lee Meador <[EMAIL PROTECTED]> wrote: I give. None of this works. On 6/14/06, Max Cooper <[EMAIL PROTECTED]> wrote: > > This is a bit of a long-shot, but I have noticed

Re: antrun classpaths

2006-06-16 Thread Lee Meador
I give. None of this works. On 6/14/06, Max Cooper <[EMAIL PROTECTED]> wrote: This is a bit of a long-shot, but I have noticed that property inheritance doesn't work as described in the docs, thus requiring each property to be explicitly passed along: Maybe a similar technique is re

Re: antrun classpaths

2006-06-14 Thread Max Cooper
This is a bit of a long-shot, but I have noticed that property inheritance doesn't work as described in the docs, thus requiring each property to be explicitly passed along: Maybe a similar technique is required for references? (I haven't tried it, but that is my suggestion.):

RE: antrun classpaths

2006-06-14 Thread Mike Perham
Have you tried looking for open or recently closed bugs in JIRA? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador > Sent: Wednesday, June 14, 2006 5:27 PM > To: Maven Users List > Subject: Re: antrun classpaths > &

Re: antrun classpaths

2006-06-14 Thread Lee Meador
Does anyone have any ideas on why I can't get the maven classpath in my ant script? On 6/13/06, Lee Meador <[EMAIL PROTECTED]> wrote: Kenney, Well ... you said it shouldn't matter and it didn't. I had checked that the -X showed it using 1.1 but who knows? Thanks. NOTE TO ALL: More ideas are

Re: antrun classpaths

2006-06-13 Thread Lee Meador
Kenney, Well ... you said it shouldn't matter and it didn't. I had checked that the -X showed it using 1.1 but who knows? Thanks. NOTE TO ALL: More ideas are welcome -- Lee On 6/13/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: On Tue, 13 Jun 2006, Lee Meador wrote: Try pasting this in t

Re: antrun classpaths

2006-06-13 Thread Kenney Westerhof
On Tue, 13 Jun 2006, Lee Meador wrote: Try pasting this in the pom.xml in place of the tag. Shouldn't matter, but who knows. Maybe you're still using maven-antrun-plugin 1.0, try adding 1.1 below the tag. -- Kenney > > > > > /> > > > On 6/12/06, Kenney Westerhof <[EMAI

Re: antrun classpaths

2006-06-13 Thread Lee Meador
On 6/12/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: On Mon, 12 Jun 2006, Lee Meador wrote: Hi, I can't reproduce this with 'inheritRefs="true"'. What do you have in your build.xml? -- Kenney > I went to here to see how to let ant get to some maven classpaths: > >

Re: antrun classpaths

2006-06-12 Thread Kenney Westerhof
On Mon, 12 Jun 2006, Lee Meador wrote: Hi, I can't reproduce this with 'inheritRefs="true"'. What do you have in your build.xml? -- Kenney > I went to here to see how to let ant get to some maven classpaths: > > http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html > > I have a b

antrun classpaths

2006-06-12 Thread Lee Meador
I went to here to see how to let ant get to some maven classpaths: http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html I have a build.xml file that I run with this in my pom: maven-antrun-plugin