aboutsummaryrefslogtreecommitdiff
path: root/project/SparkBuild.scala
Commit message (Collapse)AuthorAgeFilesLines
* Use scalatest and scalacheck compiled against Scala 2.9.1.Ismael Juma2011-09-261-2/+2
|
* Upgrade to Scala 2.9.1.Ismael Juma2011-08-311-1/+1
| | | | | | | | | Interestingly, the version in Maven is 2.9.1, but SBT outputs file to the 2.9.1.final directory inside target. A couple of small changes in SparkIMain were also required. All tests pass and ./spark-shell launches successfully.
* Only include JAR files in lib in the unmanaged classpath.Matei Zaharia2011-08-291-1/+1
|
* Use the new SBT 0.10 assembly plugin instead of the DepJar code we had.Matei Zaharia2011-08-291-4/+4
|
* Fix issue #69: Enable -optimize in the buildIsmael Juma2011-08-021-1/+1
|
* Add note about why we can't enable -deprecation switch.Ismael Juma2011-08-021-1/+1
|
* Merge branch 'scala-2.9'Matei Zaharia2011-08-011-0/+1
|\
| * Add publishTo configuration that publishes to target directory.Ismael Juma2011-07-311-0/+1
| | | | | | | | | | Until Spark is available in a Maven repository, this makes it easy to deploy to e.g. GitHub pages by copying target/maven to the repository.
* | Merge branch 'scala-2.9'Matei Zaharia2011-08-011-1/+3
|/ | | | | Conflicts: project/build/SparkProject.scala
* Add and configure junit_xml_listener as a replacement for XmlTestReport.Ismael Juma2011-07-211-25/+1
|
* Introduce DepJarPlugin based on AssemblyPlugin and use it in SparkBuild.Ismael Juma2011-07-181-34/+8
|
* Update test dependencies.Ismael Juma2011-07-181-2/+2
|
* Fix copy & paste error in version.Ismael Juma2011-07-181-1/+1
|
* Initial work on converting build to SBT 0.10.1Ismael Juma2011-07-151-0/+101