Does the plug-in support everything the ANT task does. Two things I'm interested in are:
1) Suppression Filters
2) Property Expansion values. For example:
<property name="severity" value="${checkstyle.javadoc.severity}" default="error"/>
The purpose is so projects that are happy with the default can simply use that configuration file as is, but individual projects with special needs have the fexibility to adjust a few settings. If this is possible, how does one specify the property value in Eclipse?
Thanks,
JOHN
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does the plug-in support everything the ANT task does. Two things I'm interested in are:
1) Suppression Filters
2) Property Expansion values. For example:
<property name="severity" value="${checkstyle.javadoc.severity}" default="error"/>
The purpose is so projects that are happy with the default can simply use that configuration file as is, but individual projects with special needs have the fexibility to adjust a few settings. If this is possible, how does one specify the property value in Eclipse?
Thanks,
JOHN