Re: how to run ant-task calling a custom task

2005-02-24 Thread baleineca
David Cao wrote: is my question: can I change a system property value used in maven-core in ant task and make the changed value available to goals out side of ant task? I'm not sure exactly what you need to do... how about setting a jelly variable with scope="parent"? -

Re: how to run ant-task calling a custom task

2005-02-23 Thread David Cao
Anne, thanks a lot. I thought this one yesterday but never tried. Here is my question: can I change a system property value used in maven-core in ant task and make the changed value available to goals out side of ant task? -David On Wed, 2005-02-23 at 11:37, Anne-Simone wrote: > I am successfully

Re: how to run ant-task calling a custom task

2005-02-23 Thread Anne-Simone
I am successfully using a custom ant task in my build, but I don't use an ant build.xml. I have directly in my maven goal. I can then use just as I would in an ant build.xml. On Wed, 23 Feb 2005 16:57:42 +0100, Marc Lustig <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having some trouble runni

Re: how to run ant-task calling a custom task

2005-02-23 Thread baleineca
I am successfully using a custom ant task in my build, but I don't use an ant build.xml. I have directly in my maven goal. I can then use just as I would in an ant build.xml. Marc Lustig wrote: Hi, I'm having some trouble running an ant-task which launches a custom-ant-task (class). In my

how to run ant-task calling a custom task

2005-02-23 Thread Marc Lustig
Hi, I'm having some trouble running an ant-task which launches a custom-ant-task (class). In my maven.xml I have specified the ant-call: I'm getting error message stating that the custom ant-task could not be found. This class is in a jar that is placed in both ant/lib and maven/lib! running