Commit Graph

129 Commits

Author SHA1 Message Date
Mark Harrah d08517f57d better choice of global lock file 2010-02-14 23:22:45 -05:00
Mark Harrah e0579ad5a8 Remove extra whitespace in pom output 2010-02-14 20:24:33 -05:00
Mark Harrah 32482aac15 legal cleanup 2010-02-07 23:45:19 -05:00
Mark Harrah c70896febe document some methods on Resolver 2010-02-06 19:23:06 -05:00
Mark Harrah f5e9b99677 Throw a custom exception when there is an Ivy resolve error 2010-02-06 17:43:14 -05:00
Mark Harrah 5c37531d23 Add artifacts provided in EmptyConfiguration 2010-02-06 14:20:51 -05:00
Mark Harrah aeb51e1d6c Fix 'unknown resolver' errors in normal projects 2010-02-06 14:14:49 -05:00
Mark Harrah 1cc75faeba * Basic support for writing repositories to the pom in make-pom.
* Pretty-print pom in make-pom
2010-01-30 10:46:47 -05:00
Mark Harrah c021eac274 Use custom pom generation instead of Ivy's built-in generation in order to support extra information like licenses. 2010-01-29 20:31:07 -05:00
Mark Harrah 463f765274 Fix clean-cache 2010-01-29 20:29:55 -05:00
Mark Harrah 04346217e8 Use a machine-global lock on Ivy because caches are not safe for concurrent access 2010-01-28 19:31:04 -05:00
Mark Harrah b85d3df26f fix compiler error in 'ivy' 2010-01-26 22:35:59 -05:00
Mark Harrah 088ea15754 Ignore 'unknown resolver' errors, work with published version of SBinary, work towards fixing OOME:PermGen issues on reload 2010-01-26 18:41:03 -05:00
Mark Harrah 9f9cbd55c7 Replace Ivy interface with the component from xsbt 2010-01-15 19:05:23 -05:00
Mark Harrah 699f171d62 compile fixes 2010-01-10 21:06:00 -05:00
Mark Harrah dc66cec624 Fixes for Ivy interface component 2010-01-10 16:47:38 -05:00
Mark Harrah 8325c28bb2 Fix issue where compiler interface was poorly cached 2009-11-09 22:02:53 -05:00
Mark Harrah 94b8fb5a19 Fix global lock implementation for ComponentManager 2009-10-14 18:05:53 -04:00
Mark Harrah a33bb71f50 Only write 'info' tag if user has not provided one. 2009-10-11 15:43:42 -04:00
Mark Harrah ec61fa3df0 Synchronize caches 2009-10-10 22:01:03 -04:00
Mark Harrah ac02123ace Additions to help the sbt/xsbt combination 2009-10-09 19:12:14 -04:00
Mark Harrah e08e1d2dac Include latest updates from sbt Ivy support 2009-10-01 22:56:23 -04:00
Mark Harrah abd06a17c5 Turned sbt launcher into a general Scala application launcher as described in launch.specification 2009-09-27 14:39:26 -04:00
Mark Harrah b6b7fe2f9b Updates to Ivy component and getting launcher component working. 2009-09-08 23:13:30 -04:00
Mark Harrah 1fedab85be Filling in logging and making cross-compile work. 2009-09-05 12:19:34 -04:00
Mark Harrah 2acaa0ad25 Tests and fixes for component manager and cache interface. 2009-08-20 00:02:06 -04:00
Mark Harrah 3c68c20030 Setup interface project for testing 2009-08-18 00:51:08 -04:00
Mark Harrah 43a299bc3f Initial xsbt commit 2009-08-16 14:29:08 -04:00
dmharrah c0bcaef582 * Removed build scripts and manual dependencies
* useDefaultConfigurations supersedes useMavenConfigurations and is now true by default
 * Moved installer-plugin to its own independent project as an sbt plugin
 * bumped version for 0.5 release
 * Updated project excludes for plugins
 * Specifying the explicit URL for dependency now infers the extension and type from the URL
 * Can load credentials from a properties file instead of adding them inline
 * Added help for '+'
 * Added method configurationPath to get the path to the directory containing dependencies downloaded for a Configuration
 * managedStyle = ManagedStyle.Maven by default now



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@813 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-06-26 01:26:06 +00:00