As far as I know, this is not possible. Your only option is to write
your own MANIFEST.MF file (with the proper order) and provide it to
Maven rather than asking Maven to generate one for you.

Wayne

On 8/20/07, programr <[EMAIL PROTECTED]> wrote:
>
> Folks,
>
> 1) I am working with a set of 3Ps from BEA that unfortunately require
> sequencing (wlclient.jar must come before weblogic.jar).  I know that's a
> whole heated issue right there, and of course, I know that is extremely bad
> practice to require that.  However, that's what I'm stuck with for now.
>
> 2) So, when I run jar:jar and create a manifest for my executable JAR, it
> doesn't seem that I have any control over the sequence in which the JARs are
> listed in the MANIFEST.MF that is put inside the executable JAR by maven.
> Can anyone point me to a way to control that so that I can set the
> sequencing needed in part 1 above?
>
> Thanks,
> Matthew McCullough
> Ambient Ideas, LLC
> [EMAIL PROTECTED]
> --
> View this message in context:
> http://www.nabble.com/Can-Classpath-sequence-be-controlled-in-JAR%3AJAR-manifest-generation--tf4300510s177.html#a12240876
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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