From tapestry-dev-return-8813-apmail-jakarta-tapestry-dev-archive=jakarta.apache.org@jakarta.apache.org Wed Oct 05 17:41:55 2005 Return-Path: Delivered-To: apmail-jakarta-tapestry-dev-archive@www.apache.org Received: (qmail 98811 invoked from network); 5 Oct 2005 17:41:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 17:41:55 -0000 Received: (qmail 58945 invoked by uid 500); 5 Oct 2005 10:29:54 -0000 Delivered-To: apmail-jakarta-tapestry-dev-archive@jakarta.apache.org Received: (qmail 58885 invoked by uid 500); 5 Oct 2005 10:29:54 -0000 Mailing-List: contact tapestry-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tapestry development" Reply-To: "Tapestry development" Delivered-To: mailing list tapestry-dev@jakarta.apache.org Received: (qmail 58874 invoked by uid 99); 5 Oct 2005 10:29:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 03:29:52 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D794E21C for ; Wed, 5 Oct 2005 12:29:31 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: tapestry-dev@jakarta.apache.org Date: Wed, 05 Oct 2005 10:29:31 -0000 Message-ID: <20051005102931.13647.92948@ajax.apache.org> Subject: [Jakarta-tapestry Wiki] Update of "BuildingTapestry" by AndreasAndreou X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-tapestry Wiki" for change notification. The following page has been changed by AndreasAndreou: http://wiki.apache.org/jakarta-tapestry/BuildingTapestry ------------------------------------------------------------------------------ From the jakarta-tapestry directory, you should be able to build ('''ant install'''). Nearly all intermediate files (such as compiled class files) are copied into ''tempdir''/tapestry ... typically C:/WINDOWS/TEMP/tapestry. Ant will automatically download various dependencies from the Maven repository on ibiblio. You might have to run it a couple of times, dependending on what it has to download (it has to stop after copying certain libraries into Ant's lib directory). + To build Tapestry without running the unit-tests, do '''ant -Dhivebuild.skip-tests=true install'''. + After an install you can build documentation ('''ant site'''). This does three things: * Copies Forrest xdoc files (and etc.) to target/forrest-composite --------------------------------------------------------------------- To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org