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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 09:46:02 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-24 09:46:02 -0400 (Wed, 24 Sep 2008)
New Revision: 2344

Modified:
   jbpm4/trunk/hudson/hudson-home/command.sh
Log:
Add clean

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-09-24 13:41:21 UTC (rev 2343)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-09-24 13:46:02 UTC (rev 2344)
@@ -16,7 +16,7 @@
 #
 cd $JBPMDIR
 cp profiles.xml.example profiles.xml
-MVN_CMD="mvn $ENVIRONMENT process-test-classes"
+MVN_CMD="mvn $ENVIRONMENT clean process-test-classes"
 echo $MVN_CMD; $MVN_CMD 2>&1; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then
   echo maven exit status $MVN_STATUS
@@ -35,4 +35,3 @@
 MVN_CMD="mvn -o $ENVIRONMENT -DtestFailureIgnore=true test"
 echo $MVN_CMD; $MVN_CMD 2>&1 | tee $WORKSPACE/tests.log
 cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u | tee $WORKSPACE/fixme.txt
-cat $WORKSPACE/fixme.txt | egrep "\[\S*]" > $WORKSPACE/errata-$CONTAINER.txt




More information about the jbpm-commits mailing list