Embed coverage-04.dtd into binary#11
Conversation
|
@twittemb, another approach is to embed |
Hi, thanks for the PR.
does it make sense ? |
|
If it is fine to embed A number of keywords are hardcoded, so providing a DTD file with different content will likely break the converter. Moreover, introducing a new parameter requires some refactoring to be done, because both supported converters conform to the same interface, but only |
Good analysis. I think it is fair to embed it in the binary and that's it. |
> warning: '--build-path' option is deprecated; use '--scratch-path' instead
The main purpose of embedding the [coverage-04.dtd](http://cobertura.sourceforge.net/xml/coverage-04.dtd) into `xcc` is to allow `xcc` to work in certain deployment environments where there may be restrictions on Internet access.
6a35f58 to
c6a9b7c
Compare
Embed coverage-04.dtd into binary
The main purpose of embedding the coverage-04.dtd into
xccis to allow
xccto work in certain deployment environments where there may be restrictions on Internet access.Fix swift build warning
warning: '--build-path' option is deprecated; use '--scratch-path' instead
Add smoke test
The description has been edited to reflect the latest changes.