-filter in cwm.py,v 1.149

When running
cwm http://eulersharp.sourceforge.net/2004/04test/danP.n3 -think \
-filter=http://eulersharp.sourceforge.net/2004/04test/danC.n3
the result is

[[[[[
#Processed by Id: cwm.py,v 1.148 2004/03/21 04:24:32 timbl Exp 
        #    using base 
http://eulersharp.sourceforge.net/2004/04test/danP.n3
 
#  Notation3 generation by
#       notation3.py,v 1.153 2004/03/21 04:24:35 timbl Exp

#   Base was: http://eulersharp.sourceforge.net/2004/04test/danP.n3
     @prefix : <danP#> .
 
      ( "Boston" 
        42.19 
        -71.05  )
         a :Result .
      ( "Cambridge" 
        42.30 
        -71.10  )
         a :Result .
 
#ENDS
]]]]]

which is fine (*) i.e. for an older cwm.py,v 1.148
but for cwm.py,v 1.149 2004/05/12 we get

[[[[[
#Processed by Id: cwm.py,v 1.149 2004/05/12 01:27:06 timbl Exp 
        #    using base file:/sfcvs/2004/04test/
           cwm: Unknown option: -filter 
]]]]]

What 


-- 
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

(*) at least that's what I also find when running
Euler --nope --think http://eulersharp.sourceforge.net/2004/04test/danP \
http://eulersharp.sourceforge.net/2004/04test/danC

and now I understand what Tim suggested namely that
we should use the filter as query...

Received on Friday, 14 May 2004 21:35:53 UTC