That probably won't work on windows. Windows uses only one slash in 
file urls. Maybe you can use the File.toURL() method? That way, the url 
should be ok for all platforms.

Aslak

----- Original Message -----
From: Stefan Bodewig <[EMAIL PROTECTED]>
Date: Monday, February 19, 2001 1:25 pm
Subject: Re: Automated execution of run-tests via gump

> Sam Ruby <[EMAIL PROTECTED]> wrote:
> 
> > Wouldn't chaing the url to "file:///README" achieve the desired
> > result?
> 
> Probably, yes. Never thought about using file-URLs in get.
> 
> Should probably be something like "file://${basedir}/build.xml" or
> similar for test6 where we need an existing URL. I can do some tests
> here, but I've no idea whether this would work on Windows.
> 
> Stefan
> 
> -------------------------------------------------------------------
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

Reply via email to