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