Blob Blame History Raw
--- ./build.xml.sav	2005-12-15 06:57:02.000000000 -0500
+++ ./build.xml	2007-02-14 22:13:25.000000000 -0500
@@ -20,7 +20,7 @@
   <property name="cli.jar" value="lib/commons-cli.jar" />
   <property name="logging.jar" value="lib/commons-logging.jar" />
   <property name="tools.jar" value="${java.home}/../lib/tools.jar" />
-  <property name="emma.enabled" value="true" />
+  <property name="emma.enabled" value="false" />
 
   <property name="checkstyle.dir"
             value="src/checkstyle/com/puppycrawl/tools/checkstyle" />
@@ -36,7 +36,7 @@
   <property name="xdocs.src" value="src/xdocs"/>
   <property name="xdocs.dest" value="${target.dir}/docs"/>
   <property name="checkstyle.minimum.javaversion" value="1.4" />
-  <property name="checkstyle.testinputs.minimum.javaversion" value="1.5" />
+  <property name="checkstyle.testinputs.minimum.javaversion" value="1.4" />
   <property name="testcases" value="**/*Test.java"/>
 
   <path id="build.classpath">
@@ -151,10 +151,12 @@
       <entry key="checkstyle.compile.timestamp" type="date" value="now" pattern="E MMMM dd yyyy, HH:mm z"/>
     </propertyfile>
 
+<!--
     <native2ascii src="src/checkstyle"
                   dest="${checkstyle.dest}"
                   encoding="EUC-JP"
                   includes="**/*_ja.properties" />
+-->
 
     <copy todir="${checkstyle.dest}">
       <fileset dir="src/checkstyle" includes="**/*.properties"/>
@@ -584,7 +586,7 @@
              Windowtitle="Checkstyle API"
              classpathref="javadoc.classpath"
              Use="true"
-             Footer="&lt;a target=&quot;_top&quot; href=&quot;./{@docRoot}/../index.html&quot;&gt;Back to the Checkstyle Home Page&lt;/a&gt;"
+             Footer="&lt;a target=&quot;_top&quot; href=&quot;/usr/share/doc/checkstyle-manual-4.1/index.html&quot;&gt;Back to the Checkstyle Home Page&lt;/a&gt;"
              useExternalFile="yes"
              encoding="iso-8859-1"
              source="${checkstyle.minimum.javaversion}"
@@ -605,6 +607,7 @@
         <exclude name="**/*.dtd" />
         <exclude name="**/*.xml" />
         <exclude name="**/*.html" />
+        <exclude name="**/*.smap" />
       </fileset>
     </javadoc>
   </target>
@@ -652,6 +655,7 @@
       </fileset>
     </copy>
 
+<!--
     <anakia basedir="${target.dir}/xdocs"
             destdir="${xdocs.dest}/"
             extension=".html"
@@ -662,7 +666,7 @@
             lastModifiedCheck="true"
             templatePath="${xdocs.src}/stylesheets">
     </anakia>
-
+-->
   </target>
 
   <!-- Added for GUMP testing -->