On 11/30/05, Dominique Devienne <[EMAIL PROTECTED]> wrote:
> > 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).
>
> Thanks Antoine. I'll look into it. I may have more questions down the
> line ;-) --DD

Actually Antoine, all <manifestclasspath> does is set an Ant property,
which is later used (dereferenced) in a <manifest>. I'd assume
<manifest> to do the proper URI encoding, no? --DD

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

Reply via email to