JBossWS SVN: r4656 - stack/native/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-01 08:17:20 -0400 (Mon, 01 Oct 2007)
New Revision: 4656
Modified:
stack/native/trunk/ant-import/build-deploy.xml
Log:
[JBWS-1796] dependencies fix - merge to trunk
Modified: stack/native/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/native/trunk/ant-import/build-deploy.xml 2007-10-01 12:15:17 UTC (rev 4655)
+++ stack/native/trunk/ant-import/build-deploy.xml 2007-10-01 12:17:20 UTC (rev 4656)
@@ -96,7 +96,8 @@
jbosshome="${jboss40.home}"/>
</target>
- <target name="deploy-jboss40-no-ejb3" depends="deploy-jboss40-ejb3" unless="jboss40.ejb3.available">
+ <target name="deploy-jboss40-no-ejb3" depends="jars-jboss40,undeploy-jboss40,deploy-jboss40-ejb3" unless="jboss40.ejb3.available"
+ description="Deploy jbossws to jboss40 without EJB3 support">
<macro-setup-native40-no-ejb3/>
</target>
17 years, 2 months
JBossWS SVN: r4655 - stack/native/branches/ropalka/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-01 08:15:17 -0400 (Mon, 01 Oct 2007)
New Revision: 4655
Modified:
stack/native/branches/ropalka/trunk/ant-import/build-deploy.xml
Log:
[JBWS-1796] dependencies fix
Modified: stack/native/branches/ropalka/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/native/branches/ropalka/trunk/ant-import/build-deploy.xml 2007-10-01 10:24:30 UTC (rev 4654)
+++ stack/native/branches/ropalka/trunk/ant-import/build-deploy.xml 2007-10-01 12:15:17 UTC (rev 4655)
@@ -96,7 +96,8 @@
jbosshome="${jboss40.home}"/>
</target>
- <target name="deploy-jboss40-no-ejb3" depends="deploy-jboss40-ejb3" unless="jboss40.ejb3.available">
+ <target name="deploy-jboss40-no-ejb3" depends="jars-jboss40,undeploy-jboss40,deploy-jboss40-ejb3" unless="jboss40.ejb3.available"
+ description="Deploy jbossws to jboss40 without EJB3 support">
<macro-setup-native40-no-ejb3/>
</target>
17 years, 2 months
JBossWS SVN: r4654 - in framework/trunk/hudson/hudson-home: jobs and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-01 06:24:30 -0400 (Mon, 01 Oct 2007)
New Revision: 4654
Added:
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml
Modified:
framework/trunk/hudson/hudson-home/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml
Log:
[JBWS-1796] hudson job created to test this issue
Modified: framework/trunk/hudson/hudson-home/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/config.xml 2007-09-29 11:07:26 UTC (rev 4653)
+++ framework/trunk/hudson/hudson-home/config.xml 2007-10-01 10:24:30 UTC (rev 4654)
@@ -54,6 +54,7 @@
<string>Core-Tests-AS-4.2</string>
<string>Core-Tests-AS-4.2-JDK6</string>
<string>Core-Tests-AS-4.0</string>
+ <string>Core-Tests-AS-4.0-No-EJB3</string>
</jobNames>
<name>Core Tests</name>
<description>
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml 2007-09-29 11:07:26 UTC (rev 4653)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml 2007-10-01 10:24:30 UTC (rev 4654)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>Core-Tests-AS-5.0, Core-Tests-AS-4.2, Core-Tests-AS-4.2-JDK6, Core-Tests-AS-4.0</childProjects>
+ <childProjects>Core-Tests-AS-5.0, Core-Tests-AS-4.2, Core-Tests-AS-4.2-JDK6, Core-Tests-AS-4.0, Core-Tests-AS-4.0-No-EJB3</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
@@ -20,4 +20,4 @@
<properties/>
<description>Run all JBossWS core tests</description>
<actions class="vector"/>
-</project>
\ No newline at end of file
+</project>
Added: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml (rev 0)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml 2007-10-01 10:24:30 UTC (rev 4654)
@@ -0,0 +1,106 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=JBWS-CoreTests-AS-4.0-No-EJB3
+
+WORKSPACE=`pwd`
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKNATIVE=$WORKSPACE/stack-native
+STACKMETRO=$WORKSPACE/stack-metro
+STACKCXF=$WORKSPACE/stack-cxf
+JBOSS_BINDADDR=(a)jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/JBossAS-4.0/build/output/(a)hudson.jboss40.build@
+ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40.no.ejb3 -Djboss40.home=$JBOSS_INSTANCE"
+
+#
+# stop jbossas
+#
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+
+#
+# build and deploy
+#
+cd $STACKNATIVE
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss40-no-ejb3
+
+#
+# start jbossas
+#
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+
+# Was it successfully started?
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+if [ -e $WORKSPACE/spider.failed ]; then
+ tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ exit 1
+fi
+
+#
+# execute tests
+#
+./build.sh $ENVIRONMENT tests-clean tests 2>&1 | tee $WORKSPACE/tests.out
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
+
+#
+# stop jbossas
+#
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail.recipients@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>true</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <locations>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.metro.url@</remote>
+ <local>stack-metro</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-cxf</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ </locations>
+ <useUpdate>true</useUpdate>
+ <browser class="hudson.scm.browsers.FishEyeSVN">
+ <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+ <rootModule></rootModule>
+ </browser>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <logRotator>
+ <daysToKeep>-1</daysToKeep>
+ <numToKeep>20</numToKeep>
+ </logRotator>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <description>Build and test jbossws-(a)version.id@ against AS-4.0 without EJB3 support</description>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
Property changes on: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 2 months