You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Simon Pepping <sp...@leverkruid.nl> on 2005/12/09 14:23:30 UTC

path of checkstyle.header

In checkstyle-4.0.xml I need to set

      <property name="headerFile" value="${samedir}/checkstyle.header"/>

instead of

      <property name="headerFile" value="checkstyle.header"/>

to get the Eclipse Checkstyle plugin to find the header. Do I do
something wrong, or can I safely commit this change?

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.nl


Re: path of checkstyle.header

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
I haven't found anything about ${samedir}, but if the same also works
from the Ant build then yes, it should work.

On 09.12.2005 14:23:30 Simon Pepping wrote:
> In checkstyle-4.0.xml I need to set
> 
>       <property name="headerFile" value="${samedir}/checkstyle.header"/>
> 
> instead of
> 
>       <property name="headerFile" value="checkstyle.header"/>
> 
> to get the Eclipse Checkstyle plugin to find the header. Do I do
> something wrong, or can I safely commit this change?
> 
> Simon
> 
> -- 
> Simon Pepping
> home page: http://www.leverkruid.nl



Jeremias Maerki