Hello list :)

We've recently moved from using XMLBeans 1 via the antrun plugin to using the codehaus xmlbeans plugin for m2 and it has introduced a small problem inside our JUnit XML reports in that they have two 'xml' declarations at the top of the file:

[EMAIL PROTECTED]:surefire-reports]$ head -2 TEST-org.excelsior4gov.common.profile.consents.persistence.DataConsentsDAOTest.xml
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0"?>

Its not a showstopper so we have stopped trying to fix for now it but it causes problems for CruiseControl when aggregating test reports as its obviously not well formed XML. I suspect a parser on the test classpath has been introduced with XMLBeans 2. Has anyone else seen this before I raise an issue in jira?

Thanks,
Kieran
----


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to