Hello everyone,
I made an Ant script for building the tutorial examples shown here :
http://cwiki.apache.org/FELIX/apache-felix-osgi-tutorial.html
Its way easier to get going given all the dependencies.
Please advise if its of interest for the upcoming release so I can
upload it somewhere.
BTW, with the exception of one/two syntax typos in all the tutorial
examples, I also noticed a missing dependency
"org.osgi.util.tracker.ServiceTracker" (in Example 5), which is not
included in the distribution jar felix.jar. I even browsed through the
1.0RC source tree but didn't even see an org.osgi.util. package , will
this make it in to a final/next release ? ( I ended up getting the
class from the osgi.jar in the Eclipse distro,btw)