You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2012/07/11 08:30:07 UTC

svn commit: r1360030 - /incubator/openmeetings/branches/2.0/build.xml

Author: solomax
Date: Wed Jul 11 06:30:07 2012
New Revision: 1360030

URL: http://svn.apache.org/viewvc?rev=1360030&view=rev
Log:
Debug output while flash compiling was commented out for now

Modified:
    incubator/openmeetings/branches/2.0/build.xml

Modified: incubator/openmeetings/branches/2.0/build.xml
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/build.xml?rev=1360030&r1=1360029&r2=1360030&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/build.xml (original)
+++ incubator/openmeetings/branches/2.0/build.xml Wed Jul 11 06:30:07 2012
@@ -392,6 +392,7 @@
 	<target name="client.debug.only" depends="compile.laszlo.main.debug.as3,compile.laszlo.main.debug" />
 
 	<target name="-compile.flash" description="compile flash application">
+		<!-- commented for now
 		<echo message="flash.src.dir == '${flash.src.dir}'" />
 		<echo message="classpathref == '${laszlo.lib}'" />
 		<echo message="laszlo.home == '${laszlo.home}'" />
@@ -400,7 +401,7 @@
 		<echo message="flash.runtime == '${flash.runtime}'" />
 		<echo message="out.dir.swf == '${out.dir.swf}'" />
 		<echo message="flash.main.file == '${flash.main.file}'" />
-
+		-->
 		<java classname="org.openlaszlo.compiler.Main" fork="true" newenvironment="true" failonerror="true" dir="${flash.src.dir}" classpathref="laszlo.lib">
 			<jvmarg value="-DLPS_HOME=${laszlo.home}" />
 			<jvmarg value="-Dlzdebug=${laszlo.debug}" />