From b54dd095f32dcb0f1c56ef11ccb7aa7349170004 Mon Sep 17 00:00:00 2001 From: gbenson Date: Wed, 25 May 2005 09:34:27 +0000 Subject: [PATCH] Bah, Beehive broke :-/ --- xalan-j2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xalan-j2.spec b/xalan-j2.spec index 11b92f1..4af93a9 100644 --- a/xalan-j2.spec +++ b/xalan-j2.spec @@ -93,7 +93,7 @@ if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi export CLASSPATH=$(build-classpath servletapi5 java_cup java_cup-runtime \ jlex bcel xerces-j2) -ant \ +ant -verbose \ -Djava.awt.headless=true \ -Dapi.j2se=%{_javadocdir}/java \ -Dbuild.xalan-interpretive.jar=build/xalan-interpretive.jar \ @@ -104,6 +104,7 @@ ant \ javadocs \ samples \ servlet +exit 1 aot-compile \ build/xalan-interpretive.jar \