<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>264</bug_id>
          
          <creation_ts>2003-07-08 05:23:30 +0000</creation_ts>
          <short_desc>Can&apos;t build css-validator</short_desc>
          <delta_ts>2004-01-24 01:13:50 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>Other</component>
          <version>CSS Validator</version>
          <rep_platform>All</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Uzi Landsmann">uzi</reporter>
          <assigned_to name="Philippe Le Hegaret">plh</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>628</commentid>
    <comment_count>0</comment_count>
    <who name="Uzi Landsmann">uzi</who>
    <bug_when>2003-07-08 05:23:30 +0000</bug_when>
    <thetext>I was trying to build the css-validator using ant, but got an error message 
showing that an import statement is missing. When I added the import 
statement, everything worked.

The file without the import statement was: StyleSheetCom.java
in: 2002\css-validator\org\w3c\css\css

and the missing statement was: 
import javax.servlet.http.HttpServletResponse;
(required by the statement at row 267)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>634</commentid>
    <comment_count>1</comment_count>
    <who name="Sijtsche Smeman">sijtschesmeman</who>
    <bug_when>2003-07-11 10:22:21 +0000</bug_when>
    <thetext>Wrong bugfix was done only removing the import, but a useless call to 
HttpServletResponse was remaining. Fixed now by Sijtsche</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1243</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Neale">w3cBugs</who>
    <bug_when>2004-01-23 20:13:50 +0000</bug_when>
    <thetext>Mandrake Linux 9.2 / j2sdk1.4.1

ant build :

[1022 cdn@emperor css-validator]$ /home3/ant/bin/ant build
Buildfile: build.xml

build:
    [javac] Compiling 816 source files to
/home0/cdn/2002/css-validator/css-validator
    [javac]
/home0/cdn/2002/css-validator/org/w3c/css/css/XMLStyleSheetHandler.java:44:
package org.w3c.www.mime does not exist
    [javac] import org.w3c.www.mime.MimeType;
    [javac]                         ^
    [javac]
/home0/cdn/2002/css-validator/org/w3c/css/servlet/CssValidator.java:28: package
javax.servlet does not exist
    [javac] import javax.servlet.ServletException;
    [javac]                      ^

or I get

2002/css-validator

[1031 cdn@emperor css-validator]$ java org.w3c.css.css.StyleSheetCom
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError:
org/w3c/css/css/StyleSheetCom
/</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>