On Sat, Apr 24, 2010 at 7:53 AM, Russel Winder <[email protected]> wrote:
> Because a Maven POM has lots of project related meta-data available, the > Felix plugin needs almost no extra input in order to create a very > detailed and useful manifest. Since Gradle has none of this extra > meta-data, the OSGi plugin needs to be manually given all the data > required. > Why does Gradle has none of this metadata (name, group, version, dependencies)? They are used by the default Gradle osgi manifest (if you don't overwrite). > Unless I have seriously misread the user manual -- which is admittedly > somewhat thin regarding the OSGi plugin. Perhaps there are some small > but useful examples somewhere showing that manual effort is not needed? > There is be an osgi sample project. - Hans -- Hans Dockter Founder, Gradle http://www.gradle.org, http://twitter.com/gradleorg CEO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz > > Thanks. > > -- > Russel. > > ============================================================================= > Dr Russel Winder t: +44 20 7585 2200 voip: > sip:[email protected] <sip%[email protected]> > 41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected] > London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder >
