From: "Don Brown" <[EMAIL PROTECTED]>
I was thinking about using Ant to build the example application, but still
use Maven for the dist target and all it does there. Would that work?
As James mentioned, you can get Maven to call your Ant tasks:
http://maven.apache.org/using/migrating.html
See if 'maven dist' in BSF does what you want now. It depends on the Ant
target 'example' placing the .war file in 'dist'. It's not exactly
efficient since both Maven and Ant will download the dependencies, but it
was the quickest way to get the .war file into Maven's binary distribution.
There are .class files in the repository under
src/struts-example/WEB-INF/classes. Can you take a look and remove them?
They're showing up in the source distribution.
Thanks,
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]