From dev-return-50579-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Mon Sep 15 09:18:49 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 68461 invoked from network); 15 Sep 2003 09:18:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Sep 2003 09:18:48 -0000 Received: (qmail 52604 invoked by uid 500); 15 Sep 2003 09:18:21 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52315 invoked by uid 500); 15 Sep 2003 09:18:19 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 52300 invoked from network); 15 Sep 2003 09:18:19 -0000 Received: from unknown (HELO c000.snv.cp.net) (209.228.32.71) by daedalus.apache.org with SMTP; 15 Sep 2003 09:18:19 -0000 Received: (cpmta 907 invoked from network); 15 Sep 2003 02:18:02 -0700 Received: from 68.232.145.115 (HELO ehatchersolutions.com) by smtp.hatcher.net (209.228.32.71) with SMTP; 15 Sep 2003 02:18:02 -0700 X-Sent: 15 Sep 2003 09:18:02 GMT Date: Mon, 15 Sep 2003 05:18:05 -0400 Subject: Re: antidote diff Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Erik Hatcher To: "Ant Developers List" Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <83B4BBE1-E75D-11D7-A4BE-000393A564E6@ehatchersolutions.com> X-Mailer: Apple Mail (2.552) 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 I just committed a couple of fixes to bring proposal/xdocs back up to speed. Let me know if you encounter any issues running it. Again, run the "docs-from-scratch" target to get the full picture. Also, you'll need to bump up your memory allocation to get XDoclet happy. I do this: setenv ANT_OPTS "-Xmx1000m" you could probably get away with a smaller number, like 512. On Monday, September 15, 2003, at 04:52 AM, Erik Hatcher wrote: > On Monday, September 15, 2003, at 01:41 AM, Christoph Wilhelms wrote: >> Atidote was relying on dtd description of tasks and types but i >> changed >> this to introspection to gain more flexibility. Additionally the DTDs >> quickly became outdated! There had be a plan to aotomatically generate >> metadata/metainformation on tasks and types using xdoclet... I am not >> shure how far that went. I think Erik Hatcher has to drop in to this >> discussion to give further information on this! > > in proposal/xdocs is a project to generate XML descriptor files for > each Ant task. this XML file contains meta information that you could > not get from introspection like the task description (from Javadoc > comments), and sub-element and attribute descriptions, and provides a > lot of rich information that would be very handy to antidote, i'd > suspect. > > apparently the build ("docs-from-scratch" target) is broken currently, > so i'm going to have a quick look into fixing it now. > > Erik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org