Hey,
Ant could not find at least two .jar files during Windows build,
I (hastily) added:
<artifact pattern="
http://central.maven.org/maven2/org/apache/ws/xmlrpc/xmlrpc/2.0.1/[artifact](-[revision]).[ext]
"/>
<artifact pattern="
http://central.maven.org/maven2/commons-modeler/commons-modeler/2.0.1/[artifact](-[revision]).[ext]
"/>
to:
apache-openmeetings-3.0.2-src\build\red5\server\ivysettings.xml
(what a bad-word-load of dependencies!!!)
And then this:
compile.laszlo.main.debug.as3:
-compile.flash:
[java] Compiling: main.as3.lzx to maindebug.as3.swf11.swf
[java] Compilation errors occurred:
[java] org.openlaszlo.sc.CompilerError: tunit/line unknown: , in line:
Error loading: C:\Program Files\Java\jdk1.7.0\jre\bin\server\jvm.dll
[java]
BUILD FAILED
...\apache-openmeetings-3.0.2-src\build.xml:640: The following error
occurred while executing this line:
...\apache-openmeetings-3.0.2-src\build.xml:581: Java returned: 2
Total time: 23 minutes 22 seconds
Simon Knuijver