rcl.properties
Location
The default location of rcl.properties is at the root directory of your block, next to pom.xml.
What can be configured?
Examples
- com.mycompany.app.block%classes-dir=./target/classes
- com.mycompany.app.block2%classes-dir=C:/test/block2/target/classes
Example
%classes-dir=C:/test/mylib/target/classesAll other properties are either interpreted as Cocoon properties or Spring bean properties. The differenciation is done whether the property contains a "/" character. If so, it is considered as Spring bean configurator property.
Variables interpolation and includes
As this configuration file is managed by Apache Commons Configuration you can benefit from all the features it provides. The two most important ones are variables interpolation and includes.