Simplified output:
"
bin/sbt package
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Getting org.scala-sbt sbt 0.13.5 ...
"
I guess it is downloading something, so I tried to use proxy for acceleration but it do not works either.
If it is downloading something, is it possible to download it before make?
bin/sbt package
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Getting org.scala-sbt sbt 0.13.5 ...
"
Simplified output: " bin/sbt package Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Getting org.scala-sbt sbt 0.13.5 ... " I guess it is downloading something, so I tried to use proxy for acceleration but it do not works either.
If it is downloading something, is it possible to download it before make?
Full output of make: "$ make wget "http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar" -P bin --2020-05-30 16:31:03-- http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar Resolving repo.typesafe.com (repo.typesafe.com)... 54.165.85.216, 3.224.199.251, 34.225.161.215 Connecting to repo.typesafe.com (repo.typesafe.com)|54.165.85.216|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar [following] --2020-05-30 16:31:05-- http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar Resolving dl.bintray.com (dl.bintray.com)... 50.112.155.255, 52.38.12.101 Connecting to dl.bintray.com (dl.bintray.com)|50.112.155.255|:80... connected. HTTP request sent, awaiting response... 302 Location: http://akamai.bintray.com/b4/b407b2a76ad72165f806ac7e7ea09132b951ef53?__gda__=exp=1590828185~hmac=48f612be861eff248e253b67dd7b1b258db78425e4642b32f06567a9e9152397&response-content-disposition=attachment%3Bfilename%3D%22sbt-launch.jar%22&response-content-type=application%2Foctet-stream&requestInfo=U2FsdGVkX18YHXR7BVjJBbdXYGjAzUainNBCIw9bFfY-AmF7H5An4hqbrM3bpoqpNGBYlMnj32WAtXQ1qE9jeyhLHpdBQYAYjyG9QT4WFqoH5Gwa5XNR-7mk2X7y3Csz_vR5J3kIgqPRwnY4YA-6lAFR5lfT-5vIV7KntyHCDsY [following] --2020-05-30 16:31:06-- http://akamai.bintray.com/b4/b407b2a76ad72165f806ac7e7ea09132b951ef53?__gda__=exp=1590828185~hmac=48f612be861eff248e253b67dd7b1b258db78425e4642b32f06567a9e9152397&response-content-disposition=attachment%3Bfilename%3D%22sbt-launch.jar%22&response-content-type=application%2Foctet-stream&requestInfo=U2FsdGVkX18YHXR7BVjJBbdXYGjAzUainNBCIw9bFfY-AmF7H5An4hqbrM3bpoqpNGBYlMnj32WAtXQ1qE9jeyhLHpdBQYAYjyG9QT4WFqoH5Gwa5XNR-7mk2X7y3Csz_vR5J3kIgqPRwnY4YA-6lAFR5lfT-5vIV7KntyHCDsY Resolving akamai.bintray.com (akamai.bintray.com)... 23.36.249.129 Connecting to akamai.bintray.com (akamai.bintray.com)|23.36.249.129|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1208380 (1.2M) [application/octet-stream] Saving to: ‘bin/sbt-launch.jar’
sbt-launch.jar 100%[========================================>] 1.15M 16.2KB/s in 71s
2020-05-30 16:32:18 (16.5 KB/s) - ‘bin/sbt-launch.jar’ saved [1208380/1208380]
bin/sbt package Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Getting org.scala-sbt sbt 0.13.5 ... "