Hi,
Remote connection status of repository ivy-releases set to Ready to Connect.
so I think at lease I type the url correctly for the nexus proxy.
I set up
SBT_OPTS=-Dsbt.override.build.repos=true -Dsbt.repository.config=C:\repositories
and clean up .sbt and .ivy2 directory, then run "activator update".
I got:
.....
module not found: com.typesafe.activator#activator-launcher;1.3.9
.....
I tried for fix the issue for days and do not know what cause the issue. Is there any more configuration in the server site or sbt client missed?
If you are using Nexus with Sbt, please give me some help. Your advice is very appreciated.
The content of the file repositories is as the following:
The following is the Sbt console output:
CTIVATOR_HOME=C:\projects
Getting org.fusesource.jansi jansi 1.11 ...
[SUCCESSFUL ] org.fusesource.jansi#jansi;1.11!jansi.jar (353ms)
:: retrieving :: org.scala-sbt#boot-jansi
confs: [default]
1 artifacts copied, 0 already retrieved (111kB/100ms)
Getting com.typesafe.activator activator-launcher 1.3.9 ...
:: problems summary ::
:::: WARNINGS
module not found: com.typesafe.activator#activator-launcher;1.3.9
==== local: tried
C:\Users\guofeng\.ivy2\local\com.typesafe.activator\activator-launcher\1.3.9\ivys\ivy.xml
-- artifact com.typesafe.activator#activator-launcher;1.3.9!activator-launcher.jar:
C:\Users\guofeng\.ivy2\local\com.typesafe.activator\activator-launcher\1.3.9\jars\activator-launcher.jar
==== my-ivy-proxy-releases: tried
==== my-maven-proxy-releases: tried
-- artifact com.typesafe.activator#activator-launcher;1.3.9!activator-launcher.jar:
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: com.typesafe.activator#activator-launcher;1.3.9: not found
::::::::::::::::::::::::::::::::::::::::::::::
Thanks for your help.
activator-launch-1.3.12, JDK 1.8.0_111, Play 2.5.14.
Guofeng