donaldp 01/04/16 20:53:12
Modified: . Tag: xml-cocoon2 build.xml
Log:
Turn of pedantic checking as cocoon violates the JLS in a hundred different
ways ;)
Revision Changes Path
No revision
No revision
1.6.2.75 +4 -4 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.6.2.74
retrieving revision 1.6.2.75
diff -u -r1.6.2.74 -r1.6.2.75
--- build.xml 2001/04/17 03:44:17 1.6.2.74
+++ build.xml 2001/04/17 03:53:11 1.6.2.75
@@ -104,7 +104,7 @@
-->
<property name="build.compiler.emacs" value="on"/>
<property name="build.compiler.warnings" value="true"/>
- <property name="build.compiler.pedantic" value="true"/>
+ <property name="build.compiler.pedantic" value="false"/>
<property name="build.compiler.depend" value="true"/>
<property name="build.compiler.fulldepend" value="true"/>
@@ -239,9 +239,9 @@
<exclude name="**/http/HttpRequest2*.java"/>
<exclude name="**/http/RequestWrapper2*.java"/>
<exclude name="**/http/HttpResponse2*.java"/>
- <exclude name="**/Ora*.java" unless="ora.driver.present"/>
- <exclude name="**/Sendmail*.java" unless="mail.present"/>
- <exclude name="**/browser/*.x*"/>
+ <exclude name="**/Ora*.java" unless="ora.driver.present"/>
+ <exclude name="**/Sendmail*.java" unless="mail.present"/>
+ <exclude name="**/browser/*.x*"/>
</fileset>
</copy>
</target>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]