[jboss-cvs] JBoss Messaging SVN: r7080 - trunk/examples/javaee/jca-config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 12:08:28 EDT 2009


Author: jmesnil
Date: 2009-05-27 12:08:28 -0400 (Wed, 27 May 2009)
New Revision: 7080

Modified:
   trunk/examples/javaee/jca-config/build.xml
Log:
JCA Config example

* modified exec task to make it work also on Mac OS X

Modified: trunk/examples/javaee/jca-config/build.xml
===================================================================
--- trunk/examples/javaee/jca-config/build.xml	2009-05-27 16:06:18 UTC (rev 7079)
+++ trunk/examples/javaee/jca-config/build.xml	2009-05-27 16:08:28 UTC (rev 7080)
@@ -68,7 +68,10 @@
          </fileset>
       </copy>
 
-      <exec dir="${jboss.home}/bin" command="./run.sh -c jca-config-example-profile2 -Djboss.service.binding.set=ports-01"/>
+      <exec dir="${jboss.home}/bin" executable="sh">
+         <arg line="run.sh -c jca-config-example-profile2 -Djboss.service.binding.set=ports-01"/>
+      </exec>
+
       <!-- copy 1st server resources  configuration -->
       <!--<copy file="./server/jms-remote-ds.xml" todir="${deploy.dir}" overwrite="yes"/>
    	  <copy file="./server/jbm-queues.xml" tofile="${deploy.dir}/messaging.sar/jbm-queues.xml" overwrite="yes"/>




More information about the jboss-cvs-commits mailing list