Author: bago
Date: Mon Sep 17 07:43:42 2007
New Revision: 576459
URL: http://svn.apache.org/viewvc?rev=576459&view=rev
Log:
Small fixes to BUILDING.txt
Modified:
james/jspf/trunk/BUILDING.txt
Modified: james/jspf/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/BUILDING.txt?rev=576459&r1=576458&r2=576459&view=diff
==============================================================================
--- james/jspf/trunk/BUILDING.txt (original)
+++ james/jspf/trunk/BUILDING.txt Mon Sep 17 07:43:42 2007
@@ -2,24 +2,23 @@
# BUILDING JSPF
#############################################################################
-You will need to install maven2 as well as acquire jSPF
-source from subversion or a source tarball.
+You will need to install maven2 as well as acquire jSPF source from subversion
+or a source tarball.
Steps:
-1) Install maven2 (v2.0.6 as of the time of this writing)
+1) Install maven2 (v2.0.7 as of the time of this writing)
2) Add maven2 to your path. For me, I do the following:
- $ tar zxvf maven-2.0.6.tar.gz
- $ mv maven-2.0.6 /usr/local
- $ ln -sf /usr/local/maven-2.0.6/bin/mvn /usr/local/bin/mvn
+ $ tar zxvf maven-2.0.7.tar.gz
+ $ mv maven-2.0.7 /usr/local
+ $ ln -sf /usr/local/maven-2.0.7/bin/mvn /usr/local/bin/mvn
- 3) Change directory to jspf source dir
+3) Change directory to jspf source dir
$ cd jspf-x/
- 4) Run the build
- $ mvn assembly:assembly
+4) Run the build (the "-P local" restrict maven to use bundled dependencies)
+ $ mvn -P local package
That's it. Please contact [email protected] if you have any
problems.
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]