mwomack 2003/02/18 21:43:04 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. Revision Changes Path 1.4 +14 -11 jakarta-log4j-sandbox/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j-sandbox/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.xml 18 Feb 2003 15:50:19 -0000 1.3 +++ build.xml 19 Feb 2003 05:43:04 -0000 1.4 @@ -121,26 +121,23 @@ <include name="**/selector/*.java"/> <include name="**/servlet/*.java"/> </fileset> - - <!-- ================================================================= --> - <!-- Construct Jalopy classpath --> - <!-- ================================================================= --> - <path id="jalopy.path"> - <fileset dir="${jalopy.lib}"> - <include name="*.jar" /> - </fileset> - </path> - + <!-- ================================================================= --> <!-- Runs jalopy. Available from http://jalopy.sourceforge.net --> <!-- ================================================================= --> <target name="runJalopy" depends="init"> + <path id="jalopy.path"> + <fileset dir="${jalopy.lib}"> + <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> @@ -149,6 +146,12 @@ <!-- Runs jalopy preferences editor. --> <!-- ================================================================= --> <target name="editJalopyPreferences" depends="init"> + <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.3 +0 -1 jakarta-log4j-sandbox/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-log4j-sandbox/build.properties.sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.properties.sample 8 Feb 2003 07:55:35 -0000 1.2 +++ build.properties.sample 19 Feb 2003 05:43:04 -0000 1.3 @@ -14,6 +14,5 @@ checkstyle.jar=d:/development/code-opensource/other/checkstyle-2.4/checkstyle-all-2.4.jar # Jalopy OPTIONAL; required to run the jalpoy targets -jalopy.stylesheet.location=sunCodingConvention.xml jalopy.lib=d:/development/code-opensource/other/jalopy-b10/lib
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]