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(a)</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(a)</recipients>