Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 573 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 573 Bytes

Building

The CSS Validator is built using the Apache Ant build tool.

The following commands are available:

  • ant build – Builds the validator.
  • ant jigsaw – Builds the validator for Jigsaw.
  • ant javadoc – Generates JavaDoc API documentation HTML files.
  • ant jar – Generates a JAR file.
  • ant war – Generates a WAR file.
  • ant prepare – Downloads dependencies. It's not normally necessary to explicitly run this task.
  • ant clean – Deletes all generated files.