Trying to add suppressions.xml to my checkstyle. However I am not able to pick the Workspace-Path to my suppressions.xml File.
<module name="SuppressionFiler">
<property name="file" value="${workspace_loc}/com.test.checkstyle/conf/suppressions.xml"/>
</module>
I always get an Error with:
Error running builder 'Checkstyle Builder' on project 'Checkstyle_Test'. unable to parse configuration stream - Property ${workspace_loc} has not been set.
I also don't have access to ${buildir}.
How can I find out the workspace-project directory?
Edit: I am finding the suppressions.xml, if I type in the total path.
${config_loc}/suppressions.xml.${config_loc}is a variable of Eclipse and it will refer to the same directory where thecheckstyle.xmlis present.