no, i copy/pasted the Class-Path bit from my maven-jar-plugin generated
MANIFEST.MF and it is a multi-liner. it follows the 72 bytes block. all
lines have maximum 72 bytes length and each newline starts with a white
space.

maybe this seems more to be a java as a maven-jar-plugin issue. i am using
jre1.6.0_02. will investigate further...


[EMAIL PROTECTED] wrote:
> 
> If this is all on one line, then that is a violation of the java
> Manifest-file specification.
> 
> See:
> http://java.sun.com/javase/6/docs/technotes/guides/jar/jar.html#Manifest%20Specification
> 
> 
> 
>>  * Line length:
>>     No line may be longer than 72 bytes (not characters), in its
>> UTF8-encoded form.
>>     If a value would make the initial line longer than this, it should
>> be continued on
>>     extra lines (each starting with a single SPACE).
>> 
> 


-----
manuel aldana
aldana((at))gmx.de
software-engineering blog: http://www.aldana-online.de
-- 
View this message in context: 
http://www.nabble.com/classpath-entries-in-maven-archiver-generated-MANIFEST.MF-cannot-be-referenced-tp17229567p17230602.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to