JBoss JBPM SVN: r2305 - in jbpm4/pvm/trunk: modules/core and 1 other directories.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2008-09-21 04:51:33 -0400 (Sun, 21 Sep 2008)
New Revision: 2305
Modified:
jbpm4/pvm/trunk/assembly.xml
jbpm4/pvm/trunk/modules/core/pom.xml
jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
jbpm4/pvm/trunk/pom.xml
Log:
really really really really last version updates for beta1
Modified: jbpm4/pvm/trunk/assembly.xml
===================================================================
--- jbpm4/pvm/trunk/assembly.xml 2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/assembly.xml 2008-09-21 08:51:33 UTC (rev 2305)
@@ -13,6 +13,7 @@
<include>org.jbpm.jbpm4:pvm-core</include>
</includes>
<binaries>
+ <outputFileNameMapping>jbpm-pvm-${module.version}${dashClassifier?}.${module.extension}</outputFileNameMapping>
<outputDirectory></outputDirectory>
<includeDependencies>true</includeDependencies>
<unpack>false</unpack>
Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-21 08:51:33 UTC (rev 2305)
@@ -182,7 +182,6 @@
</includes>
</configuration>
</plugin>
- <!--
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
@@ -249,7 +248,6 @@
</dependency>
</dependencies>
</plugin>
- -->
</plugins>
</build>
Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath 2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath 2008-09-21 08:51:33 UTC (rev 2305)
@@ -23,6 +23,6 @@
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/spring-2.5.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="pvm-core-1.0.beta1.jar" sourcepath="src"/>
+ <classpathentry kind="lib" path="jbpm-pvm-1.0.beta1.jar" sourcepath="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: jbpm4/pvm/trunk/pom.xml
===================================================================
--- jbpm4/pvm/trunk/pom.xml 2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/pom.xml 2008-09-21 08:51:33 UTC (rev 2305)
@@ -229,7 +229,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-2</version>
<configuration>
- <finalName>pvm-${version}</finalName>
+ <finalName>jbpm-pvm-${version}</finalName>
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
17 years, 7 months
JBoss JBPM SVN: r2304 - in jbpm4/pvm/trunk/modules/core: src/main/etc/distro and 1 other directory.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2008-09-21 04:35:54 -0400 (Sun, 21 Sep 2008)
New Revision: 2304
Modified:
jbpm4/pvm/trunk/modules/core/pom.xml
jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
Log:
really really really last version updates for beta1
Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-20 09:15:20 UTC (rev 2303)
+++ jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-21 08:35:54 UTC (rev 2304)
@@ -34,6 +34,7 @@
<!-- ### PROPERTIES ##################################################### -->
<properties>
+ <project.build.finalName>jbpm-pvm-${version}</project.build.finalName>
<table.prefix>JBPM_</table.prefix>
<surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
<surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
@@ -125,27 +126,47 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>test-jar</id>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
- <excludes>
- <exclude>hibernate.cfg.xml</exclude>
- <exclude>jbpm.cfg.xml</exclude>
- <exclude>jbpm.mail.templates.xml</exclude>
- </excludes>
+ <finalName>jbpm-pvm-${version}</finalName>
</configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <finalName>jbpm-pvm-${version}</finalName>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
<plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <finalName>jbpm-pvm-${version}</finalName>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
+ <id>attach-javadocs</id>
<goals>
- <goal>test-jar</goal>
+ <goal>jar</goal>
</goals>
+ <configuration>
+ <finalName>jbpm-pvm-${version}</finalName>
+ </configuration>
</execution>
</executions>
- </plugin>
+ </plugin>
<plugin>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
@@ -161,6 +182,7 @@
</includes>
</configuration>
</plugin>
+ <!--
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
@@ -227,7 +249,7 @@
</dependency>
</dependencies>
</plugin>
-
+ -->
</plugins>
</build>
Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath 2008-09-20 09:15:20 UTC (rev 2303)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath 2008-09-21 08:35:54 UTC (rev 2304)
@@ -23,6 +23,6 @@
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/spring-2.5.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="jbpm-pvm-1.0.beta1.jar" sourcepath="src"/>
+ <classpathentry kind="lib" path="pvm-core-1.0.beta1.jar" sourcepath="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 years, 7 months
JBoss JBPM SVN: r2303 - jbpm3/trunk/modules/enterprise/jar.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-20 05:15:20 -0400 (Sat, 20 Sep 2008)
New Revision: 2303
Modified:
jbpm3/trunk/modules/enterprise/jar/pom.xml
Log:
[JBPM-1709] Exclude because of sporadic failure
Modified: jbpm3/trunk/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/pom.xml 2008-09-20 08:55:46 UTC (rev 2302)
+++ jbpm3/trunk/modules/enterprise/jar/pom.xml 2008-09-20 09:15:20 UTC (rev 2303)
@@ -175,6 +175,8 @@
<excludes>
<!-- https://jira.jboss.org/jira/browse/JBPM-1708 -->
<exclude>org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java</exclude>
+ <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
+ <exclude>org/jbpm/msg/jms/JmsMessageTest.java</exclude>
</excludes>
</configuration>
</plugin>
17 years, 7 months
JBoss JBPM SVN: r2302 - in jbpm4/pvm/trunk/modules/core: src/main/etc/distro and 1 other directory.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2008-09-20 04:55:46 -0400 (Sat, 20 Sep 2008)
New Revision: 2302
Modified:
jbpm4/pvm/trunk/modules/core/pom.xml
jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project
Log:
really really last version updates for beta1
Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-20 08:40:38 UTC (rev 2301)
+++ jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-20 08:55:46 UTC (rev 2302)
@@ -135,6 +135,9 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <finalName>jbpm-pvm-${version}</finalName>
+ </configuration>
<executions>
<execution>
<goals>
Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath 2008-09-20 08:40:38 UTC (rev 2301)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath 2008-09-20 08:55:46 UTC (rev 2302)
@@ -22,7 +22,7 @@
<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/spring-2.5.4.jar"/>
- <classpathentry kind="lib" path="pvm-core-1.0.0-SNAPSHOT.jar" sourcepath="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="jbpm-pvm-1.0.beta1.jar" sourcepath="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project 2008-09-20 08:40:38 UTC (rev 2301)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project 2008-09-20 08:55:46 UTC (rev 2302)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>jbpm-pvm-1.0.0-SNAPSHOT</name>
+ <name>jbpm-pvm-1.0.beta1</name>
<comment></comment>
<projects>
</projects>
17 years, 7 months
JBoss JBPM SVN: r2301 - jbpm4/pvm/trunk/modules/manual.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2008-09-20 04:40:38 -0400 (Sat, 20 Sep 2008)
New Revision: 2301
Modified:
jbpm4/pvm/trunk/modules/manual/pom.xml
Log:
last version update for beta1
Modified: jbpm4/pvm/trunk/modules/manual/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/manual/pom.xml 2008-09-20 08:40:07 UTC (rev 2300)
+++ jbpm4/pvm/trunk/modules/manual/pom.xml 2008-09-20 08:40:38 UTC (rev 2301)
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>pvm-core</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.beta1</version>
</dependency>
</dependencies>
17 years, 7 months
JBoss JBPM SVN: r2300 - jbpm3/trunk/hudson.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-20 04:40:07 -0400 (Sat, 20 Sep 2008)
New Revision: 2300
Modified:
jbpm3/trunk/hudson/build.xml
Log:
Fix condition where jboss zip does not get copied
Modified: jbpm3/trunk/hudson/build.xml
===================================================================
--- jbpm3/trunk/hudson/build.xml 2008-09-19 19:29:27 UTC (rev 2299)
+++ jbpm3/trunk/hudson/build.xml 2008-09-20 08:40:07 UTC (rev 2300)
@@ -70,6 +70,9 @@
Get thirdparty dependencies
-->
<target name="thirdparty" depends="init-thirdparty,get-tomcat,get-hudson,get-jboss422,get-jboss423,get-jboss500">
+ <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-4.2.2.GA.zip"/>
+ <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-4.2.3.GA.zip"/>
+ <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-5.0.0.CR2.zip"/>
</target>
<target name="get-tomcat" depends="init-thirdparty" unless="apache.tomcat.available">
<get src="${jboss.repository}/apache-tomcat/${apache-tomcat}/lib/apache-tomcat.zip" dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true" verbose="true"/>
@@ -80,17 +83,14 @@
<target name="get-jboss422" depends="init-thirdparty" unless="jboss422.available">
<property name="hudson.jboss422.zip" value="http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.zip"/>
<get src="${hudson.jboss422.zip}" dest="${thirdparty.dir}/jboss-4.2.2.GA.zip" usetimestamp="true" verbose="true"/>
- <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-4.2.2.GA.zip" overwrite="true"/>
</target>
<target name="get-jboss423" depends="init-thirdparty" unless="jboss423.available">
<property name="hudson.jboss423.zip" value="http://downloads.sourceforge.net/jboss/jboss-4.2.3.GA.zip"/>
<get src="${hudson.jboss423.zip}" dest="${thirdparty.dir}/jboss-4.2.3.GA.zip" usetimestamp="true" verbose="true"/>
- <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-4.2.3.GA.zip" overwrite="true"/>
</target>
<target name="get-jboss500" depends="init-thirdparty" unless="jboss500.available">
<property name="hudson.jboss500.zip" value="http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR2.zip"/>
<get src="${hudson.jboss500.zip}" dest="${thirdparty.dir}/jboss-5.0.0.CR2.zip" usetimestamp="true" verbose="true"/>
- <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-5.0.0.CR2.zip" overwrite="true"/>
</target>
<!--
17 years, 7 months
JBoss JBPM SVN: r2299 - in jbpm3/trunk: hudson and 5 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-19 15:29:27 -0400 (Fri, 19 Sep 2008)
New Revision: 2299
Modified:
jbpm3/trunk/hudson/ant.properties.example
jbpm3/trunk/hudson/build.xml
jbpm3/trunk/hudson/hudson-home/command.sh
jbpm3/trunk/hudson/hudson-home/config.xml
jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml
jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml
jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml
jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.sybase.xml
jbpm3/trunk/profiles.xml.example
Log:
Merge changes from jbpm-3.3.0.CR1 QA branch
Modified: jbpm3/trunk/hudson/ant.properties.example
===================================================================
--- jbpm3/trunk/hudson/ant.properties.example 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/hudson/ant.properties.example 2008-09-19 19:29:27 UTC (rev 2299)
@@ -25,13 +25,13 @@
hudson.admin.port=8150
hudson.http.port=8180
-hudson.jboss422.zip=/home/tdiesler/Download/Java/jboss/jboss-4.2.2.GA.zip
-hudson.jboss423.zip=/home/tdiesler/Download/Java/jboss/jboss-4.2.3.GA.zip
-hudson.jboss500.zip=/home/tdiesler/Download/Java/jboss/jboss-5.0.0.CR1.zip
+hudson.jboss422.zip=file:///home/tdiesler/Download/Java/jboss/jboss-4.2.2.GA.zip
+hudson.jboss423.zip=file:///home/tdiesler/Download/Java/jboss/jboss-4.2.3.GA.zip
+hudson.jboss500.zip=file:///home/tdiesler/Download/Java/jboss/jboss-5.0.0.CR2.zip
hudson.mail.recipients=
hudson.smtp.host=localhost
-# Hudson (1.251)
+# Hudson (1.252)
apache-tomcat=5.5.20
-sun-hudson=2402/108356
+sun-hudson=2402/109746
Modified: jbpm3/trunk/hudson/build.xml
===================================================================
--- jbpm3/trunk/hudson/build.xml 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/hudson/build.xml 2008-09-19 19:29:27 UTC (rev 2299)
@@ -21,7 +21,6 @@
<!-- ================================================================== -->
<target name="init">
-
<!-- Check if ant.properties is available -->
<available property="ant.properties.available" file="${basedir}/ant.properties"/>
<fail message="Cannot find ant.properties. Did you copy/edit ant.properties.example?" unless="ant.properties.available"/>
@@ -37,7 +36,6 @@
</target>
<target name="init-hudson" depends="init">
-
<property name="hudson.base" value="${hudson.root}/jbpm-hudson-${version.id}"/>
<property name="hudson.tomcat" value="${hudson.base}/apache-tomcat"/>
<property name="hudson.home" value="${hudson.base}/hudson-home"/>
@@ -56,19 +54,49 @@
<fail message="Cannot use default hudson username: ${hudson.username}" if="hudson.username.changeme"/>
<property name="hudson.password.${hudson.password}" value="true"/>
<fail message="Cannot use default hudson password: ${hudson.password}" if="hudson.password.changeme"/>
-
+ </target>
+
+ <target name="init-thirdparty" depends="init-hudson">
<property name="thirdparty.dir" value="${hudson.target.dir}/thirdparty"/>
<mkdir dir="${thirdparty.dir}"/>
-
+ <available property="apache.tomcat.available" file="${thirdparty.dir}/apache-tomcat.zip"/>
+ <available property="sun.hudson.available" file="${thirdparty.dir}/hudson.war"/>
+ <available property="jboss422.available" file="${thirdparty.dir}/jboss-4.2.2.GA.zip"/>
+ <available property="jboss423.available" file="${thirdparty.dir}/jboss-4.2.3.GA.zip"/>
+ <available property="jboss500.available" file="${thirdparty.dir}/jboss-5.0.0.CR2.zip"/>
</target>
<!--
- Setup the Hudson Tomcat instance
+ Get thirdparty dependencies
-->
- <target name="hudson-tomcat-setup" depends="init-hudson" unless="hudson.tomcat.available">
-
+ <target name="thirdparty" depends="init-thirdparty,get-tomcat,get-hudson,get-jboss422,get-jboss423,get-jboss500">
+ </target>
+ <target name="get-tomcat" depends="init-thirdparty" unless="apache.tomcat.available">
<get src="${jboss.repository}/apache-tomcat/${apache-tomcat}/lib/apache-tomcat.zip" dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true" verbose="true"/>
+ </target>
+ <target name="get-hudson" depends="init-thirdparty" unless="sun.hudson.available">
<get src="https://hudson.dev.java.net/files/documents/${sun-hudson}/hudson.war" dest="${thirdparty.dir}/hudson.war" usetimestamp="true" verbose="true"/>
+ </target>
+ <target name="get-jboss422" depends="init-thirdparty" unless="jboss422.available">
+ <property name="hudson.jboss422.zip" value="http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.zip"/>
+ <get src="${hudson.jboss422.zip}" dest="${thirdparty.dir}/jboss-4.2.2.GA.zip" usetimestamp="true" verbose="true"/>
+ <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-4.2.2.GA.zip" overwrite="true"/>
+ </target>
+ <target name="get-jboss423" depends="init-thirdparty" unless="jboss423.available">
+ <property name="hudson.jboss423.zip" value="http://downloads.sourceforge.net/jboss/jboss-4.2.3.GA.zip"/>
+ <get src="${hudson.jboss423.zip}" dest="${thirdparty.dir}/jboss-4.2.3.GA.zip" usetimestamp="true" verbose="true"/>
+ <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-4.2.3.GA.zip" overwrite="true"/>
+ </target>
+ <target name="get-jboss500" depends="init-thirdparty" unless="jboss500.available">
+ <property name="hudson.jboss500.zip" value="http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR2.zip"/>
+ <get src="${hudson.jboss500.zip}" dest="${thirdparty.dir}/jboss-5.0.0.CR2.zip" usetimestamp="true" verbose="true"/>
+ <copy todir="${hudson.base}/jboss" file="${thirdparty.dir}/jboss-5.0.0.CR2.zip" overwrite="true"/>
+ </target>
+
+ <!--
+ Setup the Hudson Tomcat instance
+ -->
+ <target name="hudson-tomcat-setup" depends="thirdparty" unless="hudson.tomcat.available">
<!-- Install Tomcat -->
<mkdir dir="${hudson.root}"/>
@@ -80,37 +108,16 @@
</fileset>
</chmod>
- <!-- Configure Tomcat -->
+ <!-- Install Hudson -->
<copy todir="${hudson.tomcat}/webapps" file="${thirdparty.dir}/hudson.war"/>
- <copy todir="${hudson.tomcat}" overwrite="true">
- <fileset dir="${hudson.dir}/apache-tomcat">
- <include name="**/*.xml"/>
- </fileset>
- <filterset>
- <filtersfile file="${hudson.dir}/ant.properties"/>
- <filter token="hudson.home" value="${hudson.home}"/>
- </filterset>
- </copy>
- <!-- Get/Copy Target Container -->
- <get src="http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.zip" dest="${thirdparty.dir}/jboss-4.2.2.GA.zip" usetimestamp="true" verbose="true"/>
- <get src="http://downloads.sourceforge.net/jboss/jboss-4.2.3.GA.zip" dest="${thirdparty.dir}/jboss-4.2.3.GA.zip" usetimestamp="true" verbose="true"/>
- <get src="http://downloads.sourceforge.net/jboss/jboss-5.0.0.CR1.zip" dest="${thirdparty.dir}/jboss-5.0.0.CR1.zip" usetimestamp="true" verbose="true"/>
- <copy todir="${hudson.base}/jboss" overwrite="true">
- <fileset dir="${thirdparty.dir}">
- <include name="jboss-*.zip"/>
- </fileset>
- </copy>
-
</target>
<!--
Update the Hudson version
-->
<target name="hudson-update" depends="init-hudson">
-
<get src="${jboss.repository}/sun-hudson/${sun-hudson}/lib/hudson.war" dest="${thirdparty.dir}/hudson.war" usetimestamp="false" verbose="true"/>
-
<delete dir="${hudson.tomcat}/webapps/hudson"/>
<copy todir="${hudson.tomcat}/webapps" file="${thirdparty.dir}/hudson.war"/>
</target>
@@ -118,8 +125,7 @@
<!--
Setup the Hudson QA environment
-->
- <target name="hudson-setup" depends="init-hudson,hudson-tomcat-setup"
- description="Setup the Hudson QA environment">
+ <target name="hudson-setup" depends="init-hudson,hudson-tomcat-setup" description="Setup the Hudson QA environment">
<!-- get the svn url -->
<exec dir="${hudson.dir}/.." executable="svn" failonerror="true" output="${hudson.target.dir}/svn-info.xml">
@@ -129,6 +135,17 @@
<xmlproperty file="${hudson.target.dir}/svn-info.xml"/>
<property name="hudson.jbpm.url" value="${info.entry.url}"/>
+ <!-- Configure Tomcat -->
+ <copy todir="${hudson.tomcat}" overwrite="true">
+ <fileset dir="${hudson.dir}/apache-tomcat">
+ <include name="**/*.xml"/>
+ </fileset>
+ <filterset>
+ <filtersfile file="${hudson.dir}/ant.properties"/>
+ <filter token="hudson.home" value="${hudson.home}"/>
+ </filterset>
+ </copy>
+
<!-- Configure Hudson -->
<copy todir="${hudson.home}" overwrite="true">
<fileset dir="${hudson.dir}/hudson-home">
Modified: jbpm3/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/command.sh 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/hudson/hudson-home/command.sh 2008-09-19 19:29:27 UTC (rev 2299)
@@ -19,7 +19,7 @@
;;
jboss500*)
- JBOSS_BUILD=jboss-5.0.0.CR1
+ JBOSS_BUILD=jboss-5.0.0.CR2
;;
esac
Modified: jbpm3/trunk/hudson/hudson-home/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/config.xml 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/hudson/hudson-home/config.xml 2008-09-19 19:29:27 UTC (rev 2299)
@@ -5,6 +5,11 @@
<systemMessage>
<![CDATA[
<h2>jBPM-(a)version.id@ QA Environment</h2>
+
+ <table>
+ <tr align="left"><th>SVN</th><td>@hudson.jbpm.url@</td></tr>
+ <tr align="left"><th>Bind Addr</th><td>@jboss.bind.address@</td></tr>
+ </table>
]]>
</systemMessage>
<jdks>
Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml 2008-09-19 19:29:27 UTC (rev 2299)
@@ -13,7 +13,7 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
- <remote>https://svn.jboss.org/repos/jbpm/jbpm3/trunk</remote>
+ <remote>@hudson.jbpm.url@</remote>
<local>jbpm</local>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml 2008-09-19 19:29:27 UTC (rev 2299)
@@ -27,7 +27,7 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
- <remote>https://svn.jboss.org/repos/jbpm/jbpm3/trunk</remote>
+ <remote>@hudson.jbpm.url@</remote>
<local>jbpm</local>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml 2008-09-19 19:29:27 UTC (rev 2299)
@@ -27,7 +27,7 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
- <remote>https://svn.jboss.org/repos/jbpm/jbpm3/trunk</remote>
+ <remote>@hudson.jbpm.url@</remote>
<local>jbpm</local>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
Modified: jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.sybase.xml
===================================================================
--- jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.sybase.xml 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.sybase.xml 2008-09-19 19:29:27 UTC (rev 2299)
@@ -1,3 +1,10 @@
+ <!--
+ Out-of-the-box compatibility with Sybase
+ https://jira.jboss.org/jira/browse/JBPM-700
+
+ System Service QA Database Sybase
+ https://wiki.corp.jboss.com/bin/view/IT/SystemServiceQaDatabaseSybase
+ -->
<!-- hibernate dialect -->
<property name="hibernate.dialect">org.hibernate.dialect.SybaseDialect</property>
@@ -8,4 +15,4 @@
<property name="hibernate.connection.username">jbpmteam</property>
<property name="hibernate.connection.password">jbpmteam</property>
<!-- JDBC connection properties (end) -->
-
\ No newline at end of file
+
Modified: jbpm3/trunk/profiles.xml.example
===================================================================
--- jbpm3/trunk/profiles.xml.example 2008-09-19 18:36:18 UTC (rev 2298)
+++ jbpm3/trunk/profiles.xml.example 2008-09-19 19:29:27 UTC (rev 2299)
@@ -13,7 +13,7 @@
<properties>
<jboss422.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
<jboss423.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_3_GA/build/output/jboss-4.2.3.GA</jboss423.home>
- <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_CR1/build/output/jboss-5.0.0.CR1</jboss500.home>
+ <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_CR2/build/output/jboss-5.0.0.CR2</jboss500.home>
</properties>
</profile>
17 years, 7 months
JBoss JBPM SVN: r2298 - jbpm3/branches.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-19 14:36:18 -0400 (Fri, 19 Sep 2008)
New Revision: 2298
Removed:
jbpm3/branches/jbpm-3.3.0.CR1/
Log:
Remove branches/jbpm-3.3.0.CR1
17 years, 7 months
JBoss JBPM SVN: r2297 - in jbpm4/pvm/trunk: modules/core and 2 other directories.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2008-09-19 11:40:18 -0400 (Fri, 19 Sep 2008)
New Revision: 2297
Modified:
jbpm4/pvm/trunk/modules/core/pom.xml
jbpm4/pvm/trunk/modules/manual/pom.xml
jbpm4/pvm/trunk/modules/minimal/pom.xml
jbpm4/pvm/trunk/pom.xml
Log:
setting version to 1.0.beta1
Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-19 15:07:31 UTC (rev 2296)
+++ jbpm4/pvm/trunk/modules/core/pom.xml 2008-09-19 15:40:18 UTC (rev 2297)
@@ -22,12 +22,13 @@
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>pvm-core</artifactId>
<packaging>jar</packaging>
+ <version>1.0.beta1</version>
<!-- ### PARENT ######################################################### -->
<parent>
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>pvm</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbpm4/pvm/trunk/modules/manual/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/manual/pom.xml 2008-09-19 15:07:31 UTC (rev 2296)
+++ jbpm4/pvm/trunk/modules/manual/pom.xml 2008-09-19 15:40:18 UTC (rev 2297)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>pvm</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbpm4/pvm/trunk/modules/minimal/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/minimal/pom.xml 2008-09-19 15:07:31 UTC (rev 2296)
+++ jbpm4/pvm/trunk/modules/minimal/pom.xml 2008-09-19 15:40:18 UTC (rev 2297)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>pvm</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbpm4/pvm/trunk/pom.xml
===================================================================
--- jbpm4/pvm/trunk/pom.xml 2008-09-19 15:07:31 UTC (rev 2296)
+++ jbpm4/pvm/trunk/pom.xml 2008-09-19 15:40:18 UTC (rev 2297)
@@ -22,7 +22,7 @@
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>pvm</artifactId>
<packaging>pom</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.beta1</version>
<organization>
<name>JBoss, a division of Red Hat</name>
17 years, 7 months
JBoss JBPM SVN: r2296 - jbpm4/pvm/trunk/modules/manual.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2008-09-19 11:07:31 -0400 (Fri, 19 Sep 2008)
New Revision: 2296
Modified:
jbpm4/pvm/trunk/modules/manual/pom.xml
Log:
version update in sync with previous releases
Modified: jbpm4/pvm/trunk/modules/manual/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/manual/pom.xml 2008-09-19 15:05:14 UTC (rev 2295)
+++ jbpm4/pvm/trunk/modules/manual/pom.xml 2008-09-19 15:07:31 UTC (rev 2296)
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>pvm-core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
17 years, 7 months