Revision: 4736
Author: [email protected]
Date: Sat Dec 17 07:30:19 2011
Log: BuildInstructions are corrected
http://code.google.com/p/openmeetings/source/detail?r=4736
Modified:
/trunk/singlewebapp/docs/BuildInstructions.html
/trunk/singlewebapp/xdocs/BuildInstructions.xml
=======================================
--- /trunk/singlewebapp/docs/BuildInstructions.html Sat Dec 17 05:17:21 2011
+++ /trunk/singlewebapp/docs/BuildInstructions.html Sat Dec 17 07:30:19 2011
@@ -430,15 +430,15 @@
</p>
<p>To compile the client
you can also use ant: </p>
<div class="xmlcode">
- ant # compiles a complete package into the folder
dist<br />
- ant compile.laszlo.main # compiles the client into
main.swf8.swf<br />
- ant<br />
- compile.laszlo.main.debug # compiles the debug-client
into<br />
- maindebug.swf8.swf<br />
+ ant<span style="margin-left: 200px;"># compiles a complete package
into the folder dist</span><br />
+ ant compile.laszlo.main<span style="margin-left: 70px;"># compiles the
client into main.swf8.swf</span><br />
+ ant compile.laszlo.main.debug<span style="margin-left: 30px;">#
compiles the debug-client into maindebug.swf8.swf</span><br />
+ ant -Ddb=<name of DB><span style="margin-left: 50px;"># will
copy <name of DB>_persistense.xml to persistense.xml</span><br />
+ <span style="margin-left: 230px;">#(for ex. ant -Ddb=mysql will set
mysql as default DB)</span>
</div>
<p>To compile just the
openmeetings JAR file: </p>
<div class="xmlcode">
- ant -f build_openmeetings_jar.xml
+ ant jar.only
</div>
<p>
To run Junit tests using ANT see
=======================================
--- /trunk/singlewebapp/xdocs/BuildInstructions.xml Sat Dec 17 05:17:21 2011
+++ /trunk/singlewebapp/xdocs/BuildInstructions.xml Sat Dec 17 07:30:19 2011
@@ -50,15 +50,15 @@
</p>
<p>To compile the client you can also use ant: </p>
<div class="xmlcode">
- ant # compiles a complete package into the folder
dist<br/>
- ant compile.laszlo.main # compiles the client into
main.swf8.swf<br/>
- ant<br/>
- compile.laszlo.main.debug # compiles the debug-client
into<br/>
- maindebug.swf8.swf<br/>
+ ant<span style="margin-left: 200px;"># compiles a complete package
into the folder dist</span><br/>
+ ant compile.laszlo.main<span style="margin-left: 70px;"># compiles the
client into main.swf8.swf</span><br/>
+ ant compile.laszlo.main.debug<span style="margin-left: 30px;">#
compiles the debug-client into maindebug.swf8.swf</span><br/>
+ ant -Ddb=<name of DB><span style="margin-left: 50px;"># will
copy <name of DB>_persistense.xml to persistense.xml</span><br/>
+ <span style="margin-left: 230px;">#(for ex. ant -Ddb=mysql will set
mysql as default DB)</span>
</div>
<p>To compile just the openmeetings JAR file: </p>
<div class="xmlcode">
- ant -f build_openmeetings_jar.xml
+ ant jar.only
</div>
<p>
To run Junit tests using ANT see
--
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.