Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
The name of the output file is ${project.build.directory}/${project.build.finalName}.ear or something similar On 2/8/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: Hi Tom, Smart thinking.. I could change the output directory.. Would that just be the target/ folder then? Is there a maven propert

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
Hi Tom, Smart thinking.. I could change the output directory.. Would that just be the target/ folder then? Is there a maven property for maven's output directory that I can pass to the ant build? Thanks Jo On 2/8/07, Tom Huybrechts < [EMAIL PROTECTED]> wrote: I'm just guessing here: build-he

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
I'm just guessing here: build-helper only works with attached artifacts (adding a classifier to the config will probably solve this but that's not what you want). Can you have your ant build write its output to where maven would normally put it ? Then you don't need to do configure anything... T

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
It has ear packaging.. On 2/8/07, Tom Huybrechts <[EMAIL PROTECTED]> wrote: what is the packaging for your project ? On 2/8/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: > Hi again.. > > Forgot to include the plugin snippet of the pom.. Maven version is 2.0.4 .. > > Cheers > Jo > > >

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
what is the packaging for your project ? On 2/8/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: Hi again.. Forgot to include the plugin snippet of the pom.. Maven version is 2.0.4.. Cheers Jo org.codehaus.mojo build-helper-maven-plugin

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
Hi again.. Forgot to include the plugin snippet of the pom.. Maven version is 2.0.4.. Cheers Jo org.codehaus.mojo build-helper-maven-plugin attach-artifacts package

build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Jo Vandermeeren
The result of my ant build is an exploded ear, which is then jarred into an ear. When i use the buil-help-maven-plugin,to attach this ear to the maven module for this component, I get following error: [INFO] Building jar: /home/jo/projects/ystr/trunk/trax-ear/target/trax- ear-3.2-SNAPSHOT.ear [IN