← Back to team overview

sikuli-driver team mailing list archive

[Bug 618260] Re: create another "main" method that doesn't call System.exit

 

** Changed in: sikuli
       Status: New => Confirmed

** Changed in: sikuli
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/618260

Title:
  create another "main" method that doesn't call System.exit

Status in Sikuli:
  Won't Fix

Bug description:
  enhancement:

  please create another "main" method that I can call in a more
  embedded-friendly manner

  i.e. have the other signature return an integer (the error codes
  normally passed to System.exit), and then have the "real-deal" main
  call it

  I'm writing a Maven plugin that calls the ide jar, and I would like
  something that doesn't kill the JVM on errors