Changes for page Building WOLips

Last modified by Johann Werner on 2015/02/13 01:40

From version 104.1
edited by Mike Schrag
on 2005/07/01 09:30
Change comment: There is no comment for this version
To version 103.1
edited by Mike Schrag
on 2005/06/29 14:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,22 +1,7 @@
1 -== Checking out and Building from the Commandline ==
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 -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.//
14 -1. The build went into temp/dist
15 -1. Profit
16 -1. [[Installing WOLips]]
3 +== Checking out and Building inside of Eclipse ==
17 17  
18 -== Checking out and Building inside of Eclipse for Deployment ==
19 -
20 20  1. install jmechanic plugin from [[The JMechanic Site>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]]
21 21  11. just untar this into your plugins folder
22 22  1. Add the wolips CVS repository
... ... @@ -25,25 +25,6 @@
25 25  11. protocol = pserver
26 26  11. login = anonymous
27 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")
33 -1. Run
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.
35 -1. [[Installing WOLips]]
36 -
37 -== Checking out and Building inside of Eclipse for Development (PDE) ==
38 -
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 47  1. From the Java perspective, Import=>Team Project Set and select wolips.psf (see below)
48 48  1. This will cause a really long checkout and you'll have a TON of build errors ... Don't fret.
49 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
... ... @@ -104,7 +104,6 @@
104 104   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.cayenne.ant,org.objectstyle.wolips.cayenne.ant"/>
105 105   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.cayenne,org.objectstyle.wolips.cayenne"/>
106 106   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.ant,org.objectstyle.wolips.ant"/>
107 - <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.wodclipse,org.objectstyle.wolips. wodclipse"/>
108 108   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips,org.objectstyle.wolips"/>
109 109   </provider>
110 110  </psf>