Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 45793 invoked from network); 4 Mar 2004 07:50:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Mar 2004 07:50:04 -0000 Received: (qmail 3927 invoked by uid 500); 4 Mar 2004 07:49:41 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 3814 invoked by uid 500); 4 Mar 2004 07:49:41 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 3799 invoked from network); 4 Mar 2004 07:49:40 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 4 Mar 2004 07:49:40 -0000 Received: (qmail 45743 invoked by uid 1746); 4 Mar 2004 07:50:03 -0000 Date: 4 Mar 2004 07:50:03 -0000 Message-ID: <20040304075003.45742.qmail@minotaur.apache.org> From: antonio@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest build.bat build.sh X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N antonio 2004/03/03 23:50:03 Modified: . build.bat build.sh Log: Don't print innecesary info Revision Changes Path 1.6 +1 -1 xml-forrest/build.bat Index: build.bat =================================================================== RCS file: /home/cvs//xml-forrest/build.bat,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.bat 30 Oct 2002 09:01:35 -0000 1.5 +++ build.bat 4 Mar 2004 07:50:03 -0000 1.6 @@ -8,7 +8,7 @@ for %%i in (.\lib\endorsed\*.jar) do call appendcp.bat %%i echo Using classpath: "%CLASSPATH%" -call %ANT_HOME%\bin\ant -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9 +call %ANT_HOME%\bin\ant -Djava.endorsed.dirs=lib\endorsed -logger org.apache.tools.ant.NoBannerLogger -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9 set ANT_HOME=%OLD_ANT_HOME% set CLASSPATH=%OLD_CLASSPATH% 1.9 +1 -1 xml-forrest/build.sh Index: build.sh =================================================================== RCS file: /home/cvs//xml-forrest/build.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.sh 4 Mar 2004 07:38:08 -0000 1.8 +++ build.sh 4 Mar 2004 07:50:03 -0000 1.9 @@ -24,7 +24,7 @@ export CLASSPATH echo Using classpath: \"$CLASSPATH\" -"$PWD/./tools/ant/bin/ant" -emacs $@ +"$PWD/./tools/ant/bin/ant" -logger org.apache.tools.ant.NoBannerLogger -emacs $@ unset CLASSPATH