TOPdesk / dart-junitreport

An application to generate JUnit XML reports from dart test runs.
https://pub.dartlang.org/packages/junitreport
MIT License
31 stars 45 forks source link

xml lib updated yesterday to 3.3.0, pub activate start to fail #13

Closed nanzhang1 closed 4 years ago

nanzhang1 commented 5 years ago

Resolving dependencies...

rspilker commented 5 years ago

Created https://github.com/renggli/dart-xml/issues/55 to track if we can use a better API.

rspilker commented 5 years ago

thanks for reporting, please let me know if this actually fixed your problems.

nanzhang1 commented 5 years ago

@rspilker I am still getting this error when pub activate: pub.dartlang.org/xml-3.3.1/lib/xml/visitors/pretty_writer.dart': No such file or directory

rspilker commented 5 years ago

The issue I created has been fixed, and I just released 1.0.1 that should fix this problem. Can you confirm it works now?

nanzhang1 commented 5 years ago

@rspilker Hi is there any reason why it requires dart 2.1+? The stable flutter channel has dart 2.1.0 dev, we 'll have to use beta version if we want to use this library.

rspilker commented 5 years ago

Shall I change that to '^2.0.0'? Do you have another suggestion?

nanzhang1 commented 5 years ago

if you can, change to '^2.0.0' would be easier for us to use this in our flutter project.

renggli commented 4 years ago

Sorry for breaking this library. I've submitted a pull request (https://github.com/TOPdesk/dart-junitreport/pull/16) that should work with older and newer version of xml.

rspilker commented 4 years ago

Thanks. I just merged it.