Hi I am developing a plot plugin for my team at work, and I got a few problems I hope someone could help me with. The plugin is supposed to plot data from random custom made xml-files for a project, not necesseraly connected to any build or so.
1) I used the "TransientProjectActionFactory"-extension point for making the view-page of the project (just copied a random other plugin that did something similar). Doing this, I can now plot graphs at the host/%projectName%/xml-plot page. What I really want to do is to plot the graphs at the project frontpage (host/%projectName%/). How do I modify my plugin to do this? I could not find any plugins that posts anything on the project frontpage... 2) It seems to me that the java-code producing the page only runs every time I restart my local hudson server. Is there any way I can change this to run on every pageload, or for instance for every time the xml-files are updated? Best regards, Hans
