[jbpm-commits] JBoss JBPM SVN: r3753 - in jbpm4/trunk: modules/jpdl and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 3 11:49:05 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-03 11:49:05 -0500 (Tue, 03 Feb 2009)
New Revision: 3753

Modified:
   jbpm4/trunk/modules/jpdl/pom.xml
   jbpm4/trunk/modules/jpdl/scripts/antrun-jbpm-config.xml
   jbpm4/trunk/profiles.xml.example
Log:
Increase verbosity of the configuration build step

Modified: jbpm4/trunk/modules/jpdl/pom.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/pom.xml	2009-02-03 16:39:36 UTC (rev 3752)
+++ jbpm4/trunk/modules/jpdl/pom.xml	2009-02-03 16:49:05 UTC (rev 3753)
@@ -94,24 +94,14 @@
             </goals>
             <configuration>
               <tasks>
+                <echo>============================</echo>
+                <echo>Database config: ${database}</echo>
+                <echo>============================</echo>
                 <property name="database" value="${database}" />
                 <ant antfile="scripts/antrun-jbpm-config.xml" target="concat" />
               </tasks>
             </configuration>
-          </execution>
-          <!--execution>
-            <id>generate-db-scripts</id>
-            <phase>package</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-                <ant antfile="scripts/build.schema.xml" target="create-schema" />
-              </tasks>
-            </configuration>
-          </execution-->
+          </execution>        
         </executions>
       </plugin>
 

Modified: jbpm4/trunk/modules/jpdl/scripts/antrun-jbpm-config.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/scripts/antrun-jbpm-config.xml	2009-02-03 16:39:36 UTC (rev 3752)
+++ jbpm4/trunk/modules/jpdl/scripts/antrun-jbpm-config.xml	2009-02-03 16:49:05 UTC (rev 3753)
@@ -92,7 +92,7 @@
     <macro-database-cfg database="oracle" />
     <macro-database-cfg database="postgresql" />
 
-    <echo message="Copy hibernate.cfg.${database}.xml to hibernate.cfg.xml" />
+    <echo message="Default configuration: Copy hibernate.cfg.${database}.xml to hibernate.cfg.xml" />
     <copy file="${project.build.directory}/classes/hibernate.cfg.${database}.xml" tofile="${project.build.directory}/classes/hibernate.cfg.xml"/>
 
   	<loadfile property="hibernate.properties.xml" srcFile="${build.resources.directory}/hibernate.properties.${database}.xml"/>

Modified: jbpm4/trunk/profiles.xml.example
===================================================================
--- jbpm4/trunk/profiles.xml.example	2009-02-03 16:39:36 UTC (rev 3752)
+++ jbpm4/trunk/profiles.xml.example	2009-02-03 16:49:05 UTC (rev 3753)
@@ -19,9 +19,9 @@
            JBOSS_HOME FOR INTEGRATION TESTS
         -->
         
-        <jboss422.home>/Users/hbraun/dev/prj/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
-        <jboss423.home>/Users/hbraun/dev/prj/jbossas/tags/JBoss_4_2_3_GA/build/output/jboss-4.2.3.GA</jboss423.home>
-        <jboss500.home>/Users/hbraun/dev/prj/jbossas/tags/JBoss_5_0_0_GA/build/output/jboss-5.0.0.GA</jboss500.home>
+        <jboss422.home>/Users/hbraun/dev/prj/jboss/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
+        <jboss423.home>/Users/hbraun/dev/prj/jboss/tags/JBoss_4_2_3_GA/build/output/jboss-4.2.3.GA</jboss423.home>
+        <jboss500.home>/Users/hbraun/dev/prj/jboss/tags/JBoss_5_0_0_GA/build/output/jboss-5.0.0.GA</jboss500.home>
 
         <!--
           DEFAULT CONNECTION SETTINGS FOR THE JBPM QA ENV




More information about the jbpm-commits mailing list