new build options for CSS validator

Hi,

I have added a new build option for the CSS validator in CVS. It seems that
you can not have anonymous access to the W3C CVS repository at the moment,
so you may have to wait to try this.

What I have added is an ant war and an ant clean task for the building
process of the CSS validator. The 'ant clean' command will remove your
compiled sources and .war file. The 'ant war' task will first compile the
validator sources and then creates a WAR archive that will run under most
application servers. I have tested it under Tomcat 4.1.27 with Ant 1.5.1 and
java 1.4.1_05.

To enable this in CVS there is also a quite rudimentary web.xml deployment
descriptor for the validator which is at least sufficient to run the
validator.

If you are not familiar with ant: http://jakarta.apache.org/ant/.
http://jakarta.apache.org/tomcat/ will provide you with docs and downloads
for Tomcat, an open source servlet container.

Regards,
Sijtsche

Received on Sunday, 30 May 2004 16:02:47 UTC