Re: Locator bugs

2008-01-09 Thread Stefan Bodewig
"Alia B." <[EMAIL PROTECTED]> writes: > I was trying to run ant (v1.7) via jsp but i'm getting > java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Locator > it works ok via java but not jsp, is this a configration problem or this is > a bug? The bug talked about in this thread is not re

Re: Locator bugs

2007-12-29 Thread Alia B.
t's code is correct in that case, isn't it? > > For a network share it would be file://HOSTNAME/share and I think this > is dealt with correctly. > > Stefan > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Locator bugs

2007-05-15 Thread Stefan Bodewig
On Tue, 15 May 2007, Steve Loughran <[EMAIL PROTECTED]> wrote: > Well, I've been fixing the locator class, and adding new tests (not > yet committed) > > I've fix all outstanding defects but can show a problem in which a > path with forward slashes in it gets two leading slashes cut off: > >

Re: Locator bugs

2007-05-15 Thread Steve Loughran
Kevin Jackson wrote: Hi, what to do? (a) leave as is (b) switch to our own code, change behaviour to retain the forward slashes? If we change to our own code will we 'break' anything that was expecting the old behaviour? I doubt it, but just in case, we should be careful not to break old bu

Re: Locator bugs

2007-05-15 Thread Kevin Jackson
Hi, what to do? (a) leave as is (b) switch to our own code, change behaviour to retain the forward slashes? If we change to our own code will we 'break' anything that was expecting the old behaviour? I doubt it, but just in case, we should be careful not to break old builds Kev

Locator bugs

2007-05-15 Thread Steve Loughran
Well, I've been fixing the locator class, and adding new tests (not yet committed) I've fix all outstanding defects but can show a problem in which a path with forward slashes in it gets two leading slashes cut off: public void testTripleForwardSlashNetworkURI() throws Exception {