Revision: 3766
Author: [email protected]
Date: Mon May 30 13:45:27 2011
Log: Renamed build_red5webapp.xml to build.xml
http://code.google.com/p/openmeetings/source/detail?r=3766
Modified:
/wiki/BuildSourceNew.wiki
=======================================
--- /wiki/BuildSourceNew.wiki Sun Apr 24 06:18:45 2011
+++ /wiki/BuildSourceNew.wiki Mon May 30 13:45:27 2011
@@ -10,14 +10,14 @@
Run the command:
{{{
-ant -f build_red5webapp.xml dist
+ant dist
}}}
There is no need to compile the client additionally! The ant task does it
all! You will find a directory *dist* that contains !OpenMeetings and a
red5-server.
To compile the client you can also use ant:
{{{
-ant -f build_red5webapp.xml dist # compiles a
complete package into the folder dist
+ant dist # compiles a complete package into the
folder dist
ant -f build_red5webapp.xml compile.laszlo.main # compiles the
client into main.swf8.swf
ant -f build_red5webapp.xml compile.laszlo.main.debug # compiles the
debug-client into maindebug.swf8.swf
}}}
--
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.