Re: Utility to Generate Diagram

2009-05-14 Thread raghu guru
Thanks for the reply, I'm looking to create it automatically like i will input my build.xml and output i need is diagram On Thu, May 14, 2009 at 11:59 AM, Martin Gainty wrote: > > take a look at gliffy > http://www.gliffy.com/ > > HTH! > Martin > __ >

Utility to Generate Diagram

2009-05-14 Thread raghu guru
Hi All, Is there any utility available to generate diagram out of build.xml i used something 6 years back, i don't remember the name of it, and couldn't find anything on google Please help

Generate XML

2009-05-11 Thread raghu guru
Hi All, Is there any task available to generate / edit the xml file. This is what i'mt rying to do, while building application i want to put some information on the fly like, time,date,source code baseline being built, deploytime into some xml document. this i want to keep on editing for the life

setting source version in war file

2007-01-04 Thread Raghu
It is required for me to identify the source version of my war file. Example: Test.war- 1.0 version Test.war- 1.1 version Test.war- 1.2 version Imagine I made war file from build.xml. This war file if unjared then from manifest file I need to identify the version of source code