Changes for page Building WOLips
Last modified by Johann Werner on 2015/02/13 01:40
From version 107.1
edited by Mike Schrag
on 2005/06/29 14:23
on 2005/06/29 14:23
Change comment:
There is no comment for this version
To version 101.1
edited by Mike Schrag
on 2005/06/29 14:15
on 2005/06/29 14:15
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,18 +1,5 @@ 1 1 == Building from the Commandline == 2 2 3 -1. cvs --d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/woproject login-- 4 -11. username = anonymous 5 -11. no password 6 -1. cvs --d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/woproject co woproject-- 7 -1. cd woproject 8 -1. ant 9 -1. The first build will fail out telling you that it couldn't find wobuild.properties ~-~- That's OK 10 -1. Edit ,,/Library/wobuild.properties,, 11 -1. Add a line eclipse.home=/path/to/your/eclipse 12 -1. ant again and it should succeed this time 13 -1. The build went into temp/dist 14 -1. Profit 15 - 16 16 == Checking out and Building inside of Eclipse == 17 17 18 18 1. install jmechanic plugin from [[The JMechanic Site>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]] ... ... @@ -25,11 +25,11 @@ 25 25 11. no password 26 26 1. From the Java perspective, Import=>Team Project Set and select wolips.psf (see below) 27 27 1. This will cause a really long checkout and you'll have a TON of build errors ... Don't fret. 28 -1. Copy ##projects/lib/cayenne-1.1RC3-dev.jar##to##org.objectstyle.wolips.cayenne/lib/cayenne.jar##and refresh the org.objectstyle.wolips.cayenne project29 -1. Add a classpath variable ANT//HOME that points to ##eclipse/plugins/org.apache.ant##//##1.6.5##(Preferences=>Java=>Build Path=>Classpath Variables, New... name ANT//HOME, Folder... =>youreclipsehome/plugins/org.apache.ant//1.6.5)30 -1. make ##projects/temp##,##projects/temp/classes##, and##projects/temp/doc##folders31 -1. run ##projects/build.xml##as "Ant Build ...", select the "woenvironment" and "woproject" targets and select Order... and move woenvironment above woproject in the order, Build32 -1. copy ##projects/temp/build/woproject//$build.version/lib/woproject.jar//##//to##org.objectstyle.wolips.woproject/lib##and refresh the org.objectstyle.wolips.woproject//15 +1. Copy projects/lib/cayenne-1.1RC3-dev.jar to org.objectstyle.wolips.cayenne/lib/cayenne.jar and refresh the org.objectstyle.wolips.cayenne project 16 +1. Add a classpath variable ANT//HOME that points to eclipse/plugins/org.apache.ant//1.6.5 (Preferences=>Java=>Build Path=>Classpath Variables, New... name ANT//HOME, Folder... =>youreclipsehome/plugins/org.apache.ant//1.6.5) 17 +1. make projects/temp, projects/temp/classes, and projects/temp/doc folders 18 +1. run projects/build.xml as "Ant Build ...", select the "woenvironment" and "woproject" targets and select Order... and move woenvironment above woproject in the order, Build 19 +1. copy projects/temp/build/woproject//$build.version/lib/woproject.jar to org.objectstyle.wolips.woproject/lib and refresh the org.objectstyle.wolips.woproject// 33 33 34 34 You should end up with no source or build path errors. 35 35