You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@esme.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2011/06/08 23:15:58 UTC

[jira] [Created] (ESME-349) Migrate to SBT 0.10

Migrate to SBT 0.10
-------------------

                 Key: ESME-349
                 URL: https://issues.apache.org/jira/browse/ESME-349
             Project: Enterprise Social Messaging Environment (ESME)
          Issue Type: Task
          Components: Server
    Affects Versions: 1.3
            Reporter: Vladimir Ivanov
            Assignee: Vladimir Ivanov
            Priority: Minor
             Fix For: 1.4


New version of SBT: 0.10 is out. 

Note: it's incompatible with old 0.7.x versions.

https://github.com/harrah/xsbt/wiki/Migrating-from-SBT-0.7.x-to-0.10.x

Why move to 0.10?

-Faster builds (because it is smarter at re-compiling only what it must)
-Easier configuration. For simple projects a single build.sbt file in your root directory is easier to create than project/build/MyProject.scala was.
-No more lib_managed directory, reducing disk usage and avoiding backup and version control hassles.
-update is now much faster and it's invoked automatically by sbt.
-Terser output. (Yet you can ask for more details if something goes wrong.)


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira