keiron 01/11/28 06:04:05
Modified: . build.xml
src/org/apache/fop/apps Fop.java
Log:
added message about cvs, fixed compiler options
Revision Changes Path
1.48 +2 -2 xml-fop/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-fop/build.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- build.xml 2001/11/22 07:15:38 1.47
+++ build.xml 2001/11/28 14:04:04 1.48
@@ -184,8 +184,8 @@
<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"/>
1.9 +2 -1 xml-fop/src/org/apache/fop/apps/Fop.java
Index: Fop.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/apps/Fop.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Fop.java 2001/11/22 07:11:38 1.8
+++ Fop.java 2001/11/28 14:04:04 1.9
@@ -1,5 +1,5 @@
/*
- * $Id: Fop.java,v 1.8 2001/11/22 07:11:38 keiron Exp $
+ * $Id: Fop.java,v 1.9 2001/11/28 14:04:04 keiron Exp $
* Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
@@ -9,6 +9,7 @@
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 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]