Author: thomas.diesler(a)jboss.com
Date: 2007-01-25 06:44:11 -0500 (Thu, 25 Jan 2007)
New Revision: 2103
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBAS-Tests-AS-4.0-jdk14/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0-jdk14/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-5.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml
branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/ant.properties.example
Log:
Work on samples
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBAS-Tests-AS-4.0-jdk14/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBAS-Tests-AS-4.0-jdk14/config.xml 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBAS-Tests-AS-4.0-jdk14/config.xml 2007-01-25
11:44:11 UTC (rev 2103)
@@ -30,18 +30,18 @@
cd $SVNBASEDIR/build
ant $ENVIRONMENT deploy-jboss40-jdk14
+export JAVA_HOME=(a)hudson.jdk14@
+
#
# build the testsuite
#
-export JAVA_HOME=(a)hudson.jdk14@
cd $JBOSS_INSTANCE/../../../testsuite
./build.sh clean main
#
# start jbossas
#
-$JBOSS_INSTANCE/bin/jboss.sh start
-sleep 30
+$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
#
# execute tests
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0/config.xml 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0/config.xml 2007-01-25
11:44:11 UTC (rev 2103)
@@ -9,9 +9,14 @@
MODULE=JBWS-Samples-AS-4.0
WORKSPACE=`pwd`
SVNBASEDIR=$WORKSPACE/(a)svn.basename@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/Branch_4_0/build/output/@hudson.jboss40.build(a)-ejb3
-ENVIRONMENT="-Djbossws.integration.target=jboss40
-Djboss40.home=$JBOSS_INSTANCE"
+JBOSS40_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/Branch_4_0/build/output/@hudson.jboss40.build(a)-ejb3
+JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/Branch_4_2/build/output/@hudson.jboss42.build(a)-ejb3
+JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/(a)hudson.jboss50.build@
+TOMCAT_INSTANCE=@hudson.home(a)/jobs/TC-5.5/workspace/apache-tomcat
+ENVIRONMENT="-Djbossws.integration.target=jboss40
-Djboss40.home=$JBOSS40_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE
-Djboss50.home=$JBOSS50_INSTANCE -Dtomcat.home=$TOMCAT_INSTANCE"
+JBOSS_INSTANCE=$JBOSS40_INSTANCE
+
#
# copy ant.properties
#
@@ -24,9 +29,9 @@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
#
-# deploy to jboss
+# build jbossws samples
#
-ant $ENVIRONMENT clean deploy-jboss40
+ant $ENVIRONMENT clean build-samples
#
# start jbossas
@@ -34,21 +39,24 @@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
#
-# execute tests
+# execute samples
#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT tests
+cd $SVNBASEDIR/build/output/jbossws-samples-(a)version.id@
+cp ant.properties.example ant.properties
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
#
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
+ls
$WORKSPACE/@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+
<testResults>@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0-jdk14/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0-jdk14/config.xml 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.0-jdk14/config.xml 2007-01-25
11:44:11 UTC (rev 2103)
@@ -9,9 +9,14 @@
MODULE=JBWS-Samples-AS-4.0-jdk14
WORKSPACE=`pwd`
SVNBASEDIR=$WORKSPACE/(a)svn.basename@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0-jdk14/workspace/Branch_4_0/build/output/(a)hudson.jboss40.build@
-ENVIRONMENT="-Djbossws.integration.target=jboss40
-Djboss40.home=$JBOSS_INSTANCE"
+JBOSS40_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/Branch_4_0/build/output/(a)hudson.jboss40.build@
+JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/Branch_4_2/build/output/@hudson.jboss42.build(a)-ejb3
+JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/(a)hudson.jboss50.build@
+TOMCAT_INSTANCE=@hudson.home(a)/jobs/TC-5.5/workspace/apache-tomcat
+ENVIRONMENT="-Djbossws.integration.target=jboss40
-Djboss40.home=$JBOSS40_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE
-Djboss50.home=$JBOSS50_INSTANCE -Dtomcat.home=$TOMCAT_INSTANCE"
+JBOSS_INSTANCE=$JBOSS40_INSTANCE
+
#
# copy ant.properties
#
@@ -24,32 +29,36 @@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
#
-# deploy to jboss
+# build jbossws samples
#
-ant $ENVIRONMENT clean deploy-jboss40-jdk14
+ant $ENVIRONMENT clean build-samples
+export JAVA_HOME=(a)hudson.jdk14@
+
#
# start jbossas
#
-export JAVA_HOME=(a)hudson.jdk14@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
#
-# execute tests
+# execute samples
#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT tests
+cd $SVNBASEDIR/build/output/jbossws-samples-(a)version.id@
+cp ant.properties.example ant.properties
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
#
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
+ls
$WORKSPACE/@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+
<testResults>@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.2/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.2/config.xml 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-4.2/config.xml 2007-01-25
11:44:11 UTC (rev 2103)
@@ -9,9 +9,14 @@
MODULE=JBWS-Samples-AS-4.2
WORKSPACE=`pwd`
SVNBASEDIR=$WORKSPACE/(a)svn.basename@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/Branch_4_2/build/output/@hudson.jboss42.build(a)-ejb3
-ENVIRONMENT="-Djbossws.integration.target=jboss42
-Djboss42.home=$JBOSS_INSTANCE"
+JBOSS40_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/Branch_4_0/build/output/@hudson.jboss40.build(a)-ejb3
+JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/Branch_4_2/build/output/@hudson.jboss42.build(a)-ejb3
+JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/(a)hudson.jboss50.build@
+TOMCAT_INSTANCE=@hudson.home(a)/jobs/TC-5.5/workspace/apache-tomcat
+ENVIRONMENT="-Djbossws.integration.target=jboss42
-Djboss40.home=$JBOSS40_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE
-Djboss50.home=$JBOSS50_INSTANCE -Dtomcat.home=$TOMCAT_INSTANCE"
+JBOSS_INSTANCE=$JBOSS42_INSTANCE
+
#
# copy ant.properties
#
@@ -24,9 +29,9 @@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
#
-# deploy to jboss
+# build jbossws samples
#
-ant $ENVIRONMENT clean deploy-jboss42
+ant $ENVIRONMENT clean build-samples
#
# start jbossas
@@ -34,21 +39,24 @@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
#
-# execute tests
+# execute samples
#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT tests
+cd $SVNBASEDIR/build/output/jbossws-samples-(a)version.id@
+cp ant.properties.example ant.properties
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
#
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
+ls
$WORKSPACE/@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+
<testResults>@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-5.0/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-5.0/config.xml 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Samples-AS-5.0/config.xml 2007-01-25
11:44:11 UTC (rev 2103)
@@ -9,9 +9,14 @@
MODULE=JBWS-Samples-AS-5.0
WORKSPACE=`pwd`
SVNBASEDIR=$WORKSPACE/(a)svn.basename@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/(a)hudson.jboss50.build@
-ENVIRONMENT="-Djbossws.integration.target=jboss50
-Djboss50.home=$JBOSS_INSTANCE"
+JBOSS40_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/Branch_4_0/build/output/@hudson.jboss40.build(a)-ejb3
+JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/Branch_4_2/build/output/@hudson.jboss42.build(a)-ejb3
+JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/(a)hudson.jboss50.build@
+TOMCAT_INSTANCE=@hudson.home(a)/jobs/TC-5.5/workspace/apache-tomcat
+ENVIRONMENT="-Djbossws.integration.target=jboss50
-Djboss40.home=$JBOSS40_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE
-Djboss50.home=$JBOSS50_INSTANCE -Dtomcat.home=$TOMCAT_INSTANCE"
+JBOSS_INSTANCE=$JBOSS50_INSTANCE
+
#
# copy ant.properties
#
@@ -24,9 +29,9 @@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
#
-# deploy to jboss
+# build jbossws samples
#
-ant $ENVIRONMENT clean deploy-jboss50
+ant $ENVIRONMENT clean build-samples
#
# start jbossas
@@ -34,21 +39,24 @@
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
#
-# execute tests
+# execute samples
#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT tests
+cd $SVNBASEDIR/build/output/jbossws-samples-(a)version.id@
+cp ant.properties.example ant.properties
+ant $ENVIRONMENT tests 2>&1 | tee $WORKSPACE/tests.out
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
#
# stop jbossas
#
$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
+ls
$WORKSPACE/@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+
<testResults>@svn.basename@/build/output/jbossws-samples-@version.id(a)/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-4.2/config.xml 2007-01-25
11:44:11 UTC (rev 2103)
@@ -32,7 +32,7 @@
#
# start jbossas
#
-export JAVA_HOME=(a)hudson.jdk14@
+$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
#
# execute tests
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml
===================================================================
---
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Tests-AS-5.0/config.xml 2007-01-25
11:44:11 UTC (rev 2103)
@@ -32,7 +32,7 @@
#
# start jbossas
#
-export JAVA_HOME=(a)hudson.jdk14@
+$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
#
# execute tests
Modified:
branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/ant.properties.example
===================================================================
---
branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/ant.properties.example 2007-01-25
10:20:00 UTC (rev 2102)
+++
branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/ant.properties.example 2007-01-25
11:44:11 UTC (rev 2103)
@@ -4,7 +4,7 @@
# Required JBoss Home
#jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta2
#jboss42.home=/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
-#jboss40.home=/home/tdiesler/svn/jbossas/tags/JBoss_4_0_5_GA/build/output/jboss-4.0.5.GA-ejb3
+#jboss40.home=/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3
# The JBoss server under test. This can be [jboss50|jboss42|jboss40|tomcat]
jbossws.integration.target=jboss42
Show replies by date