lihaoyi / hands-on-scala-js

Better documentation for Scala.js
142 stars 52 forks source link

scalatex-sbt-plugin;0.1.0: not found #17

Closed chrismurrph closed 9 years ago

chrismurrph commented 9 years ago

I can get this just by typing sbt in root directory:

sbt.ResolveException: unresolved dependency: com.lihaoyi#scalatex-sbt-plugin;0.1.0: not found

lihaoyi commented 9 years ago

Sorry, in the current state, you have to go into scalatex/ and sbt publishLocal first.

This is a bit of an intermediary state, and I'm working on splitting out scalatex into a separate repository/project/maven-artifact. When that's done, this requirement will go away.

chrismurrph commented 9 years ago

I was really just looking to get clientserver and clientserver2 going: C:\dev\hands-on-scala-js\examples\crossBuilds\clientserver2>sbt Then when in sbt I use: client/fastOptJS package So your examples are working fine for my purposes (integrating with spray servlet so copying the SNAPSHOT jar file to a jetty server) now. Thanks.