Changes for page Building WOLips

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

From version 106.1
edited by Mike Schrag
on 2005/06/29 14:23
Change comment: There is no comment for this version
To version 108.1
edited by Mike Schrag
on 2005/07/01 09:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,10 +10,11 @@
10 10  1. Edit ,,/Library/wobuild.properties,,
11 11  1. Add a line eclipse.home=/path/to/your/eclipse
12 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.//
13 13  1. The build went into temp/dist
14 14  1. Profit
15 15  
16 -== Checking out and Building inside of Eclipse ==
17 +== Checking out and Deploying/Installing 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]]
19 19  11. just untar this into your plugins folder
... ... @@ -23,6 +23,32 @@
23 23  11. protocol = pserver
24 24  11. login = anonymous
25 25  11. no password
27 +1. In CVS perspective, browse WOLips repository on HEAD, checkout woproject/projects as "projects"
28 +1. Right-click (or equiv) on the build.xml inside of the "projects" project and Run As=>Ant Build ...
29 +1. Switch to the Classpath tab and "Add Jar"
30 +1. Browse to projects/lib and select jdom-b8.jar
31 +1. Make sure the target is the default ("dist")
32 +1. Run
33 +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.
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
42 +
43 +== Checking out and Building inside of Eclipse for Developent ==
44 +
45 +1. install jmechanic plugin from [[The JMechanic Site>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]]
46 +11. just untar this into your plugins folder
47 +1. Add the wolips CVS repository
48 +11. host = cvs.sourceforge.net
49 +11. root = /cvsroot/woproject
50 +11. protocol = pserver
51 +11. login = anonymous
52 +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 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
... ... @@ -83,6 +83,7 @@
83 83   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.cayenne.ant,org.objectstyle.wolips.cayenne.ant"/>
84 84   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.cayenne,org.objectstyle.wolips.cayenne"/>
85 85   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.ant,org.objectstyle.wolips.ant"/>
113 + <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips.wodclipse,org.objectstyle.wolips. wodclipse"/>
86 86   <project reference="1.0,:pserver:cvs.sourceforge.net:/cvsroot/woproject,woproject/projects/wolips/plugins/org.objectstyle.wolips,org.objectstyle.wolips"/>
87 87   </provider>
88 88  </psf>