Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Findbugs XML output creates <?xml...?> tag twice #271

Closed
TheRealAgentK opened this issue May 30, 2017 · 2 comments
Closed

Findbugs XML output creates <?xml...?> tag twice #271

TheRealAgentK opened this issue May 30, 2017 · 2 comments
Assignees
Labels

Comments

@TheRealAgentK
Copy link
Collaborator

TheRealAgentK commented May 30, 2017

... therefore import into TeamCity (and I assume other tools) fails.

<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<BugCollection sequence="0" release="" version="1.1.0" xmlns:sets="http://exslt.org/sets">
<Project projectName=""/>
</BugCollection>

This is on the current master branch.

@TheRealAgentK TheRealAgentK self-assigned this May 30, 2017
@TheRealAgentK
Copy link
Collaborator Author

This problem seems to stem from the XSL transformer not omitting the XML declaration properly. Fix incoming soon.

ryaneberly pushed a commit that referenced this issue May 31, 2017
* Added .iml IntelliJ project files to ignore list

* Omitting additional XML declaration as part of the XSL transform process for Findbugs output
@ryaneberly
Copy link
Contributor

merged. thanks for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants