Surok112 / robotframework-maven-plugin

Automatically exported from code.google.com/p/robotframework-maven-plugin
0 stars 0 forks source link

A SAXException is thrown when robotframework-maven-plugin is used together with SaxonB #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create a POM file that includes a) robotframework-maven-plugin as a <plugin> 
and b) SaxonB 9.1.0.8 
(http://mvnrepository.com/artifact/net.sourceforge.saxon/saxon/9.1.0.8) as a 
<dependency>.
2. Run Maven so that robotframework-maven-plugin is executed.
3. Check out the log file.

What is the expected output? What do you see instead?

[INFO] --- robotframework-maven-plugin:1.1.1:run (default) @ modulename ---
[ ERROR ] Unexpected error: SAXException: Parser configuration problem: 
namespace reporting is not enabled

What version of the product are you using? On what operating system?

Version: robotframework-maven-plugin 1.1.1
Operating system: Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 
2011 i686 i686 i386 GNU/Linux

Please provide any additional information below.

If I remove the Saxon dependency, the error disappears, but Saxon is a required 
dependency for this project, unfortunately.

This might also be a bug in Saxon rather than robotframework-maven-plugin...?

Original issue reported on code.google.com by eero.hel...@gmail.com on 25 Jul 2011 at 8:34

GoogleCodeExporter commented 8 years ago
The problem here is actually in Robot Framework itself.

I created corresponding issue to 
http://code.google.com/p/robotframework/issues/detail?id=1130

We'll try to release RF 2.7.2 soon, so maven-plugin release should probably 
wait for that.

Closing this as invalid.

Original comment by janne.t....@gmail.com on 22 May 2012 at 12:54