Re: Using Github for HTTP2

On 2013-02-10 08:46, William Chan (陈智昌) wrote:
> OK, I'm a newb at this stuff. Halp? :)
>
> willchan-macbookair:http2-spec willchan$ make -e draft-ietf-httpbis-http2.html
> java -classpath ~/java/saxonb8-9-0-4j/saxon8.jar
> net.sf.saxon.Transform -novw -l draft-ietf-httpbis-http2.xml
> lib/myxml2rfc.xslt > draft-ietf-httpbis-http2.html
> Error at xsl:import on line 4 of
> file:/Users/willchan/src/github/willchan_chromium/http2-spec/lib/myxml2rfc.xslt:
>    XTSE0165: java.io.FileNotFoundException:
>    /Users/willchan/src/github/willchan_chromium/http2-spec/rfc2629xslt/rfc2629.xslt
> (No such
>    file or directory)
> Failed to compile stylesheet. 1 error detected.
> make: *** [draft-ietf-httpbis-http2.html] Error 2
> willchan-macbookair:http2-spec willchan$ ls
> Makefile README.md SUBMITTING.md draft-ietf-httpbis-http2.html
> draft-ietf-httpbis-http2.xml lib
> willchan-macbookair:http2-spec willchan$ ls lib
> clean-for-DTD.xslt myxml2rfc.xslt rfc2629.xslt

Seems that github doesn't have all the files you need. See 
<https://svn.tools.ietf.org/svn/wg/httpbis>.

Best regards, Julian

Received on Sunday, 10 February 2013 09:43:02 UTC