Jing

A branch of Jing used by the Nu Html Checker. (Jing is a tool for validating documents against RelaxNG schemas.)

License

License

GroupId

GroupId

nu.validator
ArtifactId

ArtifactId

jing
Last Version

Last Version

20200702VNU
Release Date

Release Date

Type

Type

jar
Description

Description

Jing
A branch of Jing used by the Nu Html Checker. (Jing is a tool for validating documents against RelaxNG schemas.)
Project URL

Project URL

http://www.thaiopensource.com/relaxng/jing.html
Source Code Management

Source Code Management

https://github.com/relaxng/jing-trang/tree/validator-nu

Download jing

How to add to project

<!-- https://jarcasting.com/artifacts/nu.validator/jing/ -->
<dependency>
    <groupId>nu.validator</groupId>
    <artifactId>jing</artifactId>
    <version>20200702VNU</version>
</dependency>
// https://jarcasting.com/artifacts/nu.validator/jing/
implementation 'nu.validator:jing:20200702VNU'
// https://jarcasting.com/artifacts/nu.validator/jing/
implementation ("nu.validator:jing:20200702VNU")
'nu.validator:jing:jar:20200702VNU'
<dependency org="nu.validator" name="jing" rev="20200702VNU">
  <artifact name="jing" type="jar" />
</dependency>
@Grapes(
@Grab(group='nu.validator', module='jing', version='20200702VNU')
)
libraryDependencies += "nu.validator" % "jing" % "20200702VNU"
[nu.validator/jing "20200702VNU"]

Dependencies

compile (2)

Group / Artifact Type Version
isorelax : isorelax jar 20030108
net.sf.saxon : Saxon-HE jar 9.6.0-4

Project Modules

There are no modules declared in this project.

jing-trang

Build Status Artifact on Maven Central Javadocs

After cloning the repository, here’s how to build.

  1. Ensure you have git and JDK 8 or above installed. All other dependencies are included in the repository.

  2. Set the JAVA_HOME environment variable to point to the directory where the JDK is installed. For example:

    • export JAVA_HOME=/usr/lib/jvm/openjdk-11 ← Ubuntu, etc.

    • export JAVA_HOME=$(/usr/libexec/java_home) ← macOS

    • set JAVA_HOME=C:\Program Files\Java\jdk-11 ← Windows

  3. Clone the repository

    git clone https://github.com/relaxng/jing-trang.git`
  4. Change your working directory to be the jing-trang directory (that is, the directory containing this file).

  5. Run the ant script included in the repository. On Linux, use the command ./ant. On Windows, use .\ant. That runs the version of ant included in the repository. When the ant script completes, you should find jing.jar and trang.jar files in the build subdirectory. You can also tell the ant script to build the test target, which will build the jars and then run some tests. On Linux, use the command ./ant test. On Windows, use .\ant test.

nu.validator

RELAX NG

Versions

Version
20200702VNU
20190429VNU
20180722VNU
20171006VNU
20150629VNU
20130806VNU