Re: Problems running CWM tests locally

Dan Connolly <connolly@w3.org> wrote:

>> After using the spiffy new CVS server (Thanks!) I decided to try and run the
>> cwm tests locally. I ended up with a whole bunch of fails that looked like
>> this:
>> 
>> -    xmlns:t="file:/cygdrive/c/devel/WWW/2000/10/swap/test/test#">
>> +    xmlns:t="file:/Users/aaronsw/Projects/cwm/swap/test/test#">
>> 
>> Looks like a good place for relative URIs to me.
> 
> But then it won't work with the XSLT tools cuz
> they don't grok relative URI references in namespace
> declarations. Sigh.

Then can we just move them to W3.org-space?

diff -r1.5 daml-ex.n3
10,11c10,11
<      @prefix : <#> .
<      @prefix ex: <#> .
---
>      @prefix : <http://www.w3.org/2000/10/swap/test/daml-ex#> .
>      @prefix ex: <http://www.w3.org/2000/10/swap/test/daml-ex#> .


-- 
[ "Aaron Swartz" ; <mailto:me@aaronsw.com> ; <http://www.aaronsw.com> ]

Received on Sunday, 27 May 2001 13:49:08 UTC