Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 25731 invoked from network); 1 Sep 2002 06:23:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Sep 2002 06:23:14 -0000 Received: (qmail 22164 invoked by uid 97); 1 Sep 2002 06:23:56 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 22148 invoked by uid 97); 1 Sep 2002 06:23:56 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 22137 invoked by uid 97); 1 Sep 2002 06:23:55 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 1 Sep 2002 06:23:09 -0000 Message-ID: <20020901062309.96736.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/loader/src/xdocs/stylesheets project.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N donaldp 2002/08/31 23:23:09 Modified: loader build.xml loader/src/xdocs index.xml menu.xml Added: loader/src/xdocs embedding.xml sample.xml Removed: loader/src/xdocs/stylesheets project.xml Log: Get start of documentation building. Revision Changes Path 1.2 +2 -0 jakarta-avalon-excalibur/loader/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/loader/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 1 Sep 2002 05:54:59 -0000 1.1 +++ build.xml 1 Sep 2002 06:23:09 -0000 1.2 @@ -358,6 +358,8 @@ + + For an example ClassLoader hierarchy see the website for Myrmidon, an Ant2 proposal.

+

The commented DTD describes the descriptor + format explicitly. However if you prefer to learn by example then you can + look at a sample descriptor and its explanation.

+

If you need to embed the Toolkit in your own application it is recomended + that you look over the Embedding HOWTO.

1.2 +10 -3 jakarta-avalon-excalibur/loader/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/loader/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 1 Sep 2002 05:54:59 -0000 1.1 +++ menu.xml 1 Sep 2002 06:23:09 -0000 1.2 @@ -1,15 +1,22 @@ + href="http://jakarta.apache.org/avalon/excalibur/loader/" + name="Avalon Loader"> - Avalon Info + Avalon Loader + + + + + + + 1.1 jakarta-avalon-excalibur/loader/src/xdocs/embedding.xml Index: embedding.xml =================================================================== Excalibur Loader - Embedding HOWTO Peter Donald

This document will describe how you embed the Loader into your own application code. There are two different modes for embedding Loader, one is as an application container and one is as a regular application.

TODO: Finish code then finish guide.

1.1 jakarta-avalon-excalibur/loader/src/xdocs/sample.xml Index: sample.xml =================================================================== Excalibur Loader - Example Peter Donald

This describes a simple example of Loader descriptor used to host a simple application.

TODO: Finish code then finish guide.

-- To unsubscribe, e-mail: For additional commands, e-mail: