[jbpm-commits] JBoss JBPM SVN: r3076 - jbpm4/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 25 06:14:56 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-25 06:14:55 -0500 (Tue, 25 Nov 2008)
New Revision: 3076

Modified:
   jbpm4/trunk/hudson/hudson-home/command.sh
Log:
added $JBPMDIR to schemadocs profile invocation

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 11:05:56 UTC (rev 3075)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 11:14:55 UTC (rev 3076)
@@ -42,5 +42,5 @@
 #     the modules/api dir and can't be called from the parent 
 #     project directory )
 #  
-MVN_CMD="cd modules/api; mvn $ENVIRONMENT -Pschemadocs package"
+MVN_CMD="cd $JBPMDIR/modules/api; mvn $ENVIRONMENT -Pschemadocs package"
 echo $MVN_CMD; $MVN_CMD 2>&1 | tee $WORKSPACE/schemadocs.log




More information about the jbpm-commits mailing list