From d9130cffc33d6628c72e142027614791683a0e73 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 28 Nov 2001 14:04:04 +0000 Subject: [PATCH] added message about cvs, fixed compiler options git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194579 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 4 ++-- src/org/apache/fop/apps/Fop.java | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index f9c1baad1..bcd0a6222 100644 --- a/build.xml +++ b/build.xml @@ -184,8 +184,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - + + diff --git a/src/org/apache/fop/apps/Fop.java b/src/org/apache/fop/apps/Fop.java index a3c11a0b3..3b82f8910 100644 --- a/src/org/apache/fop/apps/Fop.java +++ b/src/org/apache/fop/apps/Fop.java @@ -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 { -- 2.39.5