On 5/5/05, Ilyevsky, Leonid (Equity Trading) <[EMAIL PROTECTED]> wrote:
> I assume I have to wait for the next alpha release to get your fix. For
> the time being I am using <manifestFile> feature.

Correct.

> The classpath generated by maven will have
> "commons-collections-3.1.jar", but it should have
> "../../../commons-collections/commons-collections/3.1/commons-collection
> s-3.1.jar".
> 
> Then I really can run my jar file out of repository.

That's not very portable if you want to move the JAR around, though.

> 
> Any thoughts?

I think that the Classpath: manifest entry is not very useful :)

You might like to try the "jar-with-dependencies" assembly that simply
folds all of the JARs into one. Or zip all the dependencies up in one
directory. We are looking into more sophisticated ways of building
distributables along these lines.

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to