Yves Martin <[EMAIL PROTECTED]> writes:

>  <pathconvert property="ant-junit-jarfile" pathSep="?">
>    <path path="${ant-junit.url}"/>
>    <mapper type="glob"
>      
> from="jar:file:*!/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.class"
>      to="*"/>
>  </pathconvert>
>
>  Have you got a way to work-around that issue with Windows ?

 Finally I lead to the conclusion 'pathconvert' is not enough powerful to
 process an URL returned by whichresource...

 Why ? Because of %20 for space and maybe many other things !

 I'm working on my own task to make it work. Maybe improvements on
 'whichresource' are needed.

 Regards,
-- 
Yves Martin


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

Reply via email to