Closed shiphrah closed 11 years ago
SBT 0.13.0 final was just released and is currently incompatible with sbt-js 0.5.
Confirming what is said above, should probably aim for SBT 0.13 support in 0.6 release
Agreed. And sorry for my lack of response on this-not had much time to spend on it recently. Will aim to put a couple of hours in today towards 0.6.
-- Dave
On 4 Sep 2013, at 00:00, mdedetrich notifications@github.com wrote:
Confirming what is said above, should probably aim for SBT 0.13 support in 0.6 release
— Reply to this email directly or view it on GitHubhttps://github.com/untyped/sbt-plugins/issues/34#issuecomment-23754019 .
I've started working on this in a branch called feature/sbt-0.13. Having some trouble with xsbt-web-plugin. Will keep this thread updated as I progress.
Are you using this sbt plugin https://github.com/JamesEarlDouglas/xsbt-web-plugin?
I see that you've updated project/Build.scala
to use 0.4.2 of xsbt-web-plugin and changed the groupID - that looks good - but I noticed that similar changes are missing from sbt-runmode/src/sbt-test/sbt-runmode/base/project/plugins.sbt
. I don't suppose that's related to the problem you are having?
Is there anything I can do to help out with this? This is the only plugin stopping me from upgrading my project to 0.13 which I need to finally get my unit tests running in parallel again, so happy to lend a hand here if I can.
Many apologies for my lack of progress on this.
I started this work a month ago but hit a wall. It seems to be incredibly difficult to get a build going that compiles and tests under all applicable versions of SBT and Scala.
I think I made some progress today. I've pushed v0.6-M5, built against SBT 0.13 / Scala 2.10, to ivy.untyped.com:
http://ivy.untyped.com/com.untyped/
Can you confirm whether it works for you? If it does, I'll put together a stable 0.6 and release it to the central SBT plugins repo.
Dave
I just gave it a try and as far as I could tell, it works perfectly! Thank you for the hard work.
(Specifically I tested 0.6-M5 with SBT 0.13 & Scala 2.10.3 on Java 1.7.40b43.)
Dammit, I just made a pull request for sbt-untyped for sbt 0.13 and scala 2.10.3, ill see if there are any differences and if there is a reason to merge
@davegurnell what branch has these SBT changes, also, how did you deal with the xbst-web-plugin, in my case I needed to update it to make it work with SBT 0.13.0
Glad it works! I'll ship 0.6 proper in the next week or so.
Dave
On 9 October 2013 13:49, mdedetrich notifications@github.com wrote:
Dammit, I just made a pull request for sbt-untyped for sbt 0.13 and scala 2.10.3, ill see if there are any differences and if there is a reason to merge
— Reply to this email directly or view it on GitHubhttps://github.com/untyped/sbt-plugins/issues/34#issuecomment-25968049 .
Dang - I merged this PR and then realised it was for master. Silly mistake on my part.
SBT 0.13 compatibility introduced in release v0.6.
support for sbt 0.13 would be great :-)