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

Release new version #117

Closed
benmccann opened this issue Jun 24, 2015 · 7 comments
Closed

Release new version #117

benmccann opened this issue Jun 24, 2015 · 7 comments

Comments

@benmccann
Copy link
Contributor

Thanks @huntc for merging #116. Would you be able to cut a new release as well so that we can get @jroper's fix?

@benmccann
Copy link
Contributor Author

From @jroper:

@huntc sbt-web was released a few days ago, @benmccann’s change is the only one in there, so you can release it. though, you need permission to deploy to the sbt-web bintray organisation. once you have that, it’s just a matter of running “sbt release”, and the rest is done for you. I’ve just invited you to the sbt-web bintray organisation

@huntc
Copy link
Contributor

huntc commented Jun 26, 2015

So @benmccann, do you now have permission to release?

@benmccann
Copy link
Contributor Author

@huntc I think that @jroper was saying that he invited you to the org. @jsuereth gave me permissions to release for much of the sbt universe a few weeks ago, but it failed when i actually tried and neither of us were able to figure it out. i need to try to debug that, but unfortunately i don't have much time at the moment, so if you have permissions to release it'd be great if you could do it this time around

@benmccann
Copy link
Contributor Author

@huntc @jsuereth I bumped the version number and ran sbt release. I got stuck where it said Please enter PGP passphrase (or ENTER to abort)

@benmccann
Copy link
Contributor Author

I generated a GPG key for myself and got a bit further, but it's still failing

java.lang.RuntimeException: error uploading to com.typesafe.sbt/sbt-web/scala_2.10/sbt_0.13/1.2.2/docs/sbt-web-javadoc.jar: {"message":"forbidden"}
at bintray.BintrayIvyRepository.put(Resolver.scala:59)
at org.apache.ivy.plugins.resolver.RepositoryResolver.put(RepositoryResolver.java:234)
at org.apache.ivy.plugins.resolver.RepositoryResolver.publish(RepositoryResolver.java:216)
at sbt.IvyActions$$anonfun$publish$3.apply(IvyActions.scala:336)
at sbt.IvyActions$$anonfun$publish$3.apply(IvyActions.scala:335)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
at sbt.IvyActions$.publish(IvyActions.scala:335)
at sbt.IvyActions$$anonfun$publish$1$$anonfun$apply$1.apply$mcV$sp(IvyActions.scala:121)
at sbt.IvyActions$$anonfun$publish$1$$anonfun$apply$1.apply(IvyActions.scala:121)
at sbt.IvyActions$$anonfun$publish$1$$anonfun$apply$1.apply(IvyActions.scala:121)
at sbt.IvyActions$.withChecksums(IvyActions.scala:130)
at sbt.IvyActions$.sbt$IvyActions$$withChecksums(IvyActions.scala:125)
at sbt.IvyActions$$anonfun$publish$1.apply(IvyActions.scala:121)
at sbt.IvyActions$$anonfun$publish$1.apply(IvyActions.scala:114)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:155)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:155)
at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:132)
at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:57)
at sbt.IvySbt$$anon$4.call(Ivy.scala:65)
at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:93)
at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:78)
at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:97)
at xsbt.boot.Using$.withResource(Using.scala:10)
at xsbt.boot.Using$.apply(Using.scala:9)
at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:58)
at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:48)
at xsbt.boot.Locks$.apply0(Locks.scala:31)
at xsbt.boot.Locks$.apply(Locks.scala:28)
at sbt.IvySbt.withDefaultLogger(Ivy.scala:65)
at sbt.IvySbt.withIvy(Ivy.scala:127)
at sbt.IvySbt.withIvy(Ivy.scala:124)
at sbt.IvySbt$Module.withModule(Ivy.scala:155)
at sbt.IvyActions$.publish(IvyActions.scala:114)
at sbt.Classpaths$$anonfun$publishTask$1.apply(Defaults.scala:1283)
at sbt.Classpaths$$anonfun$publishTask$1.apply(Defaults.scala:1282)
at scala.Function3$$anonfun$tupled$1.apply(Function3.scala:35)
at scala.Function3$$anonfun$tupled$1.apply(Function3.scala:34)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
at sbt.std.Transform$$anon$4.work(System.scala:63)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
at sbt.Execute.work(Execute.scala:235)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
error error uploading to com.typesafe.sbt/sbt-web/scala_2.10/sbt_0.13/1.2.2/docs/sbt-web-javadoc.jar: {"message":"forbidden"}
[error] Total time: 4 s, completed Jun 28, 2015 9:27:47 AM

@ilanbiala
Copy link

@huntc @benmccann any progress on this?

@benmccann
Copy link
Contributor Author

jroper released a new version for us

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

3 participants