You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2006/10/09 11:35:18 UTC

svn commit: r454319 - /james/jspf/trunk/BUILDING.txt

Author: norman
Date: Mon Oct  9 02:35:18 2006
New Revision: 454319

URL: http://svn.apache.org/viewvc?view=rev&rev=454319
Log:
Add building instructions. See JSPF-34

Added:
    james/jspf/trunk/BUILDING.txt   (with props)

Added: james/jspf/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/james/jspf/trunk/BUILDING.txt?view=auto&rev=454319
==============================================================================
--- james/jspf/trunk/BUILDING.txt (added)
+++ james/jspf/trunk/BUILDING.txt Mon Oct  9 02:35:18 2006
@@ -0,0 +1,25 @@
+#############################################################################
+# BUILDING JSPF
+#############################################################################
+
+You will need to install maven2 as well as acquire jSPF
+source from subversion or a source tarball.
+
+Steps:
+
+1) Install maven2 (v2.0.4 as of the time of this writing)
+
+2) Add maven2 to your path.  For me, I do the following:
+   $ tar zxvf maven-2.0.4.tar.gz
+   $ mv maven-2.0.4 /usr/local
+   $ ln -sf /usr/local/maven-2.0.4/bin/mvn /usr/local/bin/mvn
+
+ 3) Change directory to jspf source dir
+   $ cd jspf-x/
+   
+ 4) Run the build
+   $ mvn assembly:assembly
+
+That's it.  Please contact server-dev@james.apache.org if you have any
+problems.
+

Propchange: james/jspf/trunk/BUILDING.txt
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org