question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

$ 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:open
  • Created 8 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
han2ocommented, Dec 16, 2015

add _export SBT_OPTS=“$SBT_OPTS -Dhttp.proxyHost=myhost -Dhttp.proxyPort=myport”_ in sbt

0reactions
disizmjcommented, Jun 23, 2019

I have uploaded the build files, RPM and DEB packages. Hope that’s useful! https://github.com/disizjay/kafka-manager

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found