users@glassfish.java.net

Re: GF ignores with wrapped Class-Path entries in manifest.mf

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Fri, 19 Sep 2008 15:35:14 -0700

glassfish_at_javadesktop.org wrote:
> Hi,
>
> I've a manifest.mf in a WAR file located in a ear file. The manifest.mf has classpath entries that are split into two line as the line exceeds 72 char limit. (This is being done by ANT). Glassfish is failing to recognize the entries in the second line.
Does the second line start with a blank char (mf format specification?).
Blank char is the indication that it is a continuation of the previous
line...So 80s style:-)


> When I manually edit the manifest file and keep all the entries in a single line, glassfish seems to be picking the entries. Is this some bug in GF?
>
I would think first it is a bug in your manifest format.
Ludo
> Tx
> Suneel
> [Message sent by forum member 'suneelgv' (suneelgv)]
>
> http://forums.java.net/jive/thread.jspa?messageID=300463
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>