[Bug 807] build.xml improvements

http://www.w3.org/Bugs/Public/show_bug.cgi?id=807


w3@cynode.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #368 is|0                           |1
           obsolete|                            |




------- Comment #2 from w3@cynode.org  2006-03-19 06:04 -------
Created an attachment (id=412)
 --> (http://www.w3.org/Bugs/Public/attachment.cgi?id=412&action=view)
Improved version of build.xml with jar target

Here is a new version of the build.xml file used to build the CSS validator.

This new version contains all the modification suggested by Ville Skyttä and
adds some more. Mainly it adds a "jar" target to build a jar file that makes it
possible to very easily use the CSS validator from the command line :
java -jar /usr/local/share/java/css-validator.jar -css2 -html /tmp/test.css

Received on Sunday, 19 March 2006 06:04:45 UTC