You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by mw...@apache.org on 2003/02/19 06:51:47 UTC

cvs commit: jakarta-log4j build.xml build.properties.sample sunCodingConvention.xml

mwomack     2003/02/18 21:51:47

  Modified:    .        build.xml build.properties.sample
  Removed:     .        sunCodingConvention.xml
  Log:
  Moved sunCodingConvention.xml to src/jalopy/log4j-coding-convention.xml and updated build script accordingly.
  Updated log4j-coding-convention to changes suggested by Jake (brought over version from sandbox).
  
  Revision  Changes    Path
  1.51      +8 -1      jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml	5 Feb 2003 11:11:12 -0000	1.50
  +++ build.xml	19 Feb 2003 05:51:47 -0000	1.51
  @@ -290,12 +290,13 @@
           <include name="*.jar" />
         </fileset>
       </path>
  +    
       <taskdef name="jalopy"
                classname="de.hunsicker.jalopy.plugin.ant.AntPlugin"
                classpathref="jalopy.path" />
       <jalopy backup="true"
               classpathref="compile.classpath"
  -            convention="${jalopy.stylesheet.location}">
  +            convention="src/jalopy/log4j-coding-convention.xml">
         <fileset refid="styled_files"/>
       </jalopy>
     </target>
  @@ -304,6 +305,12 @@
     <!-- Runs jalopy preferences editor.                                   -->
     <!-- ================================================================= -->
     <target name="editJalopyPreferences">
  +    <path id="jalopy.path">
  +      <fileset dir="${jalopy.lib}">
  +        <include name="*.jar" />
  +      </fileset>
  +    </path>
  +    
       <java classname="de.hunsicker.jalopy.swing.SettingsDialog"
             classpathref="jalopy.path"
             fork="true" />
  
  
  
  1.6       +0 -1      jakarta-log4j/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.properties.sample,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties.sample	5 Feb 2003 05:42:20 -0000	1.5
  +++ build.properties.sample	19 Feb 2003 05:51:47 -0000	1.6
  @@ -20,7 +20,6 @@
   checkstyle.jar=/java/checkstyle-2.2/checkstyle-all-2.2.jar
   
   # Jalopy OPTIONAL; required to run the jalpoy targets
  -jalopy.stylesheet.location=sunCodingConvention.xml
   jalopy.lib=d:/development/code-opensource/other/jalopy-b10/lib
   
   # jakarta-site2 module is used to transform xml files to html using
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-dev-help@jakarta.apache.org