From: Richard S. H. <he...@un...> - 2004-05-06 13:38:17
|
Michel D'Hooge wrote: > 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"/> But how would this work for embedded libraries that are not part of bundlized. For example, the new version of OBR will embed kXML for private use. Thus, people will not be able to compile OBR unless they go out and find a version (the right version) of kXML. I agree with that we could probably use a property for osgi.jar... -> richard > |