Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 95133 invoked from network); 13 Jul 2007 13:23:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2007 13:23:32 -0000 Received: (qmail 80345 invoked by uid 500); 13 Jul 2007 13:23:35 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 80283 invoked by uid 500); 13 Jul 2007 13:23:35 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 80274 invoked by uid 99); 13 Jul 2007 13:23:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 06:23:35 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 06:23:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id DCB6C1A981A; Fri, 13 Jul 2007 06:23:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r555984 - /forrest/trunk/whiteboard/forrestdoc/build.bat Date: Fri, 13 Jul 2007 13:23:11 -0000 To: svn@forrest.apache.org From: gmcdonald@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070713132311.DCB6C1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmcdonald Date: Fri Jul 13 06:23:10 2007 New Revision: 555984 URL: http://svn.apache.org/viewvc?view=rev&rev=555984 Log: Move the @echo line above license header so it is not echoed to command line. Thanks to Vincent Siveton FOR-1021 Modified: forrest/trunk/whiteboard/forrestdoc/build.bat Modified: forrest/trunk/whiteboard/forrestdoc/build.bat URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/build.bat?view=diff&rev=555984&r1=555983&r2=555984 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/build.bat (original) +++ forrest/trunk/whiteboard/forrestdoc/build.bat Fri Jul 13 06:23:10 2007 @@ -1,3 +1,4 @@ +@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. @@ -12,8 +13,6 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. - -@echo off set OLD_ANT_HOME=%ANT_HOME% set ANT_HOME=..\..\tools\ant