Changes for page Building WOLips

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

From version 103.1
edited by Mike Schrag
on 2005/06/29 14:16
Change comment: There is no comment for this version
To version 106.1
edited by Mike Schrag
on 2005/06/29 14:23
Change comment: There is no comment for this version

Summary

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]]