Robert, thank you for the hint. I managed to use FireBug for the analysis and see as answer for the body something like this (shortened):
<tr><td class="setting-leftspace"> </td><td class="setting-name">Quelldateien</td><td class="setting-main"> <input name="_.sources" value="" class="setting-input " type="text" /></td><td class="setting-help"><a class="help-button" href="#" helpURL="/descriptor/de.berg.systeme.jenkins.wix.WixToolsetBuilder/help/sources"><img height="16" alt="Help for feature: Quelldateien" width="16" src="/static/3b3c88b5/images/16x16/help.png" /></a></td></tr><tr class="validation-error-area"><td colspan="2"></td><td></td></tr><tr class="help-area"><td></td> [...] </tr></tbody></table></td></tr> This looks exactly what I am looking for. But in the answer I am missing the opening table-Tag... How can I dig deeper? 2014-03-04 11:11 GMT+01:00 Sandell, Robert <[email protected]>: > The view for your build step is rendered in an ajax call as you select the > build step. So open up the network monitor in chrome devtools or firebug as > you select your build step and look at the response header and body for the > /render request. For me at one time it was a NullPointerException in the > view code that didn't show anywhere else and that made the view not show. > > /B > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Berg Björn > Sent: den 3 mars 2014 20:58 > To: [email protected] > Subject: Problem with stapler and config.jelly > > Hi @ll, > > I have a problem with my plugin wix-plugin for Jenkins and I hope someone > on the list can give me a hint: > > After I have refactored the plugin by moving all directories one level > upwards, the plugin behaves strange. It builds smooth and all tests on a > Windows machine run fine. The directories inside the maven project does not > have changed, so the package structure is still unchanged. > > But when I start or debug the plugin, I can configure a Job, and choose a > build step. While choosing the build step "Wix Toolset" no form > (config.jelly) is shown and I cannot see any error message inside the log > or the console. > > On the configuration screen of Jenkins (global.jelly) all forms are shown > correctly. > > I am building against Jenkins 1.466. > > Has anybody encountered such a problem? How can I see whats happening > inside? > > Kind regards, > Björn > > > > -- > 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. > > -- > 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. > -- 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/d/optout.
