Stefan Bodewig wrote:
>On Tue, 21 Mar 2006, <kevj@apache.org> wrote:
>
>
>
>>URL: http://svn.apache.org/viewcvs?rev=387396&view=rev
>>Log:
>>remove deprecated code
>>
>>
>
>
>
>>- urls[0] = location.toURL();
>>+ urls[0] = location.toURI().toURL();
>>
>>
>
>Sorry, -1, this makes Ant require JDK 1.4 both at compile and
>runtime.
>
>
Damn! Sorry, not depracted enough - I'll change it back this afternoon
Kev
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|