Re: Swing Gui / Ant
- From: Daniel Gee <zefria@xxxxxxxxx>
- Date: Sat, 22 Dec 2007 00:36:58 -0800 (PST)
On Dec 21, 6:40 am, Emmanuel Ayanrinola <tos...@xxxxxxxxx> wrote:
I have a question, how can i trigger an ant job from swing. I will
like ant to pull it values from the swing and build based on selected
value from the swing GUI. Is there any jar file that will make the
process easier? Has anyone done anything like this? The other part is
can one trigger a Macro from swing
well based on your swing components you just run the desired command
line eg:
String desiredCommandLine = "ant "+ myGUI.figureArgsString();
Runtime.getRuntime().exec(desiredCommandLine);
.
- Follow-Ups:
- Re: Swing Gui / Ant
- From: Thomas Kellerer
- Re: Swing Gui / Ant
- References:
- Swing Gui / Ant
- From: Emmanuel Ayanrinola
- Swing Gui / Ant
- Prev by Date: Re: Allow multiple selection only for leaves of a JTree
- Next by Date: Re: Swing Gui / Ant
- Previous by thread: Re: Swing Gui / Ant
- Next by thread: Re: Swing Gui / Ant
- Index(es):
Relevant Pages
|
|