-
Notifications
You must be signed in to change notification settings - Fork 9
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
Point out that current version is not available in official repositories #22
Comments
Currently there is a snapshot version available. You have to include the Stefan
|
Well, unfortunately, the Scala version is hard-wired. Currently, this is version 2.8.1: http://scala-tools.org/repo-snapshots/de/element34/sbt-eclipsify_2.8.1/ I think, as I am using 2.9.1, sbt could not find the corresponding snapshot version. |
There exists no crossbuild yet. I get it out as soon as possible. Stefan
|
Hi, |
No it isn't as this is a plugin for sbt it also has to be compiled on Stefan 2011/9/22 Julien Richard-Foy
|
Looking forward to a 0.11 version, is this going to be released soon? |
Currently, it is not sufficient to just include SbtEclipsify as plugin dependency, as it is not available via the official repositories.
Therefore, running
sbt eclipse version
produces some errors:[warn] :: problems summary :: [warn] :::: WARNINGS [warn] module not found: de.element34#sbt-eclipsify;0.10.0 [warn] ==== local: tried [warn] /Users/Foo/.ivy2/local/de.element34/sbt-eclipsify/0.10.0/ivys/ivy.xml [warn] -- artifact de.element34#sbt-eclipsify;0.10.0!sbt-eclipsify.jar: [warn] /Users/Foo/.ivy2/local/de.element34/sbt-eclipsify/0.10.0/jars/sbt-eclipsify.jar [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/de/element34/sbt-eclipsify/0.10.0/sbt-eclipsify-0.10.0.pom [warn] -- artifact de.element34#sbt-eclipsify;0.10.0!sbt-eclipsify.jar: [warn] http://repo1.maven.org/maven2/de/element34/sbt-eclipsify/0.10.0/sbt-eclipsify-0.10.0.jar [warn] ==== Scala-Tools Maven2 Repository: tried [warn] http://scala-tools.org/repo-releases/de/element34/sbt-eclipsify/0.10.0/sbt-eclipsify-0.10.0.pom [warn] -- artifact de.element34#sbt-eclipsify;0.10.0!sbt-eclipsify.jar: [warn] http://scala-tools.org/repo-releases/de/element34/sbt-eclipsify/0.10.0/sbt-eclipsify-0.10.0.jar [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: de.element34#sbt-eclipsify;0.10.0: not found [warn] ::::::::::::::::::::::::::::::::::::::::::::::
I think you should update both wiki page "Setting up SbtEclipsify" and file "README.md" to point out that you have to install locally (do an
update publish-local
).The text was updated successfully, but these errors were encountered: