]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added message about cvs, fixed compiler options
authorKeiron Liddle <keiron@apache.org>
Wed, 28 Nov 2001 14:04:04 +0000 (14:04 +0000)
committerKeiron Liddle <keiron@apache.org>
Wed, 28 Nov 2001 14:04:04 +0000 (14:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194579 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/org/apache/fop/apps/Fop.java

index f9c1baad1ce1b773d7ec225197f25491b7c3d164..bcd0a6222424fa94b6df56e9605a30b7c54ceac3 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -184,8 +184,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
 
     <property name="build.compiler" value="classic"/>
     <property name="debug" value="on"/>
-    <property name="optimize" value="on"/>
-    <property name="deprecation" value="on"/>
+    <property name="optimize" value="off"/>
+    <property name="deprecation" value="off"/>
 
     <property name="src.dir" value="./src"/>
     <property name="src.codegen" value="./src/codegen"/>
index a3c11a0b39fe375d475b74b2d0b2a7c3a9c43672..3b82f89109537d1bff66253b79075c958668bc48 100644 (file)
@@ -9,6 +9,7 @@ package org.apache.fop.apps;
 
 public class Fop {
     public static void main(String[] args) {
+        System.out.println("CVS FOP DOES NOT WORK - DO NOT EXPECT ANYTHING");
         CommandLineOptions options = null;
 
         try {