Changes for page Building WOLips
Last modified by Johann Werner on 2015/02/13 01:40
From version 114.1
edited by Mike Schrag
on 2005/09/08 00:01
on 2005/09/08 00:01
Change comment:
There is no comment for this version
To version 108.1
edited by Mike Schrag
on 2005/07/01 09:26
on 2005/07/01 09:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,19 +1,10 @@ 1 -== WOLipsDependencies==1 +== Building from the Commandline == 2 2 3 -Recent version of WOLips in CVS have more extensive dependencies than before. Before building or installing WOLips, you will need to download and install the following plugins and features: 4 - 5 -1. [[EMF>>http://eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.1.0/R200507070200/emf-sdo-xsd-SDK-2.1.0.zip]] 6 -1. [[GEF>>http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/R-3.1-200507071758/GEF-SDK-3.1.zip]] 7 -1. [[JEM>>http://www.eclipse.org/downloads/download.php?file=/tools/ve/downloads/drops/R-1.1-200507221721/JEM-SDK-1.1.zip]] 8 -1. [[WTP>>http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R-0.7-200507290654/wtp-sdk-0.7.zip]] 9 - 10 -== Checking out and Building from the Commandline == 11 - 12 12 1. cvs --d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/woproject login-- 13 13 11. username = anonymous 14 14 11. no password 15 15 1. cvs --d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/woproject co woproject-- 16 -1. cd woproject /projects7 +1. cd woproject 17 17 1. ant 18 18 1. The first build will fail out telling you that it couldn't find wobuild.properties ~-~- That's OK 19 19 1. Edit ,,/Library/wobuild.properties,, ... ... @@ -22,9 +22,8 @@ 22 22 11. If you get the error 'build.xml:73: taskdef A class needed by class org.apache.velocity.anakia.AnakiaTask cannot be found: org/jdom/JDOMException', you can do one of two things. You can build with --Dno.docs=true to skip the javadoc step, or (untested) you can drop jdom--b8.jar from woproject/projects/lib into your ANT//HOME/lib folder.// 23 23 1. The build went into temp/dist 24 24 1. Profit 25 -1. [[Installing WOLips]] 26 26 27 -== Checking out and Building inside of Eclipsefor Deployment==17 +== Checking out and Deploying/Installing inside of Eclipse == 28 28 29 29 1. install jmechanic plugin from [[The JMechanic Site>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]] 30 30 11. just untar this into your plugins folder ... ... @@ -41,9 +41,16 @@ 41 41 1. Make sure the target is the default ("dist") 42 42 1. Run 43 43 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. 44 -1. [[Installing WOLips]] 34 +1. To install this, you will likely need to uninstall your previous WOLips plugins 35 +11. delete /path/to/eclipse/features/org.objectstyle. 36 +11. delete /path/to/eclipse/plugins/org.objectstyle. 37 +1. Help=>Software Updates=>Find and install ... 38 +1. Search for new features to install 39 +1. New Local Site 40 +1. Browse to and select your workspace/projects/temp/dist folder 41 +1. Check the box next to it, continue, and just keep selecting the "Yes"/"OK"/"Approve"/etc buttons 45 45 46 -== Checking out and Building inside of Eclipse for Develop ment(PDE)==43 +== Checking out and Building inside of Eclipse for Developent == 47 47 48 48 1. install jmechanic plugin from [[The JMechanic Site>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]] 49 49 11. just untar this into your plugins folder ... ... @@ -113,7 +113,7 @@ 113 113 <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.cayenne.ant,org.objectstyle.wolips.cayenne.ant"/> 114 114 <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.cayenne,org.objectstyle.wolips.cayenne"/> 115 115 <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.ant,org.objectstyle.wolips.ant"/> 116 - <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.wodclipse,org.objectstyle.wolips.wodclipse"/> 113 + <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.wodclipse,org.objectstyle.wolips. wodclipse"/> 117 117 <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips,org.objectstyle.wolips"/> 118 118 </provider> 119 119 </psf>