path of checkstyle.header

2005-12-09 Thread Simon Pepping
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

2005-12-09 Thread Jeremias Maerki
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