jstrachan    02/05/21 05:04:18

  Modified:    jelly    project.properties
  Log:
  Updated the build to try remove some of the less important check style errors to try 
highlight the most important errors. Also using Sun rather than Turbine curly bracket 
notations
  
  Revision  Changes    Path
  1.2       +17 -0     jakarta-commons-sandbox/jelly/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties        21 May 2002 08:01:31 -0000      1.1
  +++ project.properties        21 May 2002 12:04:18 -0000      1.2
  @@ -8,3 +8,20 @@
   
   maven.jarResources.basedir=${basedir}/src/java
    
  +
  +# use Sun coding standards
  +
  +maven.checkstyle.lcurly.type = eol
  +maven.checkstyle.lcurly.method = eol
  +maven.checkstyle.lcurly.other = eol
  +#maven.checkstyle.header.file = src/conf/checkstyle-LICENSE.txt
  +maven.checkstyle.header.ignore.line = 1,2,3,4,5,6
  +maven.checkstyle.const.pattern = ^[a-z][a-zA-Z0-9]*$
  +
  +# disable these non-critical errors to highlight
  +# more important ones line missing javadoc
  +
  +maven.checkstyle.max.line.len = 100
  +maven.checkstyle.ignore.whitespace = true
  +maven.checkstyle.ignore.public.in.interface = true
  +
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to