[jbpm-commits] JBoss JBPM SVN: r4650 - jbpm4/trunk/modules/distro/src/main/files/jboss.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Apr 28 04:17:54 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-04-28 04:17:54 -0400 (Tue, 28 Apr 2009)
New Revision: 4650

Modified:
   jbpm4/trunk/modules/distro/src/main/files/jboss/build.xml
Log:
added chmod a+x jboss/bin/run.sh after jboss installation

Modified: jbpm4/trunk/modules/distro/src/main/files/jboss/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/jboss/build.xml	2009-04-28 08:12:26 UTC (rev 4649)
+++ jbpm4/trunk/modules/distro/src/main/files/jboss/build.xml	2009-04-28 08:17:54 UTC (rev 4650)
@@ -60,7 +60,9 @@
     <fail message="property 'jboss.distro.dir' not specified.  jboss.distro.dir should point to a directory that contains the jboss distribution zip file(s).  specify -Djboss.distro.dir=... on the command line or add jboss.distro.dir=... in your ${user.home}/.jbpm4/build.properties" unless="jboss.distro.dir" />
     <fail message="property 'workspace' not specified.  workspace is the directory in which jbpm and jboss will be installed.  specify -Dworkspace=... on the command line or add workspace=... in your ${user.home}/.jbpm4/build.properties" unless="workspace" />
     <unzip src="${jboss.distro.path}" dest="${jboss.home}/.." />
+  	<chmod perm="a+x" file="${jboss.home}/bin/run.sh" os="Linux, Mac OS X" />
   </target>
+	
 
   <!-- ### MAIN TARGET TO INSTALL JBPM INTO JBOSS ######################### -->
 	<target name="install.jbpm.into.jboss" depends="log.properties" description="installs jBPM into JBoss">




More information about the jbpm-commits mailing list