java/cewolf-1.0/Build_Instructions.txt
changeset 1 639991d0808a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/cewolf-1.0/Build_Instructions.txt	Sat Feb 28 21:31:02 2009 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +Cewolf uses Apache Maven 2 as the build system as of version 0.12.0. Maven 2 can be downloaded from http://maven.apache.org.
     1.5 +
     1.6 +To build cewolf using M2 you must first load a couple of jars into your local repository. In the cewolf/repository folder, run "mvn install." This will load gnujaxp into your M2 local repository. This only needs to be done once. All the other dependant jars are automatically downloaded by M2 from ibiblio.
     1.7 +
     1.8 +To build cewolf, run "mvn install" from the cewolf folder. This will build the jar and javadocs place them in /target. 
     1.9 +
    1.10 +To build the zip file deployed on sourceforge, run "mvn assembly:assembly" from the cewolf folder. The zip will be placed in /target. This jar will contain all the dependant jars and the source.
    1.11 \ No newline at end of file