Community
Participate
Working Groups
Steps to reproduce: 1. Edit the configuration for a build.xml file 2. Uncheck "Set an Input Handler" in the main tab 3. Use a separate JRE 4. Launch the target You will end up with the following error. Unable to instantiate specified input handler class org.eclipse.ant.internal.ui.antsupport.inputhandler.FailInputHandler : java.lang.ClassNotFoundException
This happens because the class that is being referred and the class that is really there are different :(. Will update the patch shortly.
Created attachment 205524 [details] Proposed patch Used the correct class name. Also added a test.
Michael, Please review the patch. Thanks in advance.
looks like more fallout from bug 264338... +1 fix looks good and all tests pass. Pushed to master for M3 - http://git.eclipse.org/c/platform/eclipse.platform.git/commit/?id=2995d4736c296847f794a0a96a263bc786363f15
verified in I20111027-1800