Description

This page is in construction

Usually, the rb checker uses the org.ktc.rb.check.FileChecker class.

In order to do your own check on properties files, extends this class. To use it, specify the filechecker attribute in the rbchecker ant task.

WARNING: your class must be in the classpath used by the rbchecker taskdef or in the classpath of the rbchecker task.

Example:

    <taskdef resource="org/ktc/rbutils/rbutilsTasks.properties">
        <pathelement location="/path/to/rbutils-all-0.13.jar"/>
        <pathelement location="/path/to/your/filechecker"/>
        <pathelement location="/path/to/your/rb"/>
    </taskdef>

TODO

why...

links in the rb checker page + only used in the ant task