Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | # http://sigil.codecauldron.org |
| 2 | |
| 3 | This example is based on the Ivy Tutorial multi-project example: |
| 4 | http://ant.apache.org/ivy/history/latest-milestone/tutorial/multiproject.html |
| 5 | |
| 6 | Dependencies are resolved using an OBR index for the Spring repository, |
| 7 | hosted at sigil.codecauldron.org. |
| 8 | |
| 9 | projects/sigil-defaults.properties specifies default package version ranges, |
| 10 | which are inherited by the -imports in sigil.properties. |
| 11 | |
| 12 | 1. set ivy.jar location in common/build.properties |
| 13 | |
| 14 | 2. test build order (determined automatically from the dependencies) |
| 15 | $ ant order |
| 16 | |
| 17 | 3. build |
| 18 | $ ant publish |
| 19 | |