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

adding scrimage as a play dependency seems to go wrong with junitxml #27

Closed
q42jaap opened this issue Feb 17, 2014 · 7 comments
Closed

Comments

@q42jaap
Copy link
Contributor

q42jaap commented Feb 17, 2014

I don't know whether this is related to scrimage-core, or whether it is something else:
https://groups.google.com/d/topic/play-framework/Fy0PBqleoiI/discussion

@sksamuel
Copy link
Owner

Replied.

On 17 February 2014 18:28, Jaap Taal notifications@github.com wrote:

I don't know whether this is related to scrimage-core, or whether it is
something else:
https://groups.google.com/d/topic/play-framework/Fy0PBqleoiI/discussion

Reply to this email directly or view it on GitHubhttps://github.com//issues/27
.

@q42jaap
Copy link
Contributor Author

q42jaap commented Feb 18, 2014

Hey Sam,

When I add depedency on scrimage-core, I'm getting scalac scoverage also as a dependency:

[info] downloading http://repo1.maven.org/maven2/com/sksamuel/scrimage/scrimage-core_2.10/1.3.14/scrimage-core_2.10-1.3.14.jar ...
[info] [SUCCESSFUL ] com.sksamuel.scrimage#scrimage-core_2.10;1.3.14!scrimage-core_2.10.jar (958ms)
[info] downloading http://repo1.maven.org/maven2/com/sksamuel/scoverage/scalac-scoverage-plugin_2.10/0.95.3/scalac-scoverage-plugin_2.10-0.95.3.jar ...
[info] [SUCCESSFUL ] com.sksamuel.scoverage#scalac-scoverage-plugin_2.10;0.95.3!scalac-scoverage-plugin_2.10.jar (1327ms)
[info] Done updating.

My sbt build file doesn't refer to scoverage. Is there a dependency in the maven central?

@q42jaap
Copy link
Contributor Author

q42jaap commented Feb 18, 2014

http://central.maven.org/maven2/com/sksamuel/scrimage/scrimage-core_2.10/1.3.14/scrimage-core_2.10-1.3.14.pom

scoverage and scalatest are not defined with [scope]test[/scope]

@sksamuel
Copy link
Owner

The scalatest one is easy, I've set that to test.
The scoverage one is tricky as its sbt plugin based. I need to email
someone to find out first.

On 18 February 2014 15:10, Jaap Taal notifications@github.com wrote:

http://central.maven.org/maven2/com/sksamuel/scrimage/scrimage-core_2.10/1.3.14/scrimage-core_2.10-1.3.14.pom

scoverage and scalatest are not defined with test

Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-35393231
.

@sksamuel
Copy link
Owner

I've released 1.3.15 which should fix this. Should appear on maven central within 12 hours.

@sksamuel
Copy link
Owner

1.3.15 is now on central.

On 18 February 2014 23:09, Stephen Samuel (Sam) sam@sksamuel.com wrote:

The scalatest one is easy, I've set that to test.
The scoverage one is tricky as its sbt plugin based. I need to email
someone to find out first.

On 18 February 2014 15:10, Jaap Taal notifications@github.com wrote:

http://central.maven.org/maven2/com/sksamuel/scrimage/scrimage-core_2.10/1.3.14/scrimage-core_2.10-1.3.14.pom

scoverage and scalatest are not defined with test

Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-35393231
.

@q42jaap
Copy link
Contributor Author

q42jaap commented Feb 19, 2014

Awesome!

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

No branches or pull requests

2 participants