[jboss-cvs] JBoss Messaging SVN: r6829 - trunk/examples/javaee/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 18 05:16:23 EDT 2009


Author: jmesnil
Date: 2009-05-18 05:16:23 -0400 (Mon, 18 May 2009)
New Revision: 6829

Modified:
   trunk/examples/javaee/common/build.xml
Log:
javaee examples

use executable to start JBoss AS in "deploy" target

Modified: trunk/examples/javaee/common/build.xml
===================================================================
--- trunk/examples/javaee/common/build.xml	2009-05-18 08:42:56 UTC (rev 6828)
+++ trunk/examples/javaee/common/build.xml	2009-05-18 09:16:23 UTC (rev 6829)
@@ -134,8 +134,9 @@
             <include name="${example.name}-example.ear"/>
          </fileset>
       </copy>
-
-      <exec dir="${jboss.home}/bin" command="./run.sh -c ${example.name}-example-profile"/>
+      <exec dir="${jboss.home}/bin" executable="sh">
+         <arg line="run.sh -c ${example.name}-example-profile"/>
+      </exec>
    </target>
 
    <target name="copy-profile" depends="profile.check" unless="donot.copy.profile">




More information about the jboss-cvs-commits mailing list