nativelibs4java / Scalaxy

Compiler plugin goodies for Scala (continuation of non-OpenCL part of ScalaCL)

Home Page:http://code.google.com/p/scalaxy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom compilets example can't find dependencies

emchristiansen opened this issue · comments

To reproduce:

  1. cd to: Scalaxy/Compilets/Examples/CustomCompilets
  2. Execute "sbt update"

The error:

[warn] [NOT FOUND ] com.nativelibs4java#scalaxy-compilets-plugin_2.10;0.3-SNAPSHOT!scalaxy-compilets-plugin_2.10.jar (148ms)
[warn] ==== sonatype-snapshots: tried
[warn] https://oss.sonatype.org/content/repositories/snapshots/com/nativelibs4java/scalaxy-compilets-plugin_2.10/0.3-SNAPSHOT/scalaxy-compilets-plugin_2.10-0.3-SNAPSHOT.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.nativelibs4java#scalaxy-compilets-plugin_2.10;0.3-SNAPSHOT!scalaxy-compilets-plugin_2.10.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
sbt.ResolveException: download failed: com.nativelibs4java#scalaxy-compilets-plugin_2.10;0.3-SNAPSHOT!scalaxy-compilets-plugin_2.10.jar

Indeed, the jar is not published at the expected location.

Ouch, thanks for reporting this!

(did improper testing after tweaking my sbt build file and renaming package scalaxy to scalaxy.compilets (now that there's more scalaxy experiments) :-S)

Should be fixed now!