implicit.ly

Scala software, hot off the presses

sbt-eclipsify 0.7.0

Fixed paths bug and added pure java project support

  • Added patch from asflierl to correct java classpath generation
  • Added patch from asflierl to support pure Java projects

Thank you asflierl for the great work

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from a sbt project.

© 2010 Stefan Langer and others, Element34
See contributors.txt for list of contributors

Be sure to checkout the new sbt eclipse integration plugin

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify  
Posted November 5, 2010 by slmusk 

sbt-eclipsify 0.6.1

Updated scalatest version

  • removed scalatest snapshot version and fixed version to 1.1. This resolves errors when running the test cases.

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from a sbt project.

© 2010 Stefan Langer and others, Element34
See contributors.txt for list of contributors

Be sure to checkout the new sbt eclipse integration plugin

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify  
Posted October 19, 2010 by slmusk 

sbt-eclipsify 0.6.0

Update names to newly structured Scala IDE

  • fixed names for Scala container, nature and builder to new Scala IDE names
  • removed trait SbtEclipsifyPlugin use Eclipsify instead

WARNING: This upgrade will not work on versions older then master-2.8.final of the Scala IDE

Thanks to plalloni for this fix

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from a sbt project.

© 2010 Stefan Langer and others, Element34
See contributors.txt for list of contributors

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify  
Posted August 11, 2010 by slmusk 

sbt-eclipsify 0.5.4

Bugfix Release

  • bug fix from dholbrook for .classpath file for subprojects not relative to subprojects

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from a sbt project.

© 2010 Stefan Langer and others, Element34

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify  
Posted June 27, 2010 by slmusk 

sbt-eclipsify 0.5.3

Bugfix Release

  • Added missing plugin nature for plugin projects to .project

All users using 0.5.2 are advised to upgrade to 0.5.3

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from a sbt project.

© 2010 Stefan Langer, Element34

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify  
Posted May 8, 2010 by slmusk 

sbt-eclipsify 0.5.2

  • Added support for plugin projects simply add plugin.project=true to your build.properties file.

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from a sbt project.

© 2010 Stefan Langer, Element34

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify  
Posted May 7, 2010 by slmusk 

sbt-eclipsify 0.5.1

  • Added ability to discover "-src" source jars beside "-sources"
  • Refactored code for better readability
  • Added property eclipse.name to overwrite project name in eclipse
  • Replaced trait SbtEclipsifyPlugin with Eclipsify for easier use and marked SbtEclipsifyPlugin as deprecated.

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from the sbt project.

© 2010 Stefan Langer, Element34

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify  
Posted April 18, 2010 by slmusk 

sbt-eclipsify 0.5.0

  • Switched to sbt 0.7.x if you are still using version 0.5.6 or below you need to use sbt-eclipsify 0.4.2
  • Sources are now attached to the classpathentry
  • Outputpaths are now attached to classpathentries for test classes
  • Made code more streamline and readable

sbt-eclipsify is a sbt plugin provided under a BSD-License. It generates .classpath and .project files for the Eclipse IDE from the sbt project.

© 2010 Stefan Langer, Element34

Filed under  //   Scala 2.7.7   de.element34   sbt-eclipsify   sbt-plugin