Changes for page Building WOLips
Last modified by Johann Werner on 2015/02/13 01:40
From 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
To version 106.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,18 @@ 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 + 3 3 == Checking out and Building inside of Eclipse == 4 4 5 5 1. install jmechanic plugin from [[The JMechanic Site>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]] ... ... @@ -12,11 +12,11 @@ 12 12 11. no password 13 13 1. From the Java perspective, Import=>Team Project Set and select wolips.psf (see below) 14 14 1. This will cause a really long checkout and you'll have a TON of build errors ... Don't fret. 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// 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 project 29 +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## folders 31 +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 32 +1. copy ##projects/temp/build/woproject//$build.version/lib/woproject.jar//##// to ##org.objectstyle.wolips.woproject/lib## and refresh the org.objectstyle.wolips.woproject// 20 20 21 21 You should end up with no source or build path errors. 22 22