blob: 09ecfa81dad5d1cd75c7078b1d1ac7d5731e7e8a [file] [log] [blame]
Richard S. Hall85bafab2009-07-13 13:25:46 +00001# http://sigil.codecauldron.org
2
3This example is based on the Ivy Tutorial project dependencies example:
4http://ant.apache.org/ivy/history/latest-milestone/tutorial/dependence.html
5
6Dependencies are resolved using an OBR index for the Spring repository,
7hosted at sigil.codecauldron.org.
8
91. set ivy.jar location in settings/build.properties
10
112. build dependee
12$ cd dependee
13$ ant jar
14$ ant publish
15
163. build depender
17$ cd ../depender
18$ ant
19