Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 86244 invoked from network); 28 Sep 2003 09:40:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Sep 2003 09:40:56 -0000 Received: (qmail 78714 invoked by uid 500); 28 Sep 2003 09:40:27 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 78488 invoked by uid 500); 28 Sep 2003 09:40:26 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 78475 invoked by uid 500); 28 Sep 2003 09:40:26 -0000 Received: (qmail 78472 invoked from network); 28 Sep 2003 09:40:26 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 28 Sep 2003 09:40:26 -0000 Received: (qmail 86195 invoked by uid 1289); 28 Sep 2003 09:40:51 -0000 Date: 28 Sep 2003 09:40:51 -0000 Message-ID: <20030928094051.86193.qmail@minotaur.apache.org> From: rdonkin@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/digester/src/examples/api build.properties.sample build.xml 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 rdonkin 2003/09/28 02:40:51 Added: digester/src/examples/api build.properties.sample build.xml Log: Added build for the examples. Submitted by Simon Kitching. Revision Changes Path 1.1 jakarta-commons/digester/src/examples/api/build.properties.sample Index: build.properties.sample =================================================================== # # Example build properties # # Copy this to build.properties and then edit the properties to # provide local references. # myjars=/home/me/jakarta-commons-jars commons-beanutils.jar=${myjars}/commons-beanutils.jar commons-collections.jar=${myjars}/commons-collections.jar commons-logging.jar=${myjars}/commons-logging.jar commons-digester.jar=${myjars}/commons-digester.jar 1.1 jakarta-commons/digester/src/examples/api/build.xml Index: build.xml =================================================================== ******************************************************* API Examples Script =================== Provides helpful services to get folks up and running the examples quickly. * Compile - compiles all the examples to the directories in which the their source files reside. * Run - runs each example in turn. Note: These examples will only build and run if the rights jars are in the classpath. The classpath can be set by copying the build.properties.sample file in this directory to build.properties and then setting the properties appropriately. Or by editing the build.properties file (based on the build.properties.sample file in CVS) so that it contains absolute paths. Note: build.xml files are provided in each subdirectory. This provide similar fuctionality for each example individually. Note: The examples are graduated. It is best to look at them in order. Please consult the documentation for more details. ******************************************************* --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org