Hi,

Slowly I understand the life cycles but still not sure
in what order are their components run. 

My problem: I have a war package, in it I specify an
ant task at the package phase to copy a jar into the
lib so the war would take it. For some reason the copy
is done after the war creation. Can somebody tell me
why?

thanks,
Attila

<execution>
  <id>packaging</id>
  <phase>package</phase>
  <configuration>
  <tasks>
  <copy todir="target/matrix/WEB-INF/lib">
    <fileset dir="target"><include
name="sxmltypes.jar" /></fileset>
  </copy>
  </tasks>
  </configuration>
  <goals>
  <goal>run</goal>
  </goals>
</execution>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to