Skip to content

antiso/rlcvalidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

RLC Validator

Tool for validating RLC files

Build

  1. git clone https://github.com/antiso/rlcvalidator.git
  2. cd rlcvalidator/rlcvalidator
  3. mvn clean package

The result of actions above is Java JAR file in target folder: target/rlcvalidator-0.0.1-SNAPSHOT.jar You can execute it using following syntax:

java -jar rlcvalidator-0.0.1-SNAPSHOT.jar <rlcfile>

where <rlcfile> is fully qualified path to RLC file The result of validation will be in a folder where tool was launched and will contain two files: <rlcfile>.html and <rlcfile>.txt These files contains result of validation.

Tool will print help if executed without parameters.

About

RLC Validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published