[
https://issues.jboss.org/browse/JBTM-2170?page=com.atlassian.jira.plugin....
]
Gytis Trikleris commented on JBTM-2170:
---------------------------------------
Yes, just checking why does it build idlj in the first place. Wasn't it excluded from
the default build at first? It seems that narayana.sh not enables it if IBM orb is not
enabled:
{code}
if [ $IBM_ORB = 1 ]; then
ORBARG="-Dibmorb-enabled -Djacorb-disabled"
${JAVA_HOME}/bin/java -version 2>&1 | grep IBM
[ $? = 0 ] || fatal "You must use the IBM jdk to build with ibmorb"
else
ORBARG="-Didlj-enabled"
fi
{code}
Jacoco failed to create QA code coverage report
-----------------------------------------------
Key: JBTM-2170
URL:
https://issues.jboss.org/browse/JBTM-2170
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Testing
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.0.3
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-codeCoverage/118
{code}
BUILD SUCCESSFUL
Total time: 510 minutes 46 seconds
generating test coverage report
Buildfile: /home/hudson/workspace/narayana-codeCoverage/qa/run-tests.xml
jacoco-report:
[jacoco:report] Loading execution data file
/home/hudson/workspace/narayana-codeCoverage/qa/testoutput/jacoco-qa.exec
BUILD FAILED
/home/hudson/workspace/narayana-codeCoverage/qa/run-tests.xml:540: Error while creating
report
Total time: 8 seconds
Buildfile: /home/hudson/workspace/narayana-codeCoverage/qa/run-tests.xml
has-testoutput-output:
testoutput.zip:
[echo] archiving testoutput to testoutput-jacorb.zip
[zip] Building zip:
/home/hudson/workspace/narayana-codeCoverage/qa/testoutput-jacorb.zip
BUILD SUCCESSFUL
Total time: 9 seconds
+ rm -rf /home/hudson/.m2/repository/org/jboss/narayana
+ cd qa
+ ant -f run-tests.xml jacoco-report
Buildfile: /home/hudson/workspace/narayana-codeCoverage/qa/run-tests.xml
jacoco-report:
[jacoco:report] Loading execution data file
/home/hudson/workspace/narayana-codeCoverage/qa/testoutput/jacoco-qa.exec
BUILD FAILED
/home/hudson/workspace/narayana-codeCoverage/qa/run-tests.xml:540: Error while creating
report
Total time: 9 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending e-mails to: gtrikler(a)redhat.com
Finished: FAILURE
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)