Hi All, Just pulled down the code out of Git and got everything up and running on Windows. This was pretty simple, and the UI looks great under chrome.
I was thinking of writing a maven plugin to generate the processor usage HTML documentation. Looking through the existing processor documentation, it seems like most of this information comes directly from the code in the processors, via @CapabilityDescription, and the PropertyDescriptors and Relationships. Then if your processor only requires this level of documentation in the HTML format, you could tie this plugin to the build, and keep your inline processor documentation in sync with the HTML documentation. What do you think? Dan Bress Software Engineer ONYX Consulting Services
