summaryrefslogtreecommitdiff
path: root/project/ShaResolve.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up versioning scheme.Josh Suereth2012-04-031-0/+2
| | | | SBT build should now mimic ant build for versions.
* Native SHA1 calculations.Josh Suereth2011-12-141-8/+52
| | | | | * SHA1 sum calculations are now done in pure Scala. * Cache jar SHAs are checked for validity.
* Fixes windows issues.Josh Suereth2011-12-141-1/+1
|
* Improved error output.Josh Suereth2011-12-141-2/+9
| | | | * One SHA resolve, now outputs lots of stack traces if parallel execution failure.
* Parallelize sha resolution.Josh Suereth2011-12-091-1/+1
| | | | | Retreiving STARR from SHA repo is now parallel by default. YAY for parallel collections.
* Fixed SHA resolver to only pull necessary JAR files and ignore other ↵Josh Suereth2011-12-081-1/+2
| | | | directories.
* Added local cache for project jars.Josh Suereth2011-12-081-10/+18
| | | | | | | .desired.sha1 files now resolve into a local repository before being copied into the main repo. If the local repository exists and has a file, then there is no download necessary.
* Adding SHA resolve to the SBT build so that we don't need the push/pull ↵Josh Suereth2011-12-051-0/+57
binary libs script anymore. Only pull is implemented.