JBossWS SVN: r2076 - trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2007-01-24 09:12:36 -0500 (Wed, 24 Jan 2007)
New Revision: 2076
Modified:
trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoInMessage.java
trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoOutMessage.java
trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoPortType.java
trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/Notify.java
trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/NotifyMessage.java
trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/ObjectFactory.java
Log:
Added license headers
Modified: trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoInMessage.java
===================================================================
--- trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoInMessage.java 2007-01-24 13:43:05 UTC (rev 2075)
+++ trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoInMessage.java 2007-01-24 14:12:36 UTC (rev 2076)
@@ -1,4 +1,24 @@
-
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
package org.jboss.test.ws.interop.wsa;
import javax.xml.bind.JAXBElement;
Modified: trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoOutMessage.java
===================================================================
--- trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoOutMessage.java 2007-01-24 13:43:05 UTC (rev 2075)
+++ trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoOutMessage.java 2007-01-24 14:12:36 UTC (rev 2076)
@@ -1,4 +1,24 @@
-
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
package org.jboss.test.ws.interop.wsa;
import javax.xml.bind.JAXBElement;
Modified: trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoPortType.java
===================================================================
--- trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoPortType.java 2007-01-24 13:43:05 UTC (rev 2075)
+++ trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/EchoPortType.java 2007-01-24 14:12:36 UTC (rev 2076)
@@ -1,4 +1,24 @@
-
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
package org.jboss.test.ws.interop.wsa;
import javax.jws.WebMethod;
Modified: trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/Notify.java
===================================================================
--- trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/Notify.java 2007-01-24 13:43:05 UTC (rev 2075)
+++ trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/Notify.java 2007-01-24 14:12:36 UTC (rev 2076)
@@ -1,4 +1,24 @@
-
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
package org.jboss.test.ws.interop.wsa;
import javax.jws.Oneway;
Modified: trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/NotifyMessage.java
===================================================================
--- trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/NotifyMessage.java 2007-01-24 13:43:05 UTC (rev 2075)
+++ trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/NotifyMessage.java 2007-01-24 14:12:36 UTC (rev 2076)
@@ -1,4 +1,24 @@
-
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
package org.jboss.test.ws.interop.wsa;
import javax.xml.bind.JAXBElement;
Modified: trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/ObjectFactory.java
===================================================================
--- trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/ObjectFactory.java 2007-01-24 13:43:05 UTC (rev 2075)
+++ trunk/jbossws-tests/src/main/java/org/jboss/test/ws/interop/wsa/ObjectFactory.java 2007-01-24 14:12:36 UTC (rev 2076)
@@ -1,4 +1,24 @@
-
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
package org.jboss.test.ws.interop.wsa;
import javax.xml.bind.JAXBElement;
18 years
JBossWS SVN: r2075 - in branches/jbossws-1.2.0/build/hudson/hudson-home/jobs: QA-ASWS-4.0 and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 08:43:05 -0500 (Wed, 24 Jan 2007)
New Revision: 2075
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/config.xml
Removed:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/config.xml
Log:
Rename QA targets
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0 (from rev 2061, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0)
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0/config.xml 2007-01-24 11:09:16 UTC (rev 2061)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/config.xml 2007-01-24 13:43:05 UTC (rev 2075)
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-# common script settings
-pwd
-
-#
-# Module settings
-#
-MODULE=QA-AS-4.2
-SVNBASENAME=(a)svn.basename@
-HUDSON_HOME=(a)hudson.home@
-SVNBASEDIR=$HUDSON_HOME/jobs/JBossWS-Build-All/workspace/$SVNBASENAME
-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"
-
-#
-# stop jbossas
-#
-cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
-
-#
-# deploy to jboss
-#
-cd $SVNBASEDIR/build
-ant $ENVIRONMENT deploy-jboss42
-
-#
-# start jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh start
-sleep 30
-
-#
-# execute tests
-#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT tests
-
-#
-# stop jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh stop
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <description>Test jbossws-(a)version.id@ against JBossAS-4.2</description>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <actions class="vector"/>
-</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/config.xml (from rev 2074, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0/config.xml)
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.0/config.xml 2007-01-24 13:43:05 UTC (rev 2075)
@@ -0,0 +1,68 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=QA-AS-4.0
+SVNBASENAME=(a)svn.basename@
+HUDSON_HOME=(a)hudson.home@
+SVNBASEDIR=$HUDSON_HOME/jobs/JBossWS-Build-All/workspace/$SVNBASENAME
+JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.0/workspace/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3
+ENVIRONMENT="-Djbossws.integration.target=jboss40 -Djboss40.home=$JBOSS_INSTANCE"
+
+#
+# stop jbossas
+#
+cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+
+#
+# deploy to jboss
+#
+cd $SVNBASEDIR/build
+ant $ENVIRONMENT deploy-jboss40
+
+#
+# start jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh start
+sleep 30
+
+#
+# execute tests
+#
+cd $SVNBASEDIR/jbossws-tests
+ant $ENVIRONMENT tests
+
+#
+# stop jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh stop
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Test jbossws-(a)version.id@ against JBossAS-4.0</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2 (from rev 2060, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2)
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2/config.xml 2007-01-24 11:07:50 UTC (rev 2060)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/config.xml 2007-01-24 13:43:05 UTC (rev 2075)
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-# common script settings
-pwd
-
-#
-# Module settings
-#
-MODULE=QA-AS-4.2
-SVNBASENAME=(a)svn.basename@
-HUDSON_HOME=(a)hudson.home@
-SVNBASEDIR=$HUDSON_HOME/jobs/JBossWS-Build-All/workspace/$SVNBASENAME
-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"
-
-#
-# stop jbossas
-#
-cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
-
-#
-# deploy to jboss
-#
-cd $SVNBASEDIR/build
-ant $ENVIRONMENT deploy-jboss42
-
-#
-# start jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh start
-sleep 30
-
-#
-# execute tests
-#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT tests
-
-#
-# stop jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh stop
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <description>Test jbossws-(a)version.id@ against JBossAS-4.2</description>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <actions class="vector"/>
-</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/config.xml (from rev 2074, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2/config.xml)
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-4.2/config.xml 2007-01-24 13:43:05 UTC (rev 2075)
@@ -0,0 +1,68 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=QA-AS-4.2
+SVNBASENAME=(a)svn.basename@
+HUDSON_HOME=(a)hudson.home@
+SVNBASEDIR=$HUDSON_HOME/jobs/JBossWS-Build-All/workspace/$SVNBASENAME
+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"
+
+#
+# stop jbossas
+#
+cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+
+#
+# deploy to jboss
+#
+cd $SVNBASEDIR/build
+ant $ENVIRONMENT deploy-jboss42
+
+#
+# start jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh start
+sleep 30
+
+#
+# execute tests
+#
+cd $SVNBASEDIR/jbossws-tests
+ant $ENVIRONMENT tests
+
+#
+# stop jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh stop
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Test jbossws-(a)version.id@ against JBossAS-4.2</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0 (from rev 2059, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0)
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0/config.xml 2007-01-24 11:05:29 UTC (rev 2059)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/config.xml 2007-01-24 13:43:05 UTC (rev 2075)
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-# common script settings
-pwd
-
-#
-# Module settings
-#
-MODULE=QA-AS-5.0
-SVNBASENAME=(a)svn.basename@
-HUDSON_HOME=(a)hudson.home@
-SVNBASEDIR=$HUDSON_HOME/jobs/JBossWS-Build-All/workspace/$SVNBASENAME
-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"
-
-#
-# stop jbossas
-#
-cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
-
-#
-# deploy to jboss
-#
-cd $SVNBASEDIR/build
-ant $ENVIRONMENT deploy-jboss50
-
-#
-# start jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh start
-sleep 30
-
-#
-# execute tests
-#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT tests
-
-#
-# stop jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh stop
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@hudson.mail@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <description>Test jbossws-(a)version.id@ against JBossAS-5.0</description>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <actions class="vector"/>
-</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/config.xml (from rev 2074, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0/config.xml)
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-ASWS-5.0/config.xml 2007-01-24 13:43:05 UTC (rev 2075)
@@ -0,0 +1,68 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=QA-AS-5.0
+SVNBASENAME=(a)svn.basename@
+HUDSON_HOME=(a)hudson.home@
+SVNBASEDIR=$HUDSON_HOME/jobs/JBossWS-Build-All/workspace/$SVNBASENAME
+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"
+
+#
+# stop jbossas
+#
+cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+
+#
+# deploy to jboss
+#
+cd $SVNBASEDIR/build
+ant $ENVIRONMENT deploy-jboss50
+
+#
+# start jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh start
+sleep 30
+
+#
+# execute tests
+#
+cd $SVNBASEDIR/jbossws-tests
+ant $ENVIRONMENT tests
+
+#
+# stop jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh stop
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Test jbossws-(a)version.id@ against JBossAS-5.0</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
18 years
JBossWS SVN: r2074 - in branches/jbossws-1.2.0/build/hudson/hudson-home/jobs: JBossWS-AS-4.0 and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 08:30:36 -0500 (Wed, 24 Jan 2007)
New Revision: 2074
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5/config.xml
Removed:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5/config.xml
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
Log:
Add jobs
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 13:27:02 UTC (rev 2073)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 13:30:36 UTC (rev 2074)
@@ -69,7 +69,7 @@
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
<triggers class="vector"/>
- <description>Build and test jbossws-(a)version.id@ against JBossAS-4.2</description>
+ <description>Build and test jbossws-(a)version.id@ against JBossAS-4.0</description>
<keepDependencies>false</keepDependencies>
<properties/>
<actions class="vector"/>
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14 (from rev 2057, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0)
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 00:56:26 UTC (rev 2057)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/config.xml 2007-01-24 13:30:36 UTC (rev 2074)
@@ -1,88 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-# common script settings
-pwd
-
-#
-# Module settings
-#
-HUDSON_HOME=(a)hudson.home@
-MODULE=JBossWS-AS-4.0
-WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
-JBOSS42_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.2/workspace/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
-JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.0/workspace/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3
-ENVIRONMENT="-Djbossws.integration.target=jboss40 -Djboss42.home=$JBOSS42_INSTANCE -Djboss40.home=$JBOSS_INSTANCE"
-
-# Assign the SVNDIR
-cd $WORKSPACE
-cd `ls`
-export SVNDIR=`pwd`
-
-cd $SVNDIR/build
-cp ant.properties.example ant.properties
-
-#
-# stop jbossas
-#
-cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
-
-#
-# deploy to jboss
-#
-ant $ENVIRONMENT deploy-jboss40
-
-#
-# start jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh start
-sleep 30
-
-#
-# execute tests
-#
-cd $SVNDIR/jbossws-tests
-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
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>test-reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@jbossws.hudson.mail@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <modules>@jbossws.svn.url@</modules>
- <useUpdate>true</useUpdate>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <description>Build and test jbossws-(a)version.id@ against JBossAS-4.2</description>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <actions class="vector"/>
-</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/config.xml (from rev 2068, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml)
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0-jdk14/config.xml 2007-01-24 13:30:36 UTC (rev 2074)
@@ -0,0 +1,77 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=JBossWS-AS-4.0-jdk14
+SVNBASENAME=(a)svn.basename@
+HUDSON_HOME=(a)hudson.home@
+SVNBASEDIR=$HUDSON_HOME/jobs/$MODULE/workspace/$SVNBASENAME
+JBOSS_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.0-jdk14/workspace/Branch_4_0/build/output/jboss-4.0.5.SP1
+ENVIRONMENT="-Djbossws.integration.target=jboss40 -Djboss40.home=$JBOSS_INSTANCE"
+
+#
+# copy ant.properties
+#
+cd $SVNBASEDIR/build
+cp ant.properties.example ant.properties
+
+#
+# stop jbossas
+#
+cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+chmod +x $JBOSS_INSTANCE/bin/jboss.sh
+$JBOSS_INSTANCE/bin/jboss.sh stop
+
+#
+# deploy to jboss
+#
+ant $ENVIRONMENT clean deploy-jboss40-jdk14
+
+#
+# start jbossas
+#
+export JAVA_HOME=(a)hudson.jdk14@
+$JBOSS_INSTANCE/bin/jboss.sh start
+sleep 30
+
+#
+# execute tests
+#
+cd $SVNBASEDIR/jbossws-tests
+ant $ENVIRONMENT tests
+
+#
+# stop jbossas
+#
+$JBOSS_INSTANCE/bin/jboss.sh stop
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <modules>@svn.url@</modules>
+ <useUpdate>true</useUpdate>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Build and test jbossws-(a)version.id@ against JBossAS-4.0 with JDK1.4</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5 (from rev 2057, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0)
Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-24 00:56:26 UTC (rev 2057)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5/config.xml 2007-01-24 13:30:36 UTC (rev 2074)
@@ -1,87 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
- <builders class="vector">
- <hudson.tasks.Shell>
- <command>
-# common script settings
-pwd
-
-#
-# Module settings
-#
-HUDSON_HOME=(a)hudson.home@
-MODULE=JBossWS-AS-5.0
-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"
-
-# Assign the SVNDIR
-cd $WORKSPACE
-cd `ls`
-export SVNDIR=`pwd`
-
-cd $SVNDIR/build
-cp ant.properties.example ant.properties
-
-#
-# stop jbossas
-#
-cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
-chmod +x $JBOSS_INSTANCE/bin/jboss.sh
-$JBOSS_INSTANCE/bin/jboss.sh stop
-
-#
-# deploy to jboss
-#
-ant $ENVIRONMENT deploy-jboss50
-
-#
-# start jbossas
-#
-$JBOSS_INSTANCE/bin/jboss.sh start
-sleep 30
-
-#
-# execute tests
-#
-cd $SVNDIR/jbossws-tests
-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
-</command>
- </hudson.tasks.Shell>
- </builders>
- <publishers class="vector">
- <hudson.tasks.junit.JUnitResultArchiver>
- <testResults>test-reports/*.xml</testResults>
- </hudson.tasks.junit.JUnitResultArchiver>
- <hudson.tasks.Mailer>
- <recipients>@jbossws.hudson.mail@</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers class="vector"/>
- <scm class="hudson.scm.SubversionSCM">
- <modules>@jbossws.svn.url@</modules>
- <useUpdate>true</useUpdate>
- </scm>
- <canRoam>true</canRoam>
- <disabled>false</disabled>
- <enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
- <description>Build and test jbossws-(a)version.id@ against JBossAS-5.0</description>
- <keepDependencies>false</keepDependencies>
- <properties/>
- <actions class="vector"/>
-</project>
\ No newline at end of file
Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5/config.xml (from rev 2068, 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-TC-5.5/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-TC-5.5/config.xml 2007-01-24 13:30:36 UTC (rev 2074)
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=JBossWS-TC-5.5
+SVNBASENAME=(a)svn.basename@
+HUDSON_HOME=(a)hudson.home@
+SVNBASEDIR=$HUDSON_HOME/jobs/$MODULE/workspace/$SVNBASENAME
+TOMCAT_INSTANCE=$HUDSON_HOME/jobs/Tomcat-5.5/workspace/apache-tomcat
+ENVIRONMENT="-Djbossws.integration.target=tomcat -Dtomcat.home=$TOMCAT_INSTANCE"
+
+#
+# copy ant.properties
+#
+cd $SVNBASEDIR/build
+cp ant.properties.example ant.properties
+
+#
+# stop tomcat
+#
+$TOMCAT_INSTANCE/bin/catalina.sh stop
+
+#
+# deploy to jboss
+#
+ant $ENVIRONMENT clean deploy-tomcat
+
+#
+# start jbossas
+#
+$TOMCAT_INSTANCE/bin/catalina.sh start
+sleep 10
+
+#
+# execute tests
+#
+cd $SVNBASEDIR/jbossws-tests
+ant $ENVIRONMENT tests-samples
+
+#
+# stop tomcat
+#
+$TOMCAT_INSTANCE/bin/catalina.sh stop
+</command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.junit.JUnitResultArchiver>
+ <testResults>@svn.basename(a)/jbossws-tests/output/reports/*.xml</testResults>
+ </hudson.tasks.junit.JUnitResultArchiver>
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.SubversionSCM">
+ <modules>@svn.url@</modules>
+ <useUpdate>true</useUpdate>
+ </scm>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Build and test jbossws-(a)version.id@ against Tomcat-5.5</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
18 years
JBossWS SVN: r2073 - branches/jbossws-1.2.0/jbossws-tests.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 08:27:02 -0500 (Wed, 24 Jan 2007)
New Revision: 2073
Modified:
branches/jbossws-1.2.0/jbossws-tests/build.xml
Log:
Fix classpath issues
Modified: branches/jbossws-1.2.0/jbossws-tests/build.xml
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-24 13:13:13 UTC (rev 2072)
+++ branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-24 13:27:02 UTC (rev 2073)
@@ -153,12 +153,21 @@
<target name="init" depends="prepare,thirdparty">
<!-- The combined compile classpath -->
- <path id="javac.classpath">
- <path refid="core.classpath"/>
+ <path id="jbossws.jars.classpath">
<pathelement location="${jbossws.client.jar}"/>
<pathelement location="${core.output.lib.dir}/jboss-jaxrpc.jar"/>
<pathelement location="${core.output.lib.dir}/jboss-jaxws.jar"/>
<pathelement location="${core.output.lib.dir}/jboss-saaj.jar"/>
+ <pathelement location="${jboss50.output.lib.dir}/jbossws-jboss50-integration.jar"/>
+ <pathelement location="${jboss42.output.lib.dir}/jbossws-jboss42-integration.jar"/>
+ <pathelement location="${jboss40.output.lib.dir}/jbossws-jboss40-integration.jar"/>
+ <pathelement location="${tomcat.output.lib.dir}/jbossws-tomcat-integration.jar"/>
+ </path>
+
+ <!-- The combined compile classpath -->
+ <path id="javac.classpath">
+ <path refid="core.classpath"/>
+ <path refid="jbossws.jars.classpath"/>
<pathelement location="${thirdparty.dir}/activation.jar"/>
<pathelement location="${thirdparty.dir}/jboss-vfs.jar"/>
<pathelement location="${thirdparty.dir}/junit.jar"/>
@@ -173,6 +182,7 @@
<!-- The test client classpath -->
<path id="test.client.classpath">
+ <path refid="jbossws.jars.classpath"/>
<pathelement location="${jboss.client}/commons-logging.jar"/>
<pathelement location="${jboss.client}/jboss-ejb3-client.jar"/>
<pathelement location="${jboss.client}/jboss-aop-jdk50-client.jar"/>
@@ -184,10 +194,6 @@
<pathelement location="${jboss.server.lib}/jboss.jar"/>
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
- <pathelement location="${jboss50.output.lib.dir}/jbossws-jboss50-integration.jar"/>
- <pathelement location="${jboss42.output.lib.dir}/jbossws-jboss42-integration.jar"/>
- <pathelement location="${jboss40.output.lib.dir}/jbossws-jboss40-integration.jar"/>
- <pathelement location="${tomcat.output.lib.dir}/jbossws-tomcat-integration.jar"/>
<path refid="javac.classpath"/>
</path>
</target>
18 years
JBossWS SVN: r2072 - branches/jbossws-1.2.0/jbossws-tests.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 08:13:13 -0500 (Wed, 24 Jan 2007)
New Revision: 2072
Modified:
branches/jbossws-1.2.0/jbossws-tests/build.xml
Log:
Add jboss40 integration to classpath
Modified: branches/jbossws-1.2.0/jbossws-tests/build.xml
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-24 12:52:52 UTC (rev 2071)
+++ branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-24 13:13:13 UTC (rev 2072)
@@ -186,6 +186,7 @@
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
<pathelement location="${jboss50.output.lib.dir}/jbossws-jboss50-integration.jar"/>
<pathelement location="${jboss42.output.lib.dir}/jbossws-jboss42-integration.jar"/>
+ <pathelement location="${jboss40.output.lib.dir}/jbossws-jboss40-integration.jar"/>
<pathelement location="${tomcat.output.lib.dir}/jbossws-tomcat-integration.jar"/>
<path refid="javac.classpath"/>
</path>
18 years
JBossWS SVN: r2071 - in branches/jbossws-1.2.0/build: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 07:52:52 -0500 (Wed, 24 Jan 2007)
New Revision: 2071
Modified:
branches/jbossws-1.2.0/build/ant-import/build-hudson.xml
branches/jbossws-1.2.0/build/ant.properties.example
Log:
Add hudson.jdk
Modified: branches/jbossws-1.2.0/build/ant-import/build-hudson.xml
===================================================================
--- branches/jbossws-1.2.0/build/ant-import/build-hudson.xml 2007-01-24 12:51:20 UTC (rev 2070)
+++ branches/jbossws-1.2.0/build/ant-import/build-hudson.xml 2007-01-24 12:52:52 UTC (rev 2071)
@@ -18,11 +18,11 @@
<target name="init-hudson" depends="prepare">
- <property name="hudson.root" value="${jbossws.hudson.root}/jbossws-hudson-${version.id}"/>
- <property name="hudson.tomcat" value="${hudson.root}/apache-tomcat"/>
- <property name="hudson.home" value="${hudson.root}/hudson-home"/>
+ <property name="hudson.tomcat" value="${hudson.root}/jbossws-hudson-${version.id}/apache-tomcat"/>
+ <property name="hudson.home" value="${hudson.root}/jbossws-hudson-${version.id}/hudson-home"/>
<echo/>
<echo message="hudson.root = ${hudson.root}"/>
+ <echo message="hudson.home = ${hudson.home}"/>
<echo/>
<available file="${hudson.tomcat}" property="hudson.tomcat.available"/>
Modified: branches/jbossws-1.2.0/build/ant.properties.example
===================================================================
--- branches/jbossws-1.2.0/build/ant.properties.example 2007-01-24 12:51:20 UTC (rev 2070)
+++ branches/jbossws-1.2.0/build/ant.properties.example 2007-01-24 12:52:52 UTC (rev 2071)
@@ -5,7 +5,7 @@
# JBossWS Hudson
#hudson.root=/home/tdiesler/workspace
-hudson.jdk14=/usr/java/jdk14
+hudson.jdk14=/usr/java/jdk1.4
hudson.mail=jbossws-dev(a)lists.jboss.com
# Optional JBoss Home
18 years
JBossWS SVN: r2070 - branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-Release-Matrix.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 07:51:20 -0500 (Wed, 24 Jan 2007)
New Revision: 2070
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-Release-Matrix/config.xml
Log:
Add QA release matrix
Added: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-Release-Matrix/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-Release-Matrix/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-Release-Matrix/config.xml 2007-01-24 12:51:20 UTC (rev 2070)
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector"/>
+ <publishers class="vector"/>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Run the entire JBossWS relase matrix</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
Property changes on: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-Release-Matrix/config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
18 years
JBossWS SVN: r2068 - in branches/jbossws-1.2.0/build/hudson/hudson-home/jobs: JBossAS-4.0 and 11 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 07:50:23 -0500 (Wed, 24 Jan 2007)
New Revision: 2068
Added:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/Tomcat-5.5/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/Tomcat-5.5/config.xml
Modified:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0-jdk14/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
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
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-Build-All/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2/config.xml
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0/config.xml
Log:
Add Tomcat-5.5
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,6 +3,12 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
+#
+# Module settings
+#
+MODULE=JBossAS-4.0
+HUDSON_HOME=(a)hudson.home@
+
cd Branch_4_0
rm -f thirdparty/libraries.ent
./build/build.sh clean main
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0-jdk14/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0-jdk14/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.0-jdk14/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,6 +3,11 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
+#
+# Module settings
+#
+MODULE=JBossAS-4.0-jdk14
+
export JAVA_HOME=(a)hudson.jdk14@
cd Branch_4_0
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-4.2/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,6 +3,12 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
+#
+# Module settings
+#
+MODULE=JBossAS-4.2
+HUDSON_HOME=(a)hudson.home@
+
cd Branch_4_2
rm -f thirdparty/libraries.ent
./build/build.sh clean main
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossAS-5.0/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,6 +3,12 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
+#
+# Module settings
+#
+MODULE=JBossAS-5.0
+HUDSON_HOME=(a)hudson.home@
+
cd trunk
rm -f thirdparty/libraries.ent
./build/build.sh clean main
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,9 +3,6 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-# common script settings
-pwd
-
#
# Module settings
#
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-4.2/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,9 +3,6 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-# common script settings
-pwd
-
#
# Module settings
#
@@ -25,7 +22,7 @@
#
# stop jbossas
#
-cp $SVNDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
+cp $SVNBASEDIR/build/hudson/jboss/jboss.sh $JBOSS_INSTANCE/bin/jboss.sh
chmod +x $JBOSS_INSTANCE/bin/jboss.sh
$JBOSS_INSTANCE/bin/jboss.sh stop
@@ -43,7 +40,7 @@
#
# execute tests
#
-cd $SVNDIR/jbossws-tests
+cd $SVNBASEDIR/jbossws-tests
ant $ENVIRONMENT tests
#
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-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-5.0/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,9 +3,6 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-# common script settings
-pwd
-
#
# Module settings
#
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-Build-All/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-Build-All/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-Build-All/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,9 +3,6 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-# common script settings
-pwd
-
#
# Module settings
#
@@ -16,7 +13,8 @@
JBOSS40_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.0/workspace/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3
JBOSS42_INSTANCE=$HUDSON_HOME/jobs/JBossAS-4.2/workspace/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
JBOSS50_INSTANCE=$HUDSON_HOME/jobs/JBossAS-5.0/workspace/trunk/build/output/jboss-5.0.0.Beta2
-ENVIRONMENT="-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE -Djboss40.home=$JBOSS40_INSTANCE"
+TOMCAT_INSTANCE=$HUDSON_HOME/jobs/Tomcat-5.5/workspace/apache-tomcat
+ENVIRONMENT="-Djboss50.home=$JBOSS50_INSTANCE -Djboss42.home=$JBOSS42_INSTANCE -Djboss40.home=$JBOSS40_INSTANCE -Dtomcat.home=$TOMCAT_INSTANCE"
#
# copy ant.properties
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.0/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,9 +3,6 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-# common script settings
-pwd
-
#
# Module settings
#
@@ -59,6 +56,7 @@
</hudson.tasks.Mailer>
</publishers>
<buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam>
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-4.2/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,9 +3,6 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-# common script settings
-pwd
-
#
# Module settings
#
@@ -59,6 +56,7 @@
</hudson.tasks.Mailer>
</publishers>
<buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam>
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0/config.xml 2007-01-24 12:47:28 UTC (rev 2067)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/QA-AS-5.0/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -3,9 +3,6 @@
<builders class="vector">
<hudson.tasks.Shell>
<command>
-# common script settings
-pwd
-
#
# Module settings
#
@@ -59,6 +56,7 @@
</hudson.tasks.Mailer>
</publishers>
<buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam>
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
Added: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/Tomcat-5.5/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/Tomcat-5.5/config.xml (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/Tomcat-5.5/config.xml 2007-01-24 12:50:23 UTC (rev 2068)
@@ -0,0 +1,40 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+ <builders class="vector">
+ <hudson.tasks.Shell>
+ <command>
+#
+# Module settings
+#
+MODULE=Tomcat-5.5
+HUDSON_HOME=(a)hudson.home@
+WORKSPACE=$HUDSON_HOME/jobs/$MODULE/workspace
+
+#
+# copy tomcat installation
+#
+cp -r $HUDSON_HOME/../apache-tomcat $WORKSPACE
+rm -rf $WORKSPACE/apache-tomcat/webapps/hudson.war
+rm -rf $WORKSPACE/apache-tomcat/work
+rm -rf $WORKSPACE/apache-tomcat/temp
+ </command>
+ </hudson.tasks.Shell>
+ </builders>
+ <publishers class="vector">
+ <hudson.tasks.Mailer>
+ <recipients>@hudson.mail@</recipients>
+ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+ <sendToIndividuals>false</sendToIndividuals>
+ </hudson.tasks.Mailer>
+ </publishers>
+ <buildWrappers class="vector"/>
+ <scm class="hudson.scm.NullSCM"/>
+ <canRoam>true</canRoam>
+ <disabled>false</disabled>
+ <enableRemoteTrigger>false</enableRemoteTrigger>
+ <triggers class="vector"/>
+ <description>Setup Tomcat-5.5</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+ <actions class="vector"/>
+</project>
\ No newline at end of file
Property changes on: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/Tomcat-5.5/config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
18 years