You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by pr...@apache.org on 2002/07/15 17:54:19 UTC

cvs commit: jakarta-avalon-phoenix ant.properties.sample build.xml

proyal      2002/07/15 08:54:19

  Modified:    .        ant.properties.sample build.xml
  Log:
  Remove checkstyle bits from ant.properties.sample since
  they don't work. Update instructions in build.xml
  
  Revision  Changes    Path
  1.12      +1 -6      jakarta-avalon-phoenix/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/ant.properties.sample,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ant.properties.sample	30 Jun 2002 17:46:00 -0000	1.11
  +++ ant.properties.sample	15 Jul 2002 15:54:19 -0000	1.12
  @@ -49,11 +49,6 @@
   mx4j.jar=${mx4j.lib}/mx4j-jmx.jar
   mx4j-tools.jar=${mx4j.lib}/mx4j-tools.jar
   
  -# ----- Checkstyle, version 2.1 or later -----
  -checkstyle.home=${base.path}/checkstyle-2.1
  -checkstyle.lib=${checkstyle.home}
  -checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
  -
   # ----- Javac tools.jar -----
   # The path to tools.jar, required for building the docs. Most people won't need
   # to set this, unless $JRE_HOME is not equal to $JAVA_HOME/jre. For example, on
  
  
  
  1.142     +1 -1      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -r1.141 -r1.142
  --- build.xml	13 Jul 2002 20:02:50 -0000	1.141
  +++ build.xml	15 Jul 2002 15:54:19 -0000	1.142
  @@ -72,7 +72,6 @@
           <pathelement location="${wrapper.jar}"/>
           <pathelement path="${mx4j.jar}"/>
           <pathelement path="${mx4j-tools.jar}"/>
  -        <pathelement path="${checkstyle.jar}" />
           <pathelement path="${java.class.path}" />
   
           <fileset dir="${lib.dir}">
  @@ -265,6 +264,7 @@
   
           <!-- this invocation of checkstyle requires that checkstyle be downloaded and setup -->
           <!-- thats why you are required to define do.checkstyle property to generate the report -->
  +        <!-- To setup, place checkstyle-##-all.jar in your ANT_HOME/lib directory -->
           <taskdef name="checkstyle"
               classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
               <classpath refid="project.class.path"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>