sbt/project
Mark Harrah e83038bed4 Fix issue with JLine dependency.
The reported issue was a JLine class not being found on sbt startup.

JLine was depended on in the sbt build in two places, one with an extra
attribute (component) and one without.  The retrieve pattern used by the
launcher includes that extra attribute.  Previously, the dependency
without the attribute was selected and jline properly ended up on the sbt
classpath.  Now, either by bumping JLine to 2.11 or some other
insignificant change, jline ends up in a subdirectory for the component
and doesn't get on the classpath.

(The move in 0.10 away from retrieving based on patterns and
using things directly from the cache was good, but this can't be
used in the launcher until a hash-based artifact is used so that
sbt+Scala jars aren't deleted or overwritten while sbt runs.)

A secondary issue was that the compiler-interface-src artifact didn't have
a configuration and was therefore not included in the published artifacts.
2013-06-03 22:49:48 -04:00
..
Docs.scala -Ymacro-no-expand for API docs 2013-02-13 08:13:50 -05:00
Proguard.scala remove JLine from the launcher 2013-02-26 09:27:56 -05:00
Release.scala switch dispatch to dispatch.classic to avoid collisions with plugins which use newer versions of dispatch (0.9+) 2013-02-19 08:54:56 -05:00
Sbt.scala Fix issue with JLine dependency. 2013-06-03 22:49:48 -04:00
Status.scala stamp-version should fail if current version is a release 2013-06-03 10:36:21 -04:00
Sxr.scala -Ymacro-no-expand for API docs 2013-02-13 08:13:50 -05:00
Transform.scala support binary version in launcher 2013-01-29 16:55:13 -05:00
Util.scala preparation for 0.13.0-Beta1 2013-06-01 10:56:30 -04:00
build.properties preparation for 0.13.0-Beta1 2013-06-01 10:56:30 -04:00
p.sbt switch dispatch to dispatch.classic to avoid collisions with plugins which use newer versions of dispatch (0.9+) 2013-02-19 08:54:56 -05:00