Hi Kevin,
There's a parallel sbt build, but I haven't used it in a while, so a
parallel maven build should be straightforward. I think that would be
good. The reason we didn't want to rely just on sbt and have a
parallel build was the dependency problem. I didn't want to have to
wait for sbt to support a new release of Scala before ScalaTest could
support it.
I want to move off of java.net, because it is very slow to navigate
the source code via web pages. I'm not sure about github or assembla.
I'll take a look at assembla and see.
Thanks.
Bill
--
Bill Venners
Artima, Inc.
http://www.artima.com
SBT build configuration, and SBT itself is based on Scala 2.7.7. It
has a small compiler interface layer to invoke the compiler which
needs to remain source compatible with the 2.8.x branch. It is
automatically recompiled as part of the build process when you update
to a new Scala version.
This layer was incompatible for a few weeks earlier this year during
the classpath changes in the compiler, but I think this is less likely
to happen in the future if is is continuously integrated through the
Scala Fresh builds.
-jason
--
You received this message because you are subscribed to the Google Groups "Scala Fresh" group.
To post to this group, send email to scala...@googlegroups.com.
To unsubscribe from this group, send email to scala-fresh...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scala-fresh?hl=en.