Author: tom.baeyens(a)jboss.com
Date: 2008-10-27 06:39:30 -0400 (Mon, 27 Oct 2008)
New Revision: 2625
Modified:
jbpm3/trunk/hudson/ant.properties.example
jbpm3/trunk/hudson/build.xml
Log:
added tomcat executable variable
Modified: jbpm3/trunk/hudson/ant.properties.example
===================================================================
--- jbpm3/trunk/hudson/ant.properties.example 2008-10-27 09:47:51 UTC (rev 2624)
+++ jbpm3/trunk/hudson/ant.properties.example 2008-10-27 10:39:30 UTC (rev 2625)
@@ -20,6 +20,7 @@
hudson.maven.path=/usr/java/apache-maven-2.0.9
+tomcat.executable=catalina.sh
hudson.root=/usr/share/java/workspace
hudson.host=jbws.dyndns.org
hudson.admin.port=8150
Modified: jbpm3/trunk/hudson/build.xml
===================================================================
--- jbpm3/trunk/hudson/build.xml 2008-10-27 09:47:51 UTC (rev 2624)
+++ jbpm3/trunk/hudson/build.xml 2008-10-27 10:39:30 UTC (rev 2625)
@@ -191,7 +191,7 @@
<property environment="env"/>
<fail message="unset JBOSS_REPOSITORY=${env.JBOSS_REPOSITORY}"
if="env.JBOSS_REPOSITORY"/>
- <exec executable="${hudson.tomcat}/bin/catalina.sh"
failonerror="true" output="${hudson.target.dir}/hudson.log">
+ <exec executable="${hudson.tomcat}/bin/${tomcat.executable}"
failonerror="true" output="${hudson.target.dir}/hudson.log">
<env key="CATALINA_OPTS" value="-Xmx512m
-Djava.awt.headless=true"/>
<arg line="start"/>
</exec>