This is not a Maven problem.

The classpath entry in the manifest file is platform independent, and all
paths are relative to the containing jar - you shouldn't even need the "./"
prefix.
see http://mindprod.com/jgloss/jar.html#CLASSPATH

Regards,
PC


Thalmeiner Zsolt wrote:
> 
> Using the <classpathPrefix>.\</classpathPrefix> tag I want to get ".\"
> (backslash) as prefix but the manifest file contains "./" (slash)
> prefixes. Unfortunatelly running the jar under WinXP doesn't recognizes
> paths with slashes :(
> I wrote to the list because I didn't found any information in doc pages to
> handle this problem.
> 
> Regards,
> th
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/classpath-fileseparator-problem-in-generated-manifest-file-under-winxp-tp17312374p17314180.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