Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 12598 invoked from network); 5 Nov 2001 10:22:03 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 5 Nov 2001 10:22:03 -0000 Received: (qmail 14175 invoked from network); 5 Nov 2001 10:24:36 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 5 Nov 2001 10:24:36 -0000 Received: (qmail 21711 invoked by uid 97); 5 Nov 2001 10:22:11 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 21701 invoked by uid 97); 5 Nov 2001 10:22:09 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 9916 invoked from network); 5 Nov 2001 10:00:24 -0000 From: "Klaas Waslander" Organization: Sun Microsystems To: ant-dev@jakarta.apache.org Date: Mon, 5 Nov 2001 11:00:41 +0100 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-19230 Subject: TogetherJ htmlgen Task Message-ID: <3BE67159.20056.2FBBB14@localhost> Priority: normal X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --Message-Boundary-19230 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body All, after using TogetherJ for a while, I found it cumbersome to generate HTML versions of the UML documentation. To work around that, I have created an Ant task that generates HTML documentation of TogetherJ projects. Internally it automatically spawns a new Java process with the correct classpath to let the TogetherJ classes generate the HTML files in the correct directory. I have attached a sample build.xml that uses the task. This example does the following: - reads all TogetherJ projects in the "tj" directory - generates HTML versions in the "html/tj" directory. If you are interested, let me know. I would think this could be a very useful task to include in the standard Ant distributions. Regards, Klaas Waslander. --- Klaas Waslander, Java Architect, Sun Java Center email:klaas@sun.com, office:+31-33-4515000, fax:+31-33-4515734 "The best models are connected to reality." - Grady Booch --Message-Boundary-19230 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'build.xml' --Message-Boundary-19230 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: --Message-Boundary-19230--