Re: CSS Validator

* Chris Neale wrote:
>probably because no one appears to have explained exactly which pieces are 
>need from where on the net : )

The sources from

  http://dev.w3.org/cvsweb/2002/css-validator/

Additionally, these source files

  http://dev.w3.org/cvsweb/java/classes/org/w3c/www/mime/MimeType.java
  http://dev.w3.org/cvsweb/java/classes/org/w3c/www/mime/MimeTypeFormatException.java

Apache ant from

  http://ant.apache.org/

Something providing javax.servlet.* classes, e.g. the servlet-api.jar of

  http://jakarta.apache.org/tomcat/

In order to process XML/XHTML documents you would also need Xerces

  http://xml.apache.org/xerces-j/

And in order to run as Servlet, you need some environment like the
beforementioned Tomcat or

  http://www.w3.org/Jigsaw/

My Batch file should give a clue on additonal details

  http://lists.w3.org/Archives/Public/www-validator-css/2004Jan/att-0000/build-css-validator-snapshot.txt

You could also use the Build.xml file already provided in the CSS
Validator sources if you like its settings.

Received on Friday, 6 February 2004 19:03:36 UTC