JBossWS SVN: r2056 - branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 19:46:04 -0500 (Tue, 23 Jan 2007)
New Revision: 2056
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
Log:
Fix jboss40
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 00:30:28 UTC (rev 2055)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 00:46:04 UTC (rev 2056)
@@ -13,7 +13,7 @@
MODULE=JBossWS-AS-4.0
WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.0/workspace/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3
-ENVIRONMENT="-Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
+ENVIRONMENT="-Djbossws.integration.target=jboss40 -Djboss40.home=$JBOSS_INSTANCE"
# Assign the SVNDIR
cd $WORKSPACE
17 years, 12 months
JBossWS SVN: r2055 - in branches/jbossws-1.2.0/build: ant-import and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 19:30:28 -0500 (Tue, 23 Jan 2007)
New Revision: 2055
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/
Modified:
branches/jbossws-1.2.0/build/ant-import/build-setup.xml
branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml
branches/jbossws-1.2.0/build/build.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml
Log:
More hudson
Modified: branches/jbossws-1.2.0/build/ant-import/build-setup.xml
===================================================================
--- branches/jbossws-1.2.0/build/ant-import/build-setup.xml 2007-01-24 00:11:30 UTC (rev 2054)
+++ branches/jbossws-1.2.0/build/ant-import/build-setup.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -111,8 +111,6 @@
<format property="build.id" pattern="yyyyMMddHHmm"/>
</tstamp>
- <echo message="${jbossws.svn.url}"/>
-
</target>
</project>
\ No newline at end of file
Modified: branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml
===================================================================
--- branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml 2007-01-24 00:11:30 UTC (rev 2054)
+++ branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -27,7 +27,6 @@
<get src="${jboss.repository}/apache-ant/${apache-ant}/lib/ant.jar" dest="${thirdparty.dir}/ant.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-log4j/${apache-log4j}/lib/log4j.jar" dest="${thirdparty.dir}/log4j.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-logging/${apache-logging}/lib/commons-logging.jar" dest="${thirdparty.dir}/commons-logging.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-tomcat/${apache-tomcat}/lib/apache-tomcat.zip" dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-xalan/${apache-xalan}/lib/serializer.jar" dest="${thirdparty.dir}/serializer.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-xalan/${apache-xalan}/lib/xalan.jar" dest="${thirdparty.dir}/xalan.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-xerces/${apache-xerces}/lib/resolver.jar" dest="${thirdparty.dir}/resolver.jar" usetimestamp="true" verbose="true"/>
@@ -62,7 +61,6 @@
<get src="${jboss.repository}/oswego-concurrent/${oswego-concurrent}/lib/concurrent.jar" dest="${thirdparty.dir}/concurrent.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/qdox/${qdox}/lib/qdox.jar" dest="${thirdparty.dir}/qdox.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/stax-api/${stax-api}/lib/stax-api.jar" dest="${thirdparty.dir}/stax-api.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/sun-hudson/${sun-hudson}/lib/hudson.war" dest="${thirdparty.dir}/hudson.war" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/sun-jaf/${sun-jaf}/lib/activation.jar" dest="${thirdparty.dir}/activation.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/sun-javamail/${sun-javamail}/lib/mail.jar" dest="${thirdparty.dir}/mail.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/sun-jaxb/${sun-jaxb}/lib/jaxb-api.jar" dest="${thirdparty.dir}/jaxb-api.jar" usetimestamp="true" verbose="true"/>
Modified: branches/jbossws-1.2.0/build/build.xml
===================================================================
--- branches/jbossws-1.2.0/build/build.xml 2007-01-24 00:11:30 UTC (rev 2054)
+++ branches/jbossws-1.2.0/build/build.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -61,11 +61,14 @@
<target name="all" description="Create a distribution zip file" depends="build-bin-dist,build-src-dist">
</target>
- <target name="hudson" depends="init" description="Setup the Hudson QA environment">
+ <target name="hudson-setup" depends="init" description="Setup the Hudson QA environment">
<echo/>
<echo message="hudson.root = ${hudson.root}"/>
<echo/>
+ <get src="${jboss.repository}/apache-tomcat/${apache-tomcat}/lib/apache-tomcat.zip" dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/sun-hudson/${sun-hudson}/lib/hudson.war" dest="${thirdparty.dir}/hudson.war" usetimestamp="true" verbose="true"/>
+
<mkdir dir="${hudson.root}"/>
<unzip src="${thirdparty.dir}/apache-tomcat.zip" dest="${hudson.root}"/>
<move file="${hudson.root}/apache-tomcat-${apache-tomcat}" tofile="${hudson.tomcat}"/>
@@ -96,22 +99,44 @@
</filterset>
</copy>
- <mkdir dir="${build.output.dir}"/>
- <exec executable="${hudson.tomcat}/bin/catalina.sh">
+ <echo/>
+ <echo message="*************************************"/>
+ <echo message="* Hudson setup sucessfuly *"/>
+ <echo message="* ant hudson-start *"/>
+ <echo message="*************************************"/>
+ <echo/>
+
+ </target>
+
+ <target name="hudson-stop" depends="init" description="Stops the Hudson QA environment">
+
+ <exec executable="${hudson.tomcat}/bin/catalina.sh" failonerror="true">
<arg line="stop"/>
</exec>
+
+ <echo/>
+ <echo message="*************************************"/>
+ <echo message="* Hudson stoped sucessfuly *"/>
+ <echo message="* ant hudson-start *"/>
+ <echo message="*************************************"/>
+ <echo/>
+
+ </target>
+
+ <target name="hudson-start" depends="init" description="Start the Hudson QA environment">
+
+ <mkdir dir="${build.output.dir}"/>
<exec executable="${hudson.tomcat}/bin/catalina.sh" failonerror="true" output="${build.output.dir}/hudson.log">
<arg line="start"/>
</exec>
<echo/>
<echo message="*************************************"/>
- <echo message="* Hudson sucessfuly started *"/>
+ <echo message="* Hudson started sucessfuly *"/>
<echo message="* http://localhost:8180/hudson *"/>
<echo message="*************************************"/>
<echo/>
</target>
-
</project>
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml 2007-01-24 00:11:30 UTC (rev 2054)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -3,7 +3,7 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-cd trunk
+cd Branch_4_0
rm -f thirdparty/libraries.ent
./build/build.sh clean main
</command>
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml 2007-01-24 00:11:30 UTC (rev 2054)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -3,7 +3,7 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-cd trunk
+cd Branch_4_2
rm -f thirdparty/libraries.ent
./build/build.sh clean main
</command>
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0 (from rev 2053, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2)
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml 2007-01-23 23:45:33 UTC (rev 2053)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -9,10 +9,10 @@
#
# Module settings
#
-HUDSON_HOME="@hudson.home(a)"
-MODULE="JBossWS-AS-4.2"
+HUDSON_HOME=(a)hudson.home@
+MODULE=JBossWS-AS-4.0
WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
-JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.2/workspace/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
+JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.0/workspace/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3
ENVIRONMENT="-Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
# Assign the SVNDIR
@@ -24,16 +24,20 @@
cp ant.properties.example ant.properties
#
-# deploy to jboss50
+# stop jbossas
#
-ant $ENVIRONMENT deploy-jboss50
+cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+
+#
+# deploy to jboss
+#
+ant $ENVIRONMENT deploy-jboss40
#
-# (re)start jbossas
+# start jbossas
#
-cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
$JBOSS_INSTANCE/bin/jboss.sh start
sleep 30
@@ -41,7 +45,7 @@
# execute tests
#
cd $SVNDIR/jbossws-tests
-#ant $ENVIRONMENT tests | grep FIXME | sort -u
+ant $ENVIRONMENT tests | grep FIXME | sort -u
#
# copy test reports
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml 2007-01-24 00:11:30 UTC (rev 2054)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -9,8 +9,8 @@
#
# Module settings
#
-HUDSON_HOME="@hudson.home(a)"
-MODULE="JBossWS-AS-4.2"
+HUDSON_HOME=(a)hudson.home@
+MODULE=JBossWS-AS-4.2
WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.2/workspace/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
ENVIRONMENT="-Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -24,16 +24,20 @@
cp ant.properties.example ant.properties
#
-# deploy to jboss50
+# stop jbossas
#
-ant $ENVIRONMENT deploy-jboss50
+cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+
+#
+# deploy to jboss
+#
+ant $ENVIRONMENT deploy-jboss42
#
-# (re)start jbossas
+# start jbossas
#
-cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
$JBOSS_INSTANCE/bin/jboss.sh start
sleep 30
@@ -41,7 +45,7 @@
# execute tests
#
cd $SVNDIR/jbossws-tests
-#ant $ENVIRONMENT tests | grep FIXME | sort -u
+ant $ENVIRONMENT tests | grep FIXME | sort -u
#
# copy test reports
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-24 00:11:30 UTC (rev 2054)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-24 00:30:28 UTC (rev 2055)
@@ -9,8 +9,8 @@
#
# Module settings
#
-HUDSON_HOME="@hudson.home(a)"
-MODULE="JBossWS-AS-5.0"
+HUDSON_HOME=(a)hudson.home@
+MODULE=JBossWS-AS-5.0
WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-5.0/workspace/trunk/build/output/jboss-5.0.0.Beta2
ENVIRONMENT="-Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -24,16 +24,20 @@
cp ant.properties.example ant.properties
#
-# deploy to jboss50
+# stop jbossas
#
+cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+
+#
+# deploy to jboss
+#
ant $ENVIRONMENT deploy-jboss50
#
-# (re)start jbossas
+# start jbossas
#
-cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
$JBOSS_INSTANCE/bin/jboss.sh start
sleep 30
@@ -41,7 +45,7 @@
# execute tests
#
cd $SVNDIR/jbossws-tests
-#ant $ENVIRONMENT tests | grep FIXME | sort -u
+ant $ENVIRONMENT tests | grep FIXME | sort -u
#
# copy test reports
17 years, 12 months
JBossWS SVN: r2054 - branches/jbossws-1.2.0/build/hudson/jboss.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 19:11:30 -0500 (Tue, 23 Jan 2007)
New Revision: 2054
Modified:
branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
Log:
chmod +x
Modified: branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
===================================================================
--- branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh 2007-01-23 23:45:33 UTC (rev 2053)
+++ branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh 2007-01-24 00:11:30 UTC (rev 2054)
@@ -5,9 +5,11 @@
case "$1" in
start)
+ chmod +x $JBOSS_HOME/bin/run.sh
$JBOSS_HOME/bin/run.sh > /dev/null &
;;
stop)
+ chmod +x $JBOSS_HOME/bin/shutdown.sh
$JBOSS_HOME/bin/shutdown.sh -S > /dev/null &
;;
restart)
17 years, 12 months
JBossWS SVN: r2053 - in branches/jbossws-1.2.0/build/hudson/hudson-home/jobs: JBossWS-AS-4.2 and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 18:45:33 -0500 (Tue, 23 Jan 2007)
New Revision: 2053
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml
Log:
Add JBossWS-AS-4.2
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2 (from rev 2051, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0)
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-23 22:42:42 UTC (rev 2051)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml 2007-01-23 23:45:33 UTC (rev 2053)
@@ -10,10 +10,10 @@
# Module settings
#
HUDSON_HOME="@hudson.home(a)"
-MODULE="JBossWS-AS-5.0"
+MODULE="JBossWS-AS-4.2"
WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
-JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-5.0/workspace/trunk/build/output/jboss-5.0.0.Beta2
-ENVIRONMENT="-Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
+JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.2/workspace/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
+ENVIRONMENT="-Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
# Assign the SVNDIR
cd $WORKSPACE
@@ -41,9 +41,16 @@
# execute tests
#
cd $SVNDIR/jbossws-tests
-ant $ENVIRONMENT tests | grep FIXME | sort -u
+#ant $ENVIRONMENT tests | grep FIXME | sort -u
#
+# copy test reports
+#
+rm -rf $WORKSPACE/test-reports
+mkdir $WORKSPACE/test-reports
+cp $SVNDIR/jbossws-tests/output/reports/*.xml $WORKSPACE/test-reports
+
+#
# stop jbossas
#
$JBOSS_INSTANCE/bin/jboss.sh stop
@@ -52,7 +59,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>$SVNDIR/jbossws-tests/output/reports/*.xml</testResults>
+ <testResults>test-reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@jbossws.hudson.mail@</recipients>
@@ -69,7 +76,7 @@
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
<triggers class="vector"/>
- <description>Build and test jbossws-(a)version.id@ against JBossAS-5.0</description>
+ <description>Build and test jbossws-(a)version.id@ against JBossAS-4.2</description>
<keepDependencies>false</keepDependencies>
<properties/>
<actions class="vector"/>
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-23 22:59:32 UTC (rev 2052)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-23 23:45:33 UTC (rev 2053)
@@ -41,9 +41,16 @@
# execute tests
#
cd $SVNDIR/jbossws-tests
-ant $ENVIRONMENT tests | grep FIXME | sort -u
+#ant $ENVIRONMENT tests | grep FIXME | sort -u
#
+# copy test reports
+#
+rm -rf $WORKSPACE/test-reports
+mkdir $WORKSPACE/test-reports
+cp $SVNDIR/jbossws-tests/output/reports/*.xml $WORKSPACE/test-reports
+
+#
# stop jbossas
#
$JBOSS_INSTANCE/bin/jboss.sh stop
@@ -52,7 +59,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>$SVNDIR/jbossws-tests/output/reports/*.xml</testResults>
+ <testResults>test-reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@jbossws.hudson.mail@</recipients>
17 years, 12 months
JBossWS SVN: r2052 - in branches/jbossws-1.2.0/build/hudson/hudson-home/jobs: JBossAS-4.0 and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 17:59:32 -0500 (Tue, 23 Jan 2007)
New Revision: 2052
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/
Removed:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/lastSuccessful
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/lastSuccessful
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/lastSuccessful
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml
Log:
Add jboss42, jboss40
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0 (from rev 2051, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0)
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml 2007-01-23 22:42:42 UTC (rev 2051)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml 2007-01-23 22:59:32 UTC (rev 2052)
@@ -18,14 +18,14 @@
</publishers>
<buildWrappers class="vector"/>
<scm class="hudson.scm.SubversionSCM">
- <modules>https://svn.jboss.org/repos/jbossas/trunk</modules>
+ <modules>https://svn.jboss.org/repos/jbossas/branches/Branch_4_0</modules>
<useUpdate>true</useUpdate>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
<triggers class="vector"/>
- <description>Build JBossAS-5.0</description>
+ <description>Build JBossAS-4.0</description>
<keepDependencies>false</keepDependencies>
<properties/>
<actions class="vector"/>
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/lastSuccessful
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/lastSuccessful 2007-01-23 22:42:42 UTC (rev 2051)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/lastSuccessful 2007-01-23 22:59:32 UTC (rev 2052)
@@ -1 +0,0 @@
-link builds/2007-01-22_15-04-06
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2 (from rev 2051, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0)
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml 2007-01-23 22:42:42 UTC (rev 2051)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml 2007-01-23 22:59:32 UTC (rev 2052)
@@ -18,14 +18,14 @@
</publishers>
<buildWrappers class="vector"/>
<scm class="hudson.scm.SubversionSCM">
- <modules>https://svn.jboss.org/repos/jbossas/trunk</modules>
+ <modules>https://svn.jboss.org/repos/jbossas/branches/Branch_4_2</modules>
<useUpdate>true</useUpdate>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
<triggers class="vector"/>
- <description>Build JBossAS-5.0</description>
+ <description>Build JBossAS-4.2</description>
<keepDependencies>false</keepDependencies>
<properties/>
<actions class="vector"/>
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/lastSuccessful
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/lastSuccessful 2007-01-23 22:42:42 UTC (rev 2051)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/lastSuccessful 2007-01-23 22:59:32 UTC (rev 2052)
@@ -1 +0,0 @@
-link builds/2007-01-22_15-04-06
\ No newline at end of file
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/lastSuccessful
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/lastSuccessful 2007-01-23 22:42:42 UTC (rev 2051)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/lastSuccessful 2007-01-23 22:59:32 UTC (rev 2052)
@@ -1 +0,0 @@
-link builds/2007-01-22_15-04-06
\ No newline at end of file
17 years, 12 months
JBossWS SVN: r2051 - in branches/jbossws-1.2.0/build: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 17:42:42 -0500 (Tue, 23 Jan 2007)
New Revision: 2051
Modified:
branches/jbossws-1.2.0/build/ant-import/build-setup.xml
branches/jbossws-1.2.0/build/build.xml
branches/jbossws-1.2.0/build/version.properties
Log:
More hudson stuff
Modified: branches/jbossws-1.2.0/build/ant-import/build-setup.xml
===================================================================
--- branches/jbossws-1.2.0/build/ant-import/build-setup.xml 2007-01-23 22:38:46 UTC (rev 2050)
+++ branches/jbossws-1.2.0/build/ant-import/build-setup.xml 2007-01-23 22:42:42 UTC (rev 2051)
@@ -79,11 +79,19 @@
<target name="prepare">
+ <!-- get the svn url -->
+ <mkdir dir="${build.output.dir}"/>
+ <exec dir="${build.dir}/.." executable="svn" failonerror="true" output="${build.output.dir}/svn-info.xml">
+ <arg line="info"/>
+ <arg line="--xml"/>
+ </exec>
+ <xmlproperty file="${build.output.dir}/svn-info.xml"/>
+ <property name="jbossws.svn.url" value="${info.entry.url}"/>
+
<echo message="jboss50.home = ${jboss50.home}"/>
<echo message="jboss42.home = ${jboss42.home}"/>
<echo message="jboss40.home = ${jboss40.home}"/>
<echo message="tomcat.home = ${tomcat.home}"/>
- <echo/>
<available property="jbossws.portal.content.available" file="${jbossws.portal.content}" type="dir"/>
@@ -102,6 +110,8 @@
<tstamp>
<format property="build.id" pattern="yyyyMMddHHmm"/>
</tstamp>
+
+ <echo message="${jbossws.svn.url}"/>
</target>
Modified: branches/jbossws-1.2.0/build/build.xml
===================================================================
--- branches/jbossws-1.2.0/build/build.xml 2007-01-23 22:38:46 UTC (rev 2050)
+++ branches/jbossws-1.2.0/build/build.xml 2007-01-23 22:42:42 UTC (rev 2051)
@@ -61,7 +61,7 @@
<target name="all" description="Create a distribution zip file" depends="build-bin-dist,build-src-dist">
</target>
- <target name="setup-hudson" description="Setup the Hudson QA environment">
+ <target name="hudson" depends="init" description="Setup the Hudson QA environment">
<echo/>
<echo message="hudson.root = ${hudson.root}"/>
<echo/>
@@ -89,11 +89,17 @@
<include name="**/*.xml"/>
</fileset>
<filterset>
+ <filter token="version.id" value="${version.id}"/>
<filter token="hudson.home" value="${hudson.home}"/>
<filter token="jbossws.hudson.mail" value="${jbossws.hudson.mail}"/>
+ <filter token="jbossws.svn.url" value="${jbossws.svn.url}"/>
</filterset>
</copy>
+ <mkdir dir="${build.output.dir}"/>
+ <exec executable="${hudson.tomcat}/bin/catalina.sh">
+ <arg line="stop"/>
+ </exec>
<exec executable="${hudson.tomcat}/bin/catalina.sh" failonerror="true" output="${build.output.dir}/hudson.log">
<arg line="start"/>
</exec>
Modified: branches/jbossws-1.2.0/build/version.properties
===================================================================
--- branches/jbossws-1.2.0/build/version.properties 2007-01-23 22:38:46 UTC (rev 2050)
+++ branches/jbossws-1.2.0/build/version.properties 2007-01-23 22:42:42 UTC (rev 2051)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=1.2.0.CR3
-repository.id=snapshot
+version.id=1.2.0.GA
+repository.id=1.2.0.GA
implementation.title=JBoss Web Services (JBossWS)
implementation.url=http://www.jboss.org/products/jbossws
17 years, 12 months
JBossWS SVN: r2050 - in branches/jbossws-1.2.0/build/hudson/hudson-home/jobs: JBossAS-5.0 and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 17:38:46 -0500 (Tue, 23 Jan 2007)
New Revision: 2050
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml
Removed:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/builds/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/nextBuildNumber
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/scm-polling.log
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/workspace/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TRUNK/
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml
Log:
Parameterize configs
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml 2007-01-23 22:30:37 UTC (rev 2049)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml 2007-01-23 22:38:46 UTC (rev 2050)
@@ -3,10 +3,9 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
- cd trunk
- rm -f thirdparty/libraries.ent
- ./build/build.sh clean
- ./build/build.sh
+cd trunk
+rm -f thirdparty/libraries.ent
+./build/build.sh clean main
</command>
</hudson.tasks.Shell>
</builders>
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0 (from rev 2046, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TRUNK)
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TRUNK/config.xml 2007-01-23 18:13:17 UTC (rev 2046)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-23 22:38:46 UTC (rev 2050)
@@ -1,79 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command># common script settings
-pwd
-
-#
-# Module settings
-#
-HUDSON_HOME="@hudson.home(a)"
-MODULE="JBossWS-TRUNK"
-WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
-JBOSS_INSTANCE=$HUDSON_HOME/jobs/AS-5.x/workspace/trunk/build/output/jboss-5.0.0.Beta2
-ENV_DEFAULTS="-Djboss50.home=$JBOSS_INSTANCE -Djbossws.integration.target=jboss50"
-
-cd $WORKSPACE/trunk/build
-pwd
-
-#
-# build core modules (and update thirdparty libs)
-#
-ant -propertyfile $WORKSPACE/trunk/build/etc/hudson/AS-5.x.properties -Dforce.thirdparty.get=true main
-
-#
-# deploy jboss50
-#
-ant -propertyfile $WORKSPACE/trunk/build/etc/hudson/AS-5.x.properties deploy-jboss50
-
-#
-# build test suite
-#
-cd $WORKSPACE/trunk/jbossws-tests
-pwd
-ant -propertyfile $WORKSPACE/trunk/build/etc/hudson/AS-5.x.properties main
-
-#
-# start jbossas
-#(make sure it's stopped first)
-#
-$WORKSPACE/trunk/build/etc/hudson/jboss-init.sh $JBOSS_INSTANCE stop
-$WORKSPACE/trunk/build/etc/hudson/jboss-init.sh $JBOSS_INSTANCE start
-sleep 30
-
-#
-# execute tests
-#
-ant -propertyfile $WORKSPACE/trunk/build/etc/hudson/AS-5.x.properties $ENV_DEFAULTS tests
-
-#
-# stop jbossas
-#
-$WORKSPACE/trunk/build/etc/hudson/jboss-init.sh $JBOSS_INSTANCE stop</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>trunk/jbossws-tests/output/reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@jbossws.hudson.mail@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <modules>https://svn.jboss.org/repos/jbossws/trunk</modules>
- <useUpdate>true</useUpdate>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <description>Builds JBossWS-TRUNK against AS 5.0 TRUNK</description>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <actions class="vector"/>
-</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml (from rev 2047, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TRUNK/config.xml)
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-23 22:38:46 UTC (rev 2050)
@@ -0,0 +1,76 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+# common script settings
+pwd
+
+#
+# Module settings
+#
+HUDSON_HOME="@hudson.home(a)"
+MODULE="JBossWS-AS-5.0"
+WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
+JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-5.0/workspace/trunk/build/output/jboss-5.0.0.Beta2
+ENVIRONMENT="-Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
+
+# Assign the SVNDIR
+cd $WORKSPACE
+cd `ls`
+export SVNDIR=`pwd`
+
+cd $SVNDIR/build
+cp ant.properties.example ant.properties
+
+#
+# deploy to jboss50
+#
+ant $ENVIRONMENT deploy-jboss50
+
+#
+# (re)start jbossas
+#
+cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+$JBOSS_INSTANCE/bin/jboss.sh start
+sleep 30
+
+#
+# execute tests
+#
+cd $SVNDIR/jbossws-tests
+ant $ENVIRONMENT tests | grep FIXME | sort -u
+
+#
+# stop jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh stop
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>$SVNDIR/jbossws-tests/output/reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@jbossws.hudson.mail@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <modules>@jbossws.svn.url@</modules>
+ <useUpdate>true</useUpdate>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Build and test jbossws-(a)version.id@ against JBossAS-5.0</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/nextBuildNumber
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TRUNK/nextBuildNumber 2007-01-23 18:13:17 UTC (rev 2046)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/nextBuildNumber 2007-01-23 22:38:46 UTC (rev 2050)
@@ -1 +0,0 @@
-99
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/scm-polling.log
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TRUNK/scm-polling.log 2007-01-23 18:13:17 UTC (rev 2046)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/scm-polling.log 2007-01-23 22:38:46 UTC (rev 2050)
@@ -1 +0,0 @@
-
17 years, 12 months
JBossWS SVN: r2049 - branches/jbossws-1.2.0/build/hudson/jboss.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 17:30:37 -0500 (Tue, 23 Jan 2007)
New Revision: 2049
Modified:
branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
Log:
Use dirname
Modified: branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
===================================================================
--- branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh 2007-01-23 22:19:40 UTC (rev 2048)
+++ branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh 2007-01-23 22:30:37 UTC (rev 2049)
@@ -1,11 +1,14 @@
#!/bin/sh
+DIRNAME=`dirname $0`
+JBOSS_HOME=`cd $DIRNAME/..; pwd`
+
case "$1" in
start)
- ./run.sh > /dev/null &
+ $JBOSS_HOME/bin/run.sh > /dev/null &
;;
stop)
- ./shutdown.sh -S > /dev/null &
+ $JBOSS_HOME/bin/shutdown.sh -S > /dev/null &
;;
restart)
$0 stop
@@ -13,5 +16,4 @@
;;
*)
echo "usage: $0 (start|stop|restart|help)"
-esac
-
+esac
\ No newline at end of file
17 years, 12 months
JBossWS SVN: r2048 - branches/jbossws-1.2.0/build/hudson/jboss.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 17:19:40 -0500 (Tue, 23 Jan 2007)
New Revision: 2048
Modified:
branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
Log:
simplify script
Modified: branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
===================================================================
--- branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh 2007-01-23 21:51:43 UTC (rev 2047)
+++ branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh 2007-01-23 22:19:40 UTC (rev 2048)
@@ -1,22 +1,10 @@
#!/bin/sh
-if [ -z "$1" ]
-then
- echo "Please specify a jboss instance to be started"; exit 1;
-fi
-
-#define where jboss is - this is the directory containing directories log, bin, conf etc
-JBOSS_INSTANCE=$1
-
-echo "Using jboss instance $JBOSS_INSTANCE"
-
-case "$2" in
+case "$1" in
start)
- cd $JBOSS_INSTANCE/bin
./run.sh > /dev/null &
;;
stop)
- cd $JBOSS_INSTANCE/bin
./shutdown.sh -S > /dev/null &
;;
restart)
17 years, 12 months
JBossWS SVN: r2047 - in branches/jbossws-1.2.0/build/hudson: jboss and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-23 16:51:43 -0500 (Tue, 23 Jan 2007)
New Revision: 2047
Added:
branches/jbossws-1.2.0/build/hudson/jboss/
branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
Log:
Add jboss start script
Added: branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
===================================================================
--- branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh 2007-01-23 21:51:43 UTC (rev 2047)
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+if [ -z "$1" ]
+then
+ echo "Please specify a jboss instance to be started"; exit 1;
+fi
+
+#define where jboss is - this is the directory containing directories log, bin, conf etc
+JBOSS_INSTANCE=$1
+
+echo "Using jboss instance $JBOSS_INSTANCE"
+
+case "$2" in
+start)
+ cd $JBOSS_INSTANCE/bin
+ ./run.sh > /dev/null &
+ ;;
+stop)
+ cd $JBOSS_INSTANCE/bin
+ ./shutdown.sh -S > /dev/null &
+ ;;
+restart)
+ $0 stop
+ $0 start
+ ;;
+*)
+ echo "usage: $0 (start|stop|restart|help)"
+esac
+
Property changes on: branches/jbossws-1.2.0/build/hudson/jboss/jboss.sh
___________________________________________________________________
Name: svn:executable
+ *
17 years, 12 months