On 7/24/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote:
> - If it is, how can this JLine issue be worked around? Is it possible to
> disable the InputHandler?
I think the batch mode flag should turn that off. If not, I'd consider
that a bug. We should also consider fixing the problem with jline
Hi,
I'm developing a testcase in which I need to run Maven from within the testcase.
I don't want to run maven by executing 'm2' as a separate process via Runtime.exec() since I want my test to run
correctly in an environment where maven itself is embedded in another application (e.g. Eclipse).
jk jk wrote:
> After working with Maven goals on Eclipse as opposed
> to command prompt, I find it faster to use the command
> prompt then executing maven goals in eclipse. The
> only thing with this approach is that you would always
> need a command prompt while you're developing rather
> just