a720e4
--- bsf-2.4.0-orig/build.xml	2009-09-09 11:51:20.000000000 +0200
a720e4
+++ bsf-2.4.0/build.xml	2009-09-14 08:42:17.000000000 +0200
a720e4
@@ -102,7 +102,7 @@
a720e4
 		<pathelement location="${build.tests}"/>
a720e4
 	</path>
a720e4
 
a720e4
-	<target name="init" depends="clean">
a720e4
+	<target name="init">
a720e4
 		<tstamp />
a720e4
 
a720e4
 
a720e4
@@ -134,11 +134,13 @@
a720e4
 
a720e4
 		<available property="junit.present" classname="junit.framework.TestCase" />
a720e4
 
a720e4
+		
a720e4
 		<uptodate property="javac.notRequired" targetfile="${build.lib}/${project.name}.jar">
a720e4
 			<srcfiles dir="${src.dir}">
a720e4
 				<patternset refid="javac.source.files" />
a720e4
 			</srcfiles>
a720e4
 		</uptodate>
a720e4
+		-->		
a720e4
 
a720e4
 		<uptodate property="javadoc.required" targetfile="${build.lib}/${project.name}.jar">
a720e4
 			<srcfiles dir="${build.dir}" includes="**/*.html" />
a720e4
@@ -268,6 +270,7 @@
a720e4
 		<mkdir dir="${build.javadocs}" />
a720e4
 		
a720e4
 		<javadoc packagenames="${packages}" failonerror="true" excludepackagenames="org.apache.bsf.engines.java, org.apache.bsf.engines.javaclass" destdir="${build.javadocs}" author="true" version="false" use="true" windowtitle="${project.fullName} API" doctitle="${project.fullName}" source="${source.level}">
a720e4
+			<arg value="-Xdoclint:none" />
a720e4
 			<classpath refid="compile.classpath" />
a720e4
 			<fileset dir="${src.dir}">
a720e4
 				<patternset refid="java.source.files"></patternset>