.Hi Maxim, no I accidently pushed the send button without content :D
What I wanted to say: Make sure the new docs have those changes too ^^ See: http://incubator.apache.org/openmeetings/BuildInstructions.html I have moved almost all content to the new docs. The docs are now in the SVN for example for the BuildInstructions.xml: http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/xdocs/BuildInstructions.xml You can compile the .html files / docs using this command: ant build.only.webservice.doc That will create also the WebService-API HTML pages like those ones: http://incubator.apache.org/openmeetings/UserService.html You find the resulting docs / website in the folder "docs" after each build: http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/#singlewebapp%2Fdocs And it will be also copied into /dist/red5-xyz/webapps/openmeetings/docs => So you have now a documentation that ships with every build :) To update the incubator.apache.org/openmeetings website, you currently need to commit those generated docs also to: http://svn.apache.org/repos/asf/incubator/openmeetings/site/docs/ Then login to people.apache.org with you ssh user/pass cd /www/incubator.apache.org/openmeetings and now you need to get the content from the SVN to the server ... I made three tiny Shell-Script's that you can use: ./sync_script.sh cd images/ ./sync_script.sh cd ../css ./sync_script.sh Sync-Scripts: http://svn.apache.org/repos/asf/incubator/openmeetings/site/docs/sync_script.sh http://svn.apache.org/repos/asf/incubator/openmeetings/site/docs/images/sync_script.sh http://svn.apache.org/repos/asf/incubator/openmeetings/site/docs/css/sync_script.sh Sebastian ---------- Forwarded message ---------- From: [email protected] <[email protected]> Date: 2011/12/17 Subject: Fwd: [openmeetings-dev] [openmeetings] r4731 committed - Edited wiki page BuildSourceNew through web user interface. To: Maxim Solodovnik <[email protected]> ---------- Forwarded message ---------- From: <[email protected]> Date: 2011/12/17 Subject: [openmeetings-dev] [openmeetings] r4731 committed - Edited wiki page BuildSourceNew through web user interface. To: [email protected] 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<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 openmeetings-dev@googlegroups.**com<[email protected]> . To unsubscribe from this group, send email to openmeetings-dev+unsubscribe@* *googlegroups.com <openmeetings-dev%[email protected]>. For more options, visit this group at http://groups.google.com/** group/openmeetings-dev?hl=en<http://groups.google.com/group/openmeetings-dev?hl=en> . -- Sebastian Wagner http://www.openmeetings.de http://incubator.apache.org/openmeetings/ http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- Sebastian Wagner http://www.openmeetings.de http://incubator.apache.org/openmeetings/ http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
