Changes for page Building WOLips
Last modified by Johann Werner on 2015/02/13 01:40
From version 83.1
edited by Marc Guenther
on 2006/09/08 09:54
on 2006/09/08 09:54
Change comment:
added link to the Eclipse Team Project Set page
To version 86.1
edited by Mike Schrag
on 2005/09/23 16:17
on 2005/09/23 16:17
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.m arc1 +XWiki.mschrag - Content
-
... ... @@ -1,21 +1,12 @@ 1 1 Prior to building WOLips, you will want to get your dependencies installed properly. Check out the [[Installing WOLips]] page for information on the dependencies for WOLips. 2 2 3 -WOLips is now located in Subversion at objectstyle.org. The CVS repository at sourceforge is now deprecated. 4 - 5 -The subversion repository path is https:~/~/svn.objectstyle.org/repos/woproject 6 - 7 -== Installing Subclipse (the Subversion plugins) == 8 - 9 -1. Help=>Software Updates=>Find and Install ... 10 -1. Add New Remote Site 11 -11. Name = Subclipse 12 -11. URL = http:~/~/subclipse.tigris.org/update_1.0.x 13 -1. Select the site, select all the plugins available, and install them 14 - 15 15 == Checking out and Building from the Commandline == 16 16 17 -1. Checkout the trunk/woproject folder from Subversion 18 -1. cd woproject 5 +1. cvs --d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/woproject login-- 6 +11. username = anonymous 7 +11. no password 8 +1. cvs --d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/woproject co woproject-- 9 +1. cd woproject/projects 19 19 1. ant 20 20 1. The first build will fail out telling you that it couldn't find wobuild.properties ~-~- That's OK 21 21 1. Edit ,,/Library/wobuild.properties,, ... ... @@ -28,18 +28,37 @@ 28 28 29 29 == Checking out and Building inside of Eclipse for Deployment == 30 30 31 -1. Add the wolips SVN repository https:~/~/svn.objectstyle.org/repos/woproject in the SVN Perspective's Repository View 32 -1. In SVN perspective, browse WOLips repository on HEAD, checkout trunk/woproject 33 -1. Right-click (or equiv) on the build.xml inside of the "woproject" project and Run As=>Ant Build ... 34 -1. Switch to the Properties tab and check for the definition of eclipse.home in the Properties list 35 -1. If eclipse.home does not exist, uncheck "Use global properties" and then click "Add Property" 36 -1. In the Add Property dialog, make the name eclipse.home, click Add Variable, select eclipse.home from the list, and click OK 37 -1. Click Apply to save your changes 22 +1. Add the wolips CVS repository 23 +11. host = cvs.sourceforge.net 24 +11. root = /cvsroot/woproject 25 +11. protocol = pserver 26 +11. login = anonymous 27 +11. no password 28 +1. In CVS perspective, browse WOLips repository on HEAD, checkout woproject/projects as "projects" 29 +1. Right-click (or equiv) on the build.xml inside of the "projects" project and Run As=>Ant Build ... 30 +1. Switch to the Classpath tab and "Add Jar" 31 +1. Browse to projects/lib and select jdom-b8.jar 32 +1. Make sure the target is the default ("dist") 38 38 1. Run 39 -1. Once it is complete, you mayneedto right-click=>refreshyour project and you will have a temp/dist folders with the plugin site in it.34 +1. Once it is complete, you will have to right-click=>refresh the "projects" project and you will have a temp/dist folders with the plugin site in it. 40 40 1. [[Installing WOLips]] 41 41 42 42 == Checking out and Building inside of Eclipse for Development (PDE) == 43 43 44 -1. Add the wolips SVN repository https:~/~/svn.objectstyle.org/repos/woproject in the SVN Perspective's Repository View 45 -1. You can select individual plugins you would like to work on by browsing to trunk/woproject/wolips/plugins in the Subversion repository and checking out the plugins you are interested in. To checkout complete sets of plugins, you could also use the [[Eclipse Team Project Set]]. 39 +1. install jmechanic plugin from [[The JMechanic Site>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]] 40 +11. just untar this into your plugins folder 41 +1. Add the wolips CVS repository 42 +11. host = cvs.sourceforge.net 43 +11. root = /cvsroot/woproject 44 +11. protocol = pserver 45 +11. login = anonymous 46 +11. no password 47 +1. From the Java perspective, Import=>Team Project Set and select wolips.psf (see below) 48 +1. This will cause a really long checkout and you'll have a TON of build errors ... Don't fret. 49 +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 50 +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) 51 +1. make ##projects/temp##, ##projects/temp/classes##, and ##projects/temp/doc## folders 52 +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 53 +1. copy ##projects/temp/build/woproject//$build.version/lib/woproject.jar//##// to ##org.objectstyle.wolips.woproject/lib## and refresh the org.objectstyle.wolips.woproject// 54 + 55 +You should end up with no source or build path errors.