Author: heiko.braun(a)jboss.com
Date: 2007-06-20 06:30:47 -0400 (Wed, 20 Jun 2007)
New Revision: 3653
Modified:
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
Log:
Rollback build.sh invocation
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
===================================================================
---
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml 2007-06-20
10:30:00 UTC (rev 3652)
+++
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml 2007-06-20
10:30:47 UTC (rev 3653)
@@ -19,19 +19,19 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
-./build.sh clean
-
+ant clean
+
#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
-
+
#
# build/deploy jbossws-native
#
cd $JBWSDIR/integration/native
-./build.sh $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE-ejb3 jars
-./build.sh $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE deploy-jboss40
+ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE-ejb3 jars
+ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE deploy-jboss40
#
# start jbossas
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
===================================================================
---
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml 2007-06-20
10:30:00 UTC (rev 3652)
+++
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml 2007-06-20
10:30:47 UTC (rev 3653)
@@ -19,18 +19,18 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
-./build.sh clean
-
+ant clean
+
#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
-
+
#
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss42
+ant $ENVIRONMENT deploy-jboss42
#
# start jbossas
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
===================================================================
---
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml 2007-06-20
10:30:00 UTC (rev 3652)
+++
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml 2007-06-20
10:30:47 UTC (rev 3653)
@@ -19,18 +19,18 @@
#
cd $JBWSDIR/build
cp ant.properties.example ant.properties
-./build.sh clean
+ant clean
#
# stop jbossas
#
$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
-
+
#
# deploy to jboss
#
cd $JBWSDIR/jbossws-core
-./build.sh $ENVIRONMENT deploy-jboss50
+ant $ENVIRONMENT deploy-jboss50
#
# start jbossas
Show replies by date