Author: thomas.diesler(a)jboss.com
Date: 2008-04-07 06:33:44 -0400 (Mon, 07 Apr 2008)
New Revision: 6242
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-4.2.1/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml
Log:
Fix maven build for AS501, Fix build dependency for AS tests
Modified: framework/trunk/hudson/hudson-home/jobs/AS-4.2.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-4.2.1/config.xml 2008-04-07 09:24:29 UTC
(rev 6241)
+++ framework/trunk/hudson/hudson-home/jobs/AS-4.2.1/config.xml 2008-04-07 10:33:44 UTC
(rev 6242)
@@ -41,7 +41,7 @@
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
<hudson.tasks.BuildTrigger>
- <childProjects>JBAS-Tests-AS-4.2.1</childProjects>
+ <childProjects>AS-Tests-AS-4.2.1</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
Modified: framework/trunk/hudson/hudson-home/jobs/AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-4.2.2/config.xml 2008-04-07 09:24:29 UTC
(rev 6241)
+++ framework/trunk/hudson/hudson-home/jobs/AS-4.2.2/config.xml 2008-04-07 10:33:44 UTC
(rev 6242)
@@ -41,7 +41,7 @@
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
<hudson.tasks.BuildTrigger>
- <childProjects>JBAS-Tests-AS-4.2.2</childProjects>
+ <childProjects>AS-Tests-AS-4.2.2</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
Modified: framework/trunk/hudson/hudson-home/jobs/AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-4.2.3/config.xml 2008-04-07 09:24:29 UTC
(rev 6241)
+++ framework/trunk/hudson/hudson-home/jobs/AS-4.2.3/config.xml 2008-04-07 10:33:44 UTC
(rev 6242)
@@ -41,7 +41,7 @@
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
<hudson.tasks.BuildTrigger>
- <childProjects>JBAS-Tests-AS-4.2.3</childProjects>
+ <childProjects>AS-Tests-AS-4.2.3</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
Modified: framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml 2008-04-07 09:24:29 UTC
(rev 6241)
+++ framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml 2008-04-07 10:33:44 UTC
(rev 6242)
@@ -41,7 +41,7 @@
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
<hudson.tasks.BuildTrigger>
- <childProjects>JBAS-Tests-AS-5.0.0</childProjects>
+ <childProjects>AS-Tests-AS-5.0.0</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
Modified: framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml 2008-04-07 09:24:29 UTC
(rev 6241)
+++ framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml 2008-04-07 10:33:44 UTC
(rev 6242)
@@ -21,7 +21,6 @@
# build jboss
#
cd $SVNBASE
-rm -rf thirdparty/*
./build/build.sh clean main
#
@@ -41,7 +40,7 @@
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
<hudson.tasks.BuildTrigger>
- <childProjects>JBAS-Tests-AS-5.0.1</childProjects>
+ <childProjects>AS-Tests-AS-5.0.1</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
Show replies by date