I hope this thread demonstrates the utility of telling the list what you're really trying to do, rather than simply asking how to do a particular thing you can't figure out. ;-)
Wayne On 10/24/07, Roshan A. Punnoose <[EMAIL PROTECTED]> wrote: > Thanks! > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart > McCulloch > Sent: Wednesday, October 24, 2007 1:21 PM > To: Maven Users List > Subject: Re: Maven Create Path > > On 24/10/2007, Damien Lecan <[EMAIL PROTECTED]> wrote: > > > > Don't loose time doing that by hand > > > > Use this Apache Felix plugin : > > http://cwiki.apache.org/FELIX/bundle-plugin-for-maven-bnd.html > > > FYI, this is the latest, up-to-date page: > > http://felix.apache.org/site/maven-bundle-plugin-bnd.html > > look for the "Embedding Dependencies" section for some tips > if you have any questions, just email [EMAIL PROTECTED] > > HTH > > Good luck > > > > Damien > > > > 2007/10/24, Roshan A. Punnoose <[EMAIL PROTECTED]>: > > > Well I am trying to bundle an osgi bundle. And it needs a > > > Bundle-Classpath entry in the Manifest. This entry has to be a > > > comma-separated list of all the jars needed by the osgi bundle. I > have > > > these jars downloaded using the > > > maven-dependency-plugin:copy-dependencies, but I cannot seem to > figure > > > out how to get the path created. > > > > > > Roshan > > > > > > -----Original Message----- > > > From: Wayne Fay [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, October 24, 2007 10:49 AM > > > To: Maven Users List > > > Subject: Re: Maven Create Path > > > > > > What are you trying to do that Maven isn't doing/can't do for you? > > > There may be a better way to approach this from a Maven perspective. > > > > > > Wayne > > > > > > On 10/24/07, Roshan A. Punnoose <[EMAIL PROTECTED]> > > > wrote: > > > > Hi, > > > > > > > > In Ant, I was able to take a directory and create a full path > defining > > > > all the entries in that directory. For example, in directory lib, > I > > > have > > > > jars: > > > > -test1.jar > > > > -test2.jar > > > > -test3.jar. I want to be able to create a path and set it as a > > > property > > > > like: lib/test1.jar, lib/test2.jar, lib/test3.jar. > > > > > > > > Is this possible in Maven? > > > > > > > > Roshan > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Cheers, Stuart > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
