On 1/10/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: > The web site says to use 'mvn build-all' . > > http://struts.apache.org/acquiring.html#Source_Code
The page needs to be clearer about what version of Maven is required, but it does actually say 'maven build-all' (not 'mvn'). We are still using Maven 1.0.2 officially: /current/build $ maven build-all > Using build-all gives me the following error message, but using 'mvn install' > builds > everything. I am not a maven expert, but should the web site be updated? The Maven 2 build is experimental-- it only builds the Struts Action-related jars, and has not been thoroughly tested yet. For Maven 2.0.1: /current/build $ mvn intall If you're using Maven 2, there is a 'Struts Action Blank Archetype' in the sandbox: <http://svn.apache.org/repos/asf/struts/sandbox/trunk/archetypes/action-blank/README.txt> Please follow up on the developers list if you need more help with building the project. I'm interested in feedback on the m2 build-- it might motivate me to do more work on it if I know someone else is using it. :) HTH, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]