On Thu, Jan 2, 2014 at 4:14 PM, Oleg Nenashev <[email protected]> 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. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
