Re: I cannot run otional ant tasks by usind maven-antrun-plugin

2005-11-17 Thread Anuerin Diaz
On 11/17/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Thu, 17 Nov 2005, Anuerin Diaz wrote: > > I've closed that issue since you shouldn't be using for > plugin-space dependencies. See the comments on the issue for details. > > The antrun plugin doesn't include any optional tasks, just > a

Re: I cannot run otional ant tasks by usind maven-antrun-plugin

2005-11-17 Thread Kenney Westerhof
On Thu, 17 Nov 2005, Anuerin Diaz wrote: I've closed that issue since you shouldn't be using for plugin-space dependencies. See the comments on the issue for details. The antrun plugin doesn't include any optional tasks, just ant 1.6.5 and the launcher (to be able to run external build.xml files

Re: I cannot run otional ant tasks by usind maven-antrun-plugin

2005-11-17 Thread Anuerin Diaz
for clarifications: - have you included the ant-optional dependency in your project? - what task was failing? if it is related to a task that has an EnumeratedAttribute parameter then please vote for http://jira.codehaus.org/browse/MNG-1490 so it can have a greater priority. ciao! On 11/17/0

I cannot run otional ant tasks by usind maven-antrun-plugin

2005-11-17 Thread Maruf Aytekin
I have used http://maven.apache.org/plugins/maven-antrun-plugin/ to run ant tasks in pom.xml. It runs core ant tasks successfully but it doesn't run optional tasks.. any ideas???