Compile on WIndows 2000

I got latest version source of CSS Validator via CVS, and tried to compile
on Windows 2000.
 Version of JAVA is 1.4.0.
 Version of Jigsaw is 2.2.1.

 Compilation was completed, error message below was output.

 java.lang.NullPointerException
        at org.w3c.css.util.HTTPURL.getConnection(HTTPURL.java:167)
        at org.w3c.css.util.HTTPURL.getConnection(HTTPURL.java:232)
        at org.w3c.css.css.StyleSheetCom.main(StyleSheetCom.java:258)


I chaged line 258 of org.w3c.css.css.StyleSheetCom.java

from

		    URLConnection urlC = HTTPURL.getConnection(style.htmlURL, null);

to
		    URLConnection urlC = HTTPURL.getConnection(style.htmlURL, style.ac);


But I am not sure.  Then we have

java.lang.NullPointerException
        at org.w3c.css.util.HTTPURL.getConnection(HTTPURL.java:167)
        at org.w3c.css.util.HTTPURL.getConnection(HTTPURL.java:137)
        at org.w3c.css.util.HTTPURL.getConnection(HTTPURL.java:232)
        at org.w3c.css.css.StyleSheetCom.main(StyleSheetCom.java:258)

messages.

TAKAHASHI Makoto
hobbit.makoto@nifty.ne.jp
http://homepage1.nifty.com/hobbit/english/

Received on Thursday, 11 July 2002 18:13:08 UTC