[
http://jira.jboss.com/jira/browse/JBPM-619?page=all ]
Tom Baeyens closed JBPM-619.
----------------------------
Fix Version/s: jBPM jPDL 3.2.1
(was: jBPM jPDL 3.2)
Resolution: Done
i included the junitreport again in the test target.
i added a warning message before the target starts:
if the next junitreport task fails due to heap space, set environment variable ANT_OPTS to
-Xmx500m and run the target again.
this is what i did to get it running
C:\wsjbpm\jbpm.3_HEAD\jpdl\jar>ant test.report
Buildfile: build.xml
test.report:
BUILD FAILED
java.lang.OutOfMemoryError: Java heap space
Total time: 33 seconds
C:\wsjbpm\jbpm.3_HEAD\jpdl\jar>set ANT_OPTS=-Xmx500m
C:\wsjbpm\jbpm.3_HEAD\jpdl\jar>ant test.report
Buildfile: build.xml
test.report:
[junitreport] Transform time: 9875ms
BUILD SUCCESSFUL
Total time: 17 seconds
C:\wsjbpm\jbpm.3_HEAD\jpdl\jar>
outofmemory during ant test suite run
-------------------------------------
Key: JBPM-619
URL:
http://jira.jboss.com/jira/browse/JBPM-619
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM jPDL 3.2
Reporter: Jim Rigsbee
Assigned To: David Lloyd
Fix For: jBPM jPDL 3.2.1
MailTests will fail if your local workstation is not setup correctly. These tests are
failing in the cruise control build as well.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira