Re: Call specific Targets from a GUI

2005-01-13 Thread galenboyerdev
René Ghosh <[EMAIL PROTECTED]> writes: > The file releases for 1.2 have been corrected. Apparently the sourceforge > upload encountered a > problem in the original upload. You can download it now. Yeppers. Works, right out of the box. Looks pretty cool... > --- [EMAIL PROTECTED] a écrit :

Re: Call specific Targets from a GUI

2005-01-13 Thread René Ghosh
The file releases for 1.2 have been corrected. Apparently the sourceforge upload encountered a problem in the original upload. You can download it now. --- [EMAIL PROTECTED] a écrit : > René Ghosh <[EMAIL PROTECTED]> writes: > > > The AntMenu task in the AntForms project does just that. See

Re: Call specific Targets from a GUI

2005-01-13 Thread galenboyerdev
René Ghosh <[EMAIL PROTECTED]> writes: > The AntMenu task in the AntForms project does just that. See the screenshot at > http://antforms.sourceforge.net/screenshots.html. You configure a task that > launches a Swing frame > and lays out a series of buttons bound to specific Ant tasks. I downloa

Re: Call specific Targets from a GUI

2005-01-13 Thread René Ghosh
The AntMenu task in the AntForms project does just that. See the screenshot at http://antforms.sourceforge.net/screenshots.html. You configure a task that launches a Swing frame and lays out a series of buttons bound to specific Ant tasks. --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> a écrit :

RE: Call specific Targets from a GUI

2005-01-13 Thread Hardacker, Andrew
If a servlet-based application would fit your requirements, you might be interested in this article: http://www.onjava.com/lpt/a/2529/ I've used this technique to write a servlet-based build app that exposes some properties (with lists, checkboxes, etc) so that the buildmeister doesn't have to dea

Re: Call specific Targets from a GUI

2005-01-13 Thread Matt Benson
--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: [SNIP] > What is the best place to start to design a GUI that > will allow me to call > specific targets from an application or is this even > possible! > Perhaps you should look at the AntForm project at http://antforms.sourceforge.net/ . -Matt

RE: Call specific Targets from a GUI

2005-01-13 Thread Radha Sangal
I had done similar work. Hope it gives you some idea. I have a JSP Xml-Rpc Client which calls a method in a class on server. It has Runtime.exec command to execute a bat file. In my bat file I execute my ant script with all the parameters I want to pass on to a particular target. (as from command