- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 16 May 2007 09:50:40 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4560
Summary: [build] package html.parser does not exist
Product: CSSValidator
Version: CSS Validator
Platform: Other
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Parser
AssignedTo: dave.null@w3.org
ReportedBy: abeltje@cpan.org
QAContact: www-validator-cvs@w3.org
I'm trying to build the css-validator classes on an Ubutu (edgy) box with the
sun 1.5 jdk (packaged for ubuntu) and get a number of compile errors:
[javac]
/home/abeltje/develop/w3c-css/css-validator/html/tags/BaseTag.java:17: package
html.parser does not exist
[javac] import html.parser.*;
[javac] ^
[javac] /home/abeltje/develop/w3c-css/css-validator/html/tags/Flow.java:7:
package html.tree does not exist
[javac] import html.tree.*;
[javac] ^
[javac]
/home/abeltje/develop/w3c-css/css-validator/html/tags/HtmlTree.java:8: package
html.parser does not exist
[javac] import html.parser.Attributes;
[javac] ^
... lots more follow.
~$ PATH=/usr/lib/jvm/java-1.5.0-sun/bin:$PATH javac -version
javac 1.5.0_08
The weird thing is, that is works on OS X (10.4) with:
~$ javac -version
javac 1.5.0_07
Installing the OS X compiled classes on the Linux box sort of works, except for
the case where one sends the uri of a html-page, then I get:
Servlet has thrown exception:javax.servlet.ServletException: Timed out
HTH,
-- Abe.
Received on Wednesday, 16 May 2007 09:50:42 UTC