FYI
--- Begin Message ---
I'm very pleased to say that the Spring-OSGi project is now up and
running in its new home.
We have a website: http://www.springframework.org/osgi. On this site
you'll find links to a nice readable version of the specification,
and a basic sample (http://www.springframework.org/osgi/simple-
service-sample) that shows how all the bits fit together. We also
have a JIRA issue tracker, and publicly available javadocs, source
cross-reference, test results, and code coverage reports (see links
on the website). Nightly snapshot builds are also available via our
CI server.
The project should now build standalone without the need to pre-
install any jars in your local repository. You can get the source
using this svn command:
$ svn checkout https://svn.sourceforge.net/svnroot/springframework/
spring-osgi/trunk spring-osgi
Even starting from a totally empty maven repository, you should now
be able to go into the spring-osgi folder and type
$ mvn install
and the project will build and install.
If you have an existing local repository, please use the "-U" flag
the first time round as older versions of some of the maven plugins
don't like projects with packaging "pom" nested inside projects also
with packaging "pom":
$ mvn -U install
For those with access to the old repository, this represents the
cutover point and all work will be done in the public repository from
now on.
Please note that the status of the code is "working prototype". It
will be refactored, tested, tidied, and completed over the coming
weeks to turn this into a Spring-quality deliverable for the first
release.
Thanks to everyone for their patience while we got this public
version of the project set up :- there are 52 individual maven
projects in the tree, and configuring all of those plus figuring out
how to make OSGi integration tests run smoothly both in the IDE and
as part of a maven build took quite some time! We now have a very
solid base on which to make progress.
Regards, Adrian.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Spring and OSGi" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/spring-osgi
-~----------~----~----~----~------~----~------~--~---
--- End Message ---