blob: df71d9bb7ce5d29b8b433cdc418198ef24fad4de [file] [log] [blame]
Richard S. Hall85bafab2009-07-13 13:25:46 +00001# http://sigil.codecauldron.org
2
3This example shows how to build the felix log service, using Ant/Ivy,
4instead of Maven.
5
6sigil.properties has been constructed to produce an identical bundle to the
7one produced by Maven.
8
9The Felix dependencies are obtained from an OBR index of
10http://repo1.maven.org/maven2/org/apache/felix, Maven repos can't be searched
11directly for package import dependencies.
12
131. checkout felix log code
14 $ cd felix-log
15 $ svn co http://svn.apache.org/repos/asf/felix/trunk/log
16
172. set ivy.jar location in common/build.properties
18
193. build
20 $ cd log
21 $ ant
22