SV: SV: [m2b3] antrun problems

2005-10-06 Thread Mattias Arbin
finalNameratereview-clients/finalName /build /project -Ursprungligt meddelande- Från: Yann Le Du [mailto:[EMAIL PROTECTED] Skickat: den 5 oktober 2005 16:53 Till: Maven Users List Ämne: RE: SV: [m2b3] antrun problems Hmm, that's pretty strange, because, according to the Build

Re: SV: [m2b3] antrun problems

2005-10-06 Thread Brett Porter
- Från: Yann Le Du [mailto:[EMAIL PROTECTED] Skickat: den 5 oktober 2005 16:53 Till: Maven Users List Ämne: RE: SV: [m2b3] antrun problems Hmm, that's pretty strange, because, according to the Build Lifecycle, calling compile should indeed call generate-sources. I tried

Re: SV: [m2b3] antrun problems

2005-10-06 Thread Yann Le Du
finalNameratereview-clients/finalName /build /project -Ursprungligt meddelande- Från: Yann Le Du [mailto:[EMAIL PROTECTED] Skickat: den 5 oktober 2005 16:53 Till: Maven Users List Ämne: RE: SV: [m2b3] antrun problems Hmm, that's pretty strange

SV: SV: [m2b3] antrun problems

2005-10-06 Thread Mattias Arbin
: SV: [m2b3] antrun problems *Fails* for me in beta-3. Mattias, you have a duplicate build . Put the finalName in the first build ant let us know (maybe you'll a build error due to compiler-plugin, but at least your Ant tasks should be executed). Yann --- Brett Porter [EMAIL

Re: SV: [m2b3] antrun problems

2005-10-06 Thread Brett Porter
-Ursprungligt meddelande- Från: Yann Le Du [mailto:[EMAIL PROTECTED] Skickat: den 6 oktober 2005 13:21 Till: Maven Users List; Brett Porter Ämne: Re: SV: [m2b3] antrun problems *Fails* for me in beta-3. Mattias, you have a duplicate build . Put the finalName in the first

[m2b3] antrun problems

2005-10-05 Thread Mattias Arbin
Could someone please tell what's wrong here: I want to execute an ant build file. The filename is build.xml, which is located in the same location as the pom.xml. It has a default target. In pom.xml, I have: . plugin artifactIdmaven-antrun-plugin/artifactId executions

RE: [m2b3] antrun problems

2005-10-05 Thread Yann Le Du
Hi Mattias, By phasegenerate-sources/phase , you mean that your configuration must only be used in generate-sources phase (see [1] for details on phases). Calling m2 antrun:run doesn't go into this phase, so it's normal build.xml isn't called. If you want your configuration be always used, put

SV: [m2b3] antrun problems

2005-10-05 Thread Mattias Arbin
2005 16:17 Till: Maven Users List Kopia: [EMAIL PROTECTED] Ämne: RE: [m2b3] antrun problems Hi Mattias, By phasegenerate-sources/phase , you mean that your configuration must only be used in generate-sources phase (see [1] for details on phases). Calling m2 antrun:run doesn't go into this phase

RE: SV: [m2b3] antrun problems

2005-10-05 Thread Yann Le Du
-Ursprungligt meddelande- Från: Yann Le Du [mailto:[EMAIL PROTECTED] Skickat: den 5 oktober 2005 16:17 Till: Maven Users List Kopia: [EMAIL PROTECTED] Ämne: RE: [m2b3] antrun problems Hi Mattias, By phasegenerate-sources/phase , you mean that your configuration must only