> --- Ursprüngliche Nachricht ---
> Von: Stefan Bodewig <[EMAIL PROTECTED]>
> An: dev@ant.apache.org
> Datum: Wed, 30 Nov 2005 05:57:38 +0100
> 
> On Tue, 29 Nov 2005, Dominique Devienne <[EMAIL PROTECTED]> wrote:
> 
> > Hi Stefan. I see this changes when you add new files. I recently
> > added ManifestClassPath, 

Hello,
ManifestClassPath should encode the classpaths like URIs.
The jar spec from Sun says that classpath elements in Manifests are
relative URLs.
Non Ascii chars must be % encoded.
We would need to extract from FileUtils.toURI() the bit of code which does
the encoding so that we can encode a relative path.
For instance änt (a unlaut n t) is %xx%yynt (see test case).
Cheers,
Antoine

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

Reply via email to