[Bug 21840] New: Switch to upstream "xref"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21840

            Bug ID: 21840
           Summary: Switch to upstream "xref"
    Classification: Unclassified
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: glenn@skynav.com
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org

We have a fork of https://github.com/whatwg/xref but this is problematic
because we don't updates from other specs and we don't update the upstream xref
when CSSOM specs change. We should drop the fork and use upstream directly. I
tried to do this bug I get an error:

$ make
anolis --allow-duplicate-dfns --dump-xrefs=data/xrefs/css/cssom.json
Overview.src.html /tmp/spec; rm -f /tmp/spec
No such file or directory: 'data/xrefs/css/cssom.json'. Please create it first.
It should contain a an object with a 'url' property (whose value ends with a
'#').
anolis --output-encoding=utf-8 --omit-optional-tags --quote-attr-values \
    --w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="cssom" \
    --force-html4-id --filter=".publish" --split-references-section
--allow-duplicate-dfns Overview.src.html Overview.html
[Errno 20] Not a directory: u'data/specs.json'
make: *** [Overview.html] Error 1

I made `data` a symlink to my clone of xref. The cssom.json file does exist.
Not sure why it isn't working...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 26 April 2013 09:50:08 UTC