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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 25 06:23:45 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-25 06:23:45 -0500 (Tue, 25 Nov 2008)
New Revision: 3078

Modified:
   jbpm4/trunk/hudson/hudson-home/command.sh
Log:
removing schema docs generation

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 11:19:19 UTC (rev 3077)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 11:23:45 UTC (rev 3078)
@@ -35,13 +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
-
-#
-# generate schema docs
-#   ( for some reason or another xsddoc has to be called from 
-#     the modules/api dir and can't be called from the parent 
-#     project directory )
-#  
-cd $JBPMDIR/modules/api
-MVN_CMD="mvn $ENVIRONMENT -Pschemadocs package"
-echo $MVN_CMD; $MVN_CMD 2>&1 | tee $WORKSPACE/schemadocs.log




More information about the jbpm-commits mailing list