RE: Eclipse input task -inputhandler

2005-08-06 Thread Mark Benussi
Worked like a dream Darin, well done that man! -Original Message- From: Darin Swanson [mailto:[EMAIL PROTECTED] Sent: 05 August 2005 15:47 To: Ant Users List Subject: Re: Eclipse input task -inputhandler Eclipse has an input handler for both same and separate JREs in the 3.1 release. I

Re: Eclipse input task -inputhandler

2005-08-05 Thread Darin Swanson
Eclipse has an input handler for both same and separate JREs in the 3.1 release. I highly recommend moving to the Eclipse 3.1 release. Darins Jeffrey E Care/Raleigh/[EMAIL PROTECTED] 08/05/2005 04:22 AM Please respond to "Ant Users List" To "Ant Users List" cc Subje

Re: Eclipse input task -inputhandler

2005-08-05 Thread Patrick Martin
Windowed input can be done with antform [1]. You won't rely on a specific IDE in this case... [1] http://antforms.sourceforge.net/ On 8/5/05, Ivan Ivanov <[EMAIL PROTECTED]> wrote: > Mark, > > You can do it by writing a class that extends > oata.input.InputHandler and in > handleInput(InputReque

Re: Eclipse input task -inputhandler

2005-08-05 Thread Ivan Ivanov
Mark, You can do it by writing a class that extends oata.input.InputHandler and in handleInput(InputRequest) method you can code the visual (Swing) components in which you can enter and submit your info. Some time ago I wrote a document called " Extending Ant Input Abilities" which you can find a

Re: Eclipse input task -inputhandler

2005-08-05 Thread Jeffrey E Care
You shouldn't need to specify an input handler, so long as you are running in the same JRE as the workspace (look on the "JRE" tab of your "External Tools" run configuration). I'm pretty sure that under 3.0 & earlier Eclipse will not prompt you if you run your Ant build in different VM than the