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]

Reply via email to