Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 715 Bytes

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.