Revision: 4731
Author:   [email protected]
Date:     Sat Dec 17 00:43:59 2011
Log:      Edited wiki page BuildSourceNew through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=4731

Modified:
 /wiki/BuildSourceNew.wiki

=======================================
--- /wiki/BuildSourceNew.wiki   Sat Nov 12 09:48:40 2011
+++ /wiki/BuildSourceNew.wiki   Sat Dec 17 00:43:59 2011
@@ -26,11 +26,12 @@
ant # compiles a complete package into the folder dist
 ant compile.laszlo.main       # compiles the client into main.swf8.swf
ant compile.laszlo.main.debug # compiles the debug-client into maindebug.swf8.swf +ant -Ddb=<name of DB> # will copy <name of DB>_persistense.xml to persistense.xml (for ex. ant -Ddb=mysql will set mysql as default DB)
 }}}

 To compile just the openmeetings JAR file:
 {{{
-ant -f build_openmeetings_jar.xml
+ant jar.only
 }}}

 To run Junit tests using ANT see [JUnitTestings]

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to