Re: debian packaging related tasks - sandboxable?

2007-05-15 Thread Steve Loughran
Kevin Jackson wrote: urgh, never ask a design student to write Java, it's a horrible sight :( probably like getting a java coder to do a web site, no? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: debian packaging related tasks - sandboxable?

2007-05-15 Thread Kevin Jackson
Kevin Jackson wrote: > urgh, never ask a > design student to write Java, it's a horrible sight :( probably like getting a java coder to do a web site, no? Indeed, imagine the code equivalent of 'programmer art' - not a pretty sight! Kev

DO NOT REPLY [Bug 42422] New: - Locator failing on Java1.4+ with a unix path containing a hostname: URI has an authority component

2007-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42422] - Locator failing on Java1.4+ with a unix path containing a hostname: URI has an authority component

2007-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42275] - running ant off a network share can cause Ant to fail

2007-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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 {

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

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 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: > >