Author: eric
Date: Sun Jan 13 08:44:55 2013
New Revision: 1432566
URL: http://svn.apache.org/viewvc?rev=1432566&view=rev
Log:
site document update of build instructions with trunk, contributed by Jerry
Tian (JAMES-1468)
Modified:
james/server/trunk/src/site/xdoc/dev-build.xml
Modified: james/server/trunk/src/site/xdoc/dev-build.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev-build.xml?rev=1432566&r1=1432565&r2=1432566&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev-build.xml (original)
+++ james/server/trunk/src/site/xdoc/dev-build.xml Sun Jan 13 08:44:55 2013
@@ -68,7 +68,7 @@
<li>Java Development Kit - You must have a JDK of Java version 1.6 or
higher installed to build the
James distribution. The exact JDKs available depend on the
platform. A JDK must be downloaded and
installed before the build can run.</li>
- <li>Maven 3.0.2 - This is a Java-tailored, XML-configured, extensible
build or make system. You need ant (3.0.2+) in order
+ <li>Maven 3.0.2 - This is a Java-tailored, XML-configured, extensible
build or make system. You need maven (3.0.2+) in order
to build James. You can get maven 3.0.2 from <a
href="http://maven.apache.org/download.html">here</a>.
Installation instructions for maven are also available on the same
page <a
href="http://maven.apache.org/download.html">http://maven.apache.org/download.html</a>.</li>
</ol>
@@ -83,7 +83,10 @@
<li>clean - deletes the target directory, making the system ready for a
clean build.</li>
<li>compile - compiles the source code.</li>
<li>test - run unit tests for James.</li>
- <li><b>package - generates all the James distributions, packed. From the
root directory, cd to 'container-spring/target' to have the build
distribution.</b></li>
+ <li><b>package - generates all the James distributions, packed.
+ From the root directory, cd to 'container-spring/target' to have the
build distribution.
+ Notice, for the latest trunk(revision 1430655+), a specific profile
argument need to be set: '-Pwith-assembly'.
+ The location of final distributions is also changed to
'JAMES_SRC_HOME/server/app/target'.</b></li>
<li>javadocs:javadocs - builds the James javadocs.</li>
<li>site - builds the entirety of the James website.</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]