Hi Daniel,
On 7/17/07, Daniel Rubio (OSGI Mailing List) <[EMAIL PROTECTED]> wrote:
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.
Interesting. Thanks :-)
Please advise if its of interest for the upcoming release so I can
upload it somewhere.
No. We are not going to release the tutorials right now. The release
will be only the core and it's direct dependencies. However, that
doesn't mean you shouldn't upload it somewhere.
It probably is best if you create a JIRA for it and attach your work.
That way we can look at it and pick it up if there are no objections.
BTW, with the exception of one/two syntax typos in all the tutorial
examples,
Feel free to comment on the wiki or post the typos here -- then we can
fix them...
I also noticed a missing dependency
"org.osgi.util.tracker.ServiceTracker" (in Example 5), which is not
included in the distribution jar felix.jar.
It should be in the main/bin/felix.jar generated by the current trunk.
Additionally, we just changed the trunk yesterday, so the framework
includes the ServiceTracker now too.
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 ?
Yes, it will be part of framework and the main/bin/felix.jar which we
are going to release soonish.
( I ended up getting the class from the osgi.jar in the Eclipse distro,btw)
That is specific to you I guess because you are not using the maven
build system. The ServiceTracker is part of the org.osgi.compendium
subproject and used to be sucked into the main/bin/felix.jar as part
of the main subproject build. That has changed and it is part of the
framework subproject now.
regards,
Karl
--
Karl Pauls
[EMAIL PROTECTED]