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 : > Hello, > > I am trying to create a GUI that will allow a user to press either of two > buttons. If they press the first button then a target within the build.xml > is executed i.e. compile a set of java files outputted to a specific > directory. If they press the second button the same applies but again is > outputted to a second directory. > > I have been messing with > > import org.apache.tools.ant.Task; > import org.apache.tools.ant.BuildException; > import org.apache.tools.ant.Task; > > but not getting very far. I have managed to create java files that can call > different tasks from the command prompt i.e. ant run or ant run2 which uses > the class file to pass arguments etc...to the build.xml file. > > 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! > > Regards, > > John > > > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://mail2web.com/ . > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > D�couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
