[ http://issues.apache.org/struts/browse/WW-1378?page=comments#action_37834 ] Ted Husted commented on WW-1378: --------------------------------
Fabricating a distribution While a fully automated build is being refined, here are notes on how to patch one together (some commands may be approximate). * Checkout and build a Struts 2 snapshot assembly ** $ svn co ** $ mvn -Pextras,apps install ** $ cd assembly * $ mvn assembly:assembly * Extract the all assembly ** $ unzip target/assembly/out/struts-2.0.0-SNAPSHOT-all / * Run the site target ** $ cd .. ** $ mvn site * Copy the site to a docs folder in the assembly ** $ copy target/site /struts-2.0.0-sNAPSHOT/docs * Export the struts2 tags folder to the assembly ** $ svn export tags /struts-2.0.0-sNAPSHOT * Checkout and build xwork 2 from svn ** $ svn co http://svn.opensymphony.com/svn/xwork/trunk xwork ** $ mvn install * Create an xwork-apidocs folder ** $ mkdir /docs/work-apidocs * Extract the xwork-javadoc.jar to the xwork-apidocs folder ** $ unzip build/xwork-javadoc.jar /struts-2.0.0-sNAPSHOT/xwork-apidocs/ * Rezip the folder as the all assembly * Delete the other folders and create the docs assembly. > Need a Struts release or assembly build > --------------------------------------- > > Key: WW-1378 > URL: http://issues.apache.org/struts/browse/WW-1378 > Project: Struts 2 > Issue Type: New Feature > Reporter: Don Brown > Priority: Critical > Fix For: 2.0.0 > > > We need a full release or assembly build to automate the process of creating > a release as much as possible. > STATUS: A preliminary buid is working but we still need to aggregate Javadocs > and include a snapshot of the s2 wiki (see related tickets). > Assembly w/o applications > $ mvn install > $ cd assembly > $ mv assembly:assembly > To include apps, use > $ mvn install -Papps > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
