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 project dependencies example: |
| 4 | http://ant.apache.org/ivy/history/latest-milestone/tutorial/dependence.html |
| 5 | |
| 6 | Dependencies are resolved using an OBR index for the Spring repository, |
| 7 | hosted at sigil.codecauldron.org. |
| 8 | |
| 9 | 1. set ivy.jar location in settings/build.properties |
| 10 | |
| 11 | 2. build dependee |
| 12 | $ cd dependee |
| 13 | $ ant jar |
| 14 | $ ant publish |
| 15 | |
| 16 | 3. build depender |
| 17 | $ cd ../depender |
| 18 | $ ant |
| 19 | |