Hi Michael, Thanks for your help, just a note for future readers - the directory should not have a trailing "s", i.e. " src/main/webapp".
I can see that this is uploaded to the server, and looks a lot better, from the root of Jenkins I now have: ./plugins/PluginName/help-comments.html However, it's still not working, my help attribute URL looks like this: /plugins/PluginName/help-comments.html Also, I've tried to retrieve it via URL, and it's giving me a 404 (not sure if it's meant to retrieve the file): http://jenkins:8080/plugins/PluginName/help-comments.html Any ideas? Thanks again for your help. Regards, jwa On Friday, 17 August 2012 08:29:47 UTC+1, mpapo - Michaël Pailloncy wrote: > > Hi, > > You must add your help files to src/main/webapps/ (directly in this > directory) instead of src/main/resources/your/package/.. > > Michaël > > 2012/8/16 jwa <jamie...@gmail.com <javascript:>> > >> Hi Folks, >> >> I'm writing a custom action, and I can't get help files to work! I've >> tried using the help attribute on the f:entry. It shows the help icon, but >> when clicked it doesn't show the details: >> >> <f:entry title="Comments" >> help="/plugin/PluginName/help-comments.html"> >> <f:textarea id="idComments" >> name="comments" /> >> </f:entry> >> >> And then I have the following resource: >> >> >> src/main/resources/com/me/myproject/plugin/ActionName/help-comments.html >> >> There doesn't seem to be a lot of documentation on this. >> >> Any help would be greatly appreciated. >> >> Regards, >> >> Jamie >> > >