implicit.ly

Scala software, hot off the presses

sbteclipse 2.1.0-M2

This is the 2.0.0-M1 pre-release of sbteclipse, an sbt plugin for creating Eclipse project definitions.

These are the most important changes between sbteclipse 2.1.0 and 2.0.x:

  • Issue #79: Add setting to always use absolute paths for library dependencies
  • Issue #80: Add setting for different target directories
  • Issue #52: Customization of generated files
  • Issue #100: Remove special treatment for continuations plugin
  • Issue #76: Add setting to skip individual projects
  • Issue #102: Print successfully created projects on separate lines

Please see the Documentation for information about installing and using sbteclipse.

sbteclipse is an sbt plugin for creating Eclipse project definitions.

Filed under  //   Scala 2.9.1   com.typesafe.sbteclipse   sbteclipse  

sbteclipse 2.1.0-M1

This is the 2.0.0-M1 pre-release of sbteclipse, an sbt plugin for creating Eclipse project definitions.

These are the most important changes between sbteclipse 2.1.0 and 2.0.x:

  • Issue #79: Add setting to always use absolute paths for library dependencies
  • Issue #80: Add setting for different target directories
  • Issue #52: Customization of generated files

Please see the Documentation for information about installing and using sbteclipse.

sbteclipse is an sbt plugin for creating Eclipse project definitions.

Filed under  //   Scala 2.9.1   com.typesafe.sbteclipse   sbteclipse  

sbteclipse 2.0.0

This is the 2.0.0 final release of sbteclipse, an sbt plugin for creating Eclipse project definitions.

sbteclipse 2.0.0 is a complete rewrite of the 1.x branch. The main difference as compared to sbteclipse 1.x is the ability to configure sbteclipse via settings in addition to options now. For example you can define skipParents as a setting now instead of applying it as an option every time you execute the command eclipse.

One other important change: sbteclipse 2.0.0 no longer uses different target directories. In 1.x the Eclipse project definition pointed to the .target folder by default. While this tried to avoid issues with both sbt and Eclipse working on the same files at the same time, it seemed to be confusing for users and probably overcautious.

These are the most important additional issues that were addressed:

  • Issue #34: Use relative path for local libraries
  • Issue #39: Add support for execution environments
  • Issue #51: Add support for configurations
  • Issue #59: Add settings as an alternative to command options
  • Issue #66: Add support for source attachments for lib entries again
  • Issue #67: Split into core and library
  • Issue #69: Add selective creation of non existing source directories
  • Issue #71: Add support for pre tasks
  • Issue #74: Replace classpathEntryCollector with more powerful classpathEntryTransformer
  • Issue #75: java.util.regex.PatternSyntaxException on Windows
  • Issue #77: .classpath entries for project dependencies with configurations are never generated
  • Issue #83: Generalize support for scalac settings
  • Issue #89: Duplicate external dependencies

Please see the Documentation for information about installing and using sbteclipse.

sbteclipse is an sbt plugin for creating Eclipse project definitions.

Filed under  //   Scala 2.9.1   com.typesafe.sbteclipse   sbteclipse  

sbteclipse 2.0.0-RC1

This is the 2.0.0-RC1 release candidate of sbteclipse, an sbt plugin for creating Eclipse project definitions.

sbteclipse 2.0.0 is a complete rewrite of the 1.x branch. Please notice that this is a release candidate, i.e. feature complete and only critical bugs will be fixed until the final 2.0.0 release.

The main difference as compared to sbteclipse 1.x is the ability to configure sbteclipse via settings in addition to options now. For example you can define skipParents as a setting now instead of applying it as an option every time you execute the command eclipse.

One other important change: sbteclipse 2.0.0 no longer uses different target directories. In 1.x the Eclipse project definition pointed to the .target folder by default. While this tried to avoid issues with both sbt and Eclipse working on the same files at the same time, it seemed to be confusing for users and probably overcautious.

These are the most important additional issues that were addressed:

  • Issue #34: Use relative path for local libraries
  • Issue #39: Add support for execution environments
  • Issue #51: Add support for configurations
  • Issue #59: Add settings as an alternative to command options
  • Issue #66: Add support for source attachments for lib entries again
  • Issue #67: Split into core and library
  • Issue #69: Add selective creation of non existing source directories
  • Issue #71: Add support for pre tasks
  • Issue #74: Replace classpathEntryCollector with more powerful classpathEntryTransformer
  • Issue #75: java.util.regex.PatternSyntaxException on Windows
  • Issue #77: .classpath entries for project dependencies with configurations are never generated
  • Issue #83: Generalize support for scalac settings
  • Issue #89: Duplicate external dependencies

Please see the Documentation for information about installing and using sbteclipse.

sbteclipse is an sbt plugin for creating Eclipse project definitions.

Filed under  //   Scala 2.9.1   com.typesafe.sbteclipse   sbteclipse  

sbteclipse 2.0.0-M3

This is the 2.0.0-M3 pre-release of sbteclipse, an sbt plugin for creating Eclipse project definitions.

Good news for those of you who were waiting for source attachments for lib entries: They are enabled again!

sbteclipse 2.0.0 is a complete rewrite of the 1.x branch.

The main difference is the ability to configure sbteclipse via settings in addition to options now. For example you can define skipParents as a setting now instead of applying it as an option every time you execute the command eclipse.

One other important change: sbteclipse 2.0.0 no longer uses different target directories. In 1.x the Eclipse project definition pointed to the .target folder by default. While this tried to avoid issues with both sbt and Eclipse working on the same files at the same time, it seemed to be confusing for users and probably overcautious.

These are the most important additional issues that were addressed:

  • Issue #34: Use relative path for local libraries
  • Issue #39: Add support for execution environments
  • Issue #51 : Add support for configurations
  • Issue #59: Add settings as an alternative to command options
  • Issue #66: Add support for source attachments for lib entries again
  • Issue #67: Split into core and library
  • Issue #69: Add selective creation of non existing source directories
  • Issue #71: Add support for pre tasks
  • Issue #74: Replace classpathEntryCollector with more powerful classpathEntryTransformer

Please notice that this is a pre-release and not all features are fully implemented yet, e.g. the setting for the execution environment is not yet used.

Please see the Documentation for information about installing and using sbteclipse.

sbteclipse is an sbt plugin for creating Eclipse project definitions.

Filed under  //   Scala 2.9.1   com.typesafe.sbteclipse   sbteclipse  

sbteclipse 2.0.0-M2

This is the 2.0.0-M2 pre-release of sbteclipse, an sbt plugin for creating Eclipse project definitions.

sbteclipse 2.0.0 is a complete rewrite of the 1.x branch.

The main difference is the ability to configure sbteclipse via settings in addition to options now. For example you can define skipParents as a setting now instead of applying it as an option every time you execute the command eclipse.

One other important change: sbteclipse 2.0.0 no longer uses different target directories. In 1.x the Eclipse project definition pointed to the .target folder by default. While this tried to avoid issues with both sbt and Eclipse working on the same files at the same time, it seemed to be confusing for users and probably overcautious.

These are the most important additional issues that were addressed:

  • Issue #34: Use relative path for local libraries
  • Issue #39: Add support for execution environments
  • Issue #51 : Add support for configurations
  • Issue #59: Add settings as an alternative to command options
  • Issue #67: Split into core and library
  • Issue #69: Add selective creation of non existing source directories

Please notice that this is a pre-release and not all features are fully implemented yet, e.g. the setting for the execution environment is not yet used.

Please see the Documentation for information about installing and using sbteclipse.

sbteclipse is an sbt plugin for creating Eclipse project definitions.

Filed under // Scala 2.9.1 sbteclipse com.typesafe.sbteclipse

Filed under  //   Scala 2.9.1   com.typesafe.sbteclipse   sbteclipse  

sbteclipse 2.0.0-M1

This is the 2.0.0-M1 pre-release of sbteclipse, an sbt plugin for creating Eclipse project definitions.

sbteclipse 2.0.0 is a complete rewrite of the 1.x branch.

The main difference is the ability to configure sbteclipse via settings in addition to options now. For example you can define skipParents as a setting now instead of applying it as an option every time you execute the command eclipse.

One other important change: sbteclipse 2.0.0 no longer uses different target directories. In 1.x the Eclipse project definition pointed to the .target folder by default. While this tried to avoid issues with both sbt and Eclipse working on the same files at the same time, it seemed to be confusing for users and probably overcautious.

These are the most important additional issues that were addressed:

  • Issue #34: Use relative path for local libraries
  • Issue #39: Add support for execution environments
  • Issue #59: Add settings as an alternative to command options

Please notice that this is a pre-release and not all features are fully implemented yet, e.g. the setting for the execution environment is not yet used.

Please see the Documentation for information about installing and using sbteclipse.

sbteclipse is an sbt plugin for creating Eclipse project definitions.

Filed under  //   Scala 2.9.1   com.typesafe.sbteclipse   sbteclipse