Thanx . Would definitely like to get a patch for this.
On 6/13/07, Siegfried Goeschl <[EMAIL PROTECTED]> wrote:
Hi Jeff, this is/was a bug we encountered in 2.0.4 and my colleague just fixed over the evening by patching the Maven libs ... :-( If this is still an issue I will remind him to sent a patch next week Cheers, Siegfried Goeschl Jeff Mutonho wrote: > I have an ant task that is suppose to run in the "process-resources" > phase.The configuration is : > > <plugin> > <artifactId>maven-antrun-plugin</artifactId> > <executions> > <execution> > <phase>process-resources</phase> > <configuration> > <tasks> > <copy todir="target/checkout" overwrite="true"> > <fileset dir="../portal-ear/target"> > <include name="portal.ear"/> > </fileset> > </copy> > </tasks> > </configuration> > <goals> > <goal>run</goal> > </goals> > </execution> > </executions> > </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- "Don't take the name of root in vain." Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
