On Thu, Jan 2, 2014 at 4:14 PM, Oleg Nenashev <
o.v.ne...@gmail.com> wrote:
> The one-click debug has been explicitly disabled in Netbeans 7.3.
Not at all, Debug Project on a plugin works fine. What has been
disabled (in Jenkins sources, not for any particular IDE version) is
compile-on-save mode (CoS) for tests in the Jenkins core repository:
you should explicitly Build Project on the ‘core’ module before
running a functional test in the ‘test’ module, which is slower (forks
Maven) but reliable. Tests in plugins are still run using CoS.