code

Its all just ones and zeroes isn't it? 
« Back to blog

Building Eclipsify 0.8.0 for use with SBT 0.7.7

  1. Make sure you have SBT
  2. git clone https://github.com/musk/SbtEclipsify.git
  3. cd SbtEclipsify
  4. git checkout -b 0.8.0 origin/0.8.0
  5. Fix self-reference in the project/plugins/Plugins.scala
    • lazy val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.1-SNAPSHOT"
    • Change "0.7.1-SNAPSHORT" to "0.7.0"
  6. In the SbtEclipsify folder, type "sbt update publish-local"

Comments (1)

Dec 28, 2011
digeratus said...
THANKS... You Rock!

Leave a comment...