sbt clean dist
See original GitHub issue$ sudo sbt clean dist Getting org.scala-sbt sbt 0.13.9 …
:: problems summary :: :::: WARNINGS problem while downloading module descriptor: https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.9/ivys/ivy.xml: Connection timed out (38037ms)
module not found: org.scala-sbt#sbt;0.13.9
==== local: tried
/root/.ivy2/local/org.scala-sbt/sbt/0.13.9/ivys/ivy.xml
-- artifact org.scala-sbt#sbt;0.13.9!sbt.jar:
/root/.ivy2/local/org.scala-sbt/sbt/0.13.9/jars/sbt.jar
==== jcenter: tried
Issue Analytics
- State:
- Created 8 years ago
- Comments:11
Top Results From Across the Web
sbt Reference Manual — Running
sbt clean compile "testOnly TestA TestB". In this example, testOnly has arguments, TestA and TestB . The commands will be run in sequence...
Read more >An easy way to get rid of *everything* generated by SBT?
You can use Pretty Clean to clean the all of dev tools caches including SBT. PrettyClean also cleans the SBT ...
Read more >sbt clean dist · Issue #177 · yahoo/CMAK - GitHub
I use JDK 1.8 and still cannot build. but in boot/update.log i see. impossible to define new type: class not found: org.apache.ivy.plugins.
Read more >How to compile, run, and package a Scala project with SBT
Common SBT commands ; clean, Removes all generated files from the target directory. ; compile, Compiles source code files that are in src/main/ ......
Read more >[2.2.1-scala] SBT-only build stopped working - Google Groups
But when Jenkins tries to run the "sbt clean compile dist" command to set up the staging environment after a commit, it fails...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
add _export SBT_OPTS=“$SBT_OPTS -Dhttp.proxyHost=myhost -Dhttp.proxyPort=myport”_ in sbt
I have uploaded the build files, RPM and DEB packages. Hope that’s useful! https://github.com/disizjay/kafka-manager