Re: Ant 1.6.5: Learning to build an EAR that contains a single War and a single EJB Jar

2007-11-26 Thread Prashant Reddy
Hi Todd, Have a look at : * task : http://ant.apache.org/manual/CoreTasks/ear.html * task : http://ant.apache.org/manual/CoreTasks/jar.html The Manifest.MF can be generated by ANT, given the dependecies * See task : http://ant.apache.org/manual/CoreTasks/manifest.html The "ear" task extends

Ant 1.6.5: Learning to build an EAR that contains a single War and a single EJB Jar

2007-11-26 Thread Todd Patrick
Using Ant 1.6.5 I am learning to use Ant and I have purchased Steve Holzner's Ant The Definitive Guide from O'Reilly books and I'm been going through the manual online as well. I need to build an EAR that contains a single War and a single EJB jar The location of the sources for both are: /

linking with CC task

2007-11-26 Thread fabien_pichard
Hello, I went to http://ant-contrib.sourceforge.net/cc.html to try to understand how linking worked but I still cannot make it work at all... Anyways, here is my code It

Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Major shao
Fyi, i am looking for this kind of tool also. Tried the AntScriptVisualizer, correct me if i am wrong, it does not support outside property file? Thanks On Nov 26, 2007 3:26 AM, Hans Schwaebli <[EMAIL PROTECTED]> wrote: > Hi, thanks. > > I was looking more for a tool which documents the relatio

Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Martin Gainty
Hi Bill Thanks for the link 3 years ago I worked with ActivePDF which worked great in a VB application but more than problematic when referenced in a .NET form.. If you dont mind constructing fo elements http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html then I would suggest 0.94 fop libraries

Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Bill Rich
You might want to look at PDFCreator (http://www.pdfforge.org/products/pdfcreator). It is a printer driver that installs just like a printer so that you can print a document to PDF from any application. I have been using it on Windows for several years. It has some minor annoyances on Windows V

Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Hans Schwaebli
Hi, thanks. I was looking more for a tool which documents the relationships of script files and not the sequences of targets within one script. I mean something similiar to a class diagram instead of an sequence diagram for Ant scripts. [EMAIL PROTECTED] wrote: My first few cents:

AW: AW: Tool for documenting Ant scripts

2007-11-26 Thread Jan.Materne
> On OS X, PDF output is part of the GraphViz application port for that > platform - I've searched around, but still haven't found a really good > way of generating PDF in Windows (there's GhostScript, but then that > requires still yet another third-party installation routine). You could che