Tool for validating RLC files
git clone https://github.com/antiso/rlcvalidator.git
cd rlcvalidator/rlcvalidator
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.