Jesse Glick <jesse.glick <at> sun.com> writes:
>
> epdv wrote:
> > Will the called ant be a "private instance", i.e. will I be able to provide
> > my own InputHandler instance?
>
> If you run Ant forked using <exec> then you could provide custom input
> handlers using Ant's normal command-line option. But I doubt this is
> what you really want.
I need to use a server app, which has a toolshell implemented. The toolshell
opens correctly in the NetBeans output window, but input handling is slightly
incorrect. But that's not why I want to have my own InputHandler: I just
couldn't find out, how to programmatically send commands into the toolshell,
preferably using Ant.
Kind regards
Peter Nabbefeld