Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 7313 invoked from network); 10 Apr 2005 19:55:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Apr 2005 19:55:32 -0000 Received: (qmail 98078 invoked by uid 500); 10 Apr 2005 19:55:31 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 98017 invoked by uid 500); 10 Apr 2005 19:55:30 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 98001 invoked by uid 99); 10 Apr 2005 19:55:30 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of far2fish@gmail.com designates 64.233.184.205 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 10 Apr 2005 12:55:29 -0700 Received: by wproxy.gmail.com with SMTP id 50so1564503wri for ; Sun, 10 Apr 2005 12:55:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=OZPM7O4CeSzLPmmrdq2DJIFimtY+9TKIMT6kH3fzTuzLmwU756G1sK3LeP1pPsHkLNjU2R2HEvkMjoer4rEKOp1kD9GA1R571ZLfrLlCNIL1N0BR4S/JZPuR6aiL95swsfiKifrn1isiGM/UCp8HjDJ9oSdK/fmuKNr0o/GNwKU= Received: by 10.54.24.9 with SMTP id 9mr345669wrx; Sun, 10 Apr 2005 12:55:27 -0700 (PDT) Received: from ?192.168.0.100? ([80.166.163.20]) by mx.gmail.com with ESMTP id 45sm1077307wri.2005.04.10.12.55.26; Sun, 10 Apr 2005 12:55:27 -0700 (PDT) Message-ID: <425984AD.1030201@gmail.com> Date: Sun, 10 Apr 2005 21:55:25 +0200 From: "Audun V. Nes" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Building site with Ant from Eclipse 3.0 1? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I am trying to get Forrest to work from within Eclipse 3.0.1 but are having a few problems and wanted to hear if anyone has succesfully set that up. Based on the chapter "Invoking Forrest from Ant" in the Forrest docmentation, I have created the following Ant build file: Building Forrest website The enviroment variable FORREST_HOME is correctly set in my system enviroment, and I can build my site by running "forrest" from command line without problems. I was not sure where to copy xml-commons-resolver-1.1.jar, but I though eclipse/plugins/org.apache.ant_1.6.2/lib was the right location. I also added xml-commons-resolver-1.1.jar to the Ant classpath in Eclipse. But when I run the build.xml file from within Eclipse I get the following problem: Buildfile: C:\app\eclipse\workspace\CCCP\forrest\build.xml init-props: [echo] Loading project specific properties from C:\app\eclipse\workspace\CCCP\forrest\forrest.properties [echo] Loading user specific properties from C:\Documents and Settings\far2fish\forrest.properties [echo] Loading default properties from C:\app\forrest\src\core\context\default-forrest.properties [mkdir] Created dir: C:\app\eclipse\workspace\CCCP\forrest\build\tmp echo-settings: check-skin: fetch-skins-descriptors: fetch-skin: unpack-skins: init-skins: init: -prepare-classpath: check-contentdir: examine-proj: validation-props: validate-xdocs: BUILD FAILED: C:\app\forrest\src\core\targets\validate.xml:143: Parser org.apache.crimson.parser.XMLReaderImpl doesn't recognize feature http://apache.org/xml/features/validation/dynamic Total time: 1 second best regards Audun