From: Michel D'H. <mic...@tr...> - 2004-05-06 12:14:27
|
I also prefer the 2nd solution. And I think that Nektarios K. Papadopoulos argument is quite convincing. If the dependencies are on other bundles, then OBR should be able to also download them, as it does for binary download. Even though it would more tricky to guess what is already available... For other dependencies, like OSGi framework location, I use this in my ANT build files: <property file="../osgi.ant.properties"/> with the associated files: Oscar.dir = P:/OSGi/Oscar/0.9.4a/ OSGi.delivery.dir = P:/OSGi/Oscar/bundle-T/ OSGi.interfaces.urls = P:/OSGi/Oscar/0.9.4a/lib/osgi.jar;P:/OSGi/Oscar/0.9.4a/lib/javax.servlet.jar;P:/OSGi/Oscar/0.9.4a/bundle/osgi-service.jar;P:/OSGi/Oscar/0.9.4a/bundle/osgi-util.jar And (last?) point to address is the bundlerepository file. How will it be updated with locally available bundles? -- Michel |