On Wed, 2004-05-05 at 02:47, Nicolas De Loof wrote: > I was thinking about something like this. > I vas trying to build a plugin that should as a "site" postGoal > It works this way: > > For ecah "*-report.xml" file in target/generated-doc it search a coresponding > stylesheet (jsl in plugin-resources) and applies it. > It then concat the result of all those stylesheets to a merged-repport.xml that could > be formated by xdoc and becomes the project summary on the site. It couls also be > saved > as timestamp or in DB.
My only problem with that is the you probably need a different parser for each report. The plugin may know in a better way how to extract the relevant information. So I would perhaps rather have the functionality to extract the info in each plugin, or at least make it possible to be there. The drawback with that are: - no centralization for information extraction - the plugin defines what is extracted. Each users may want different info. I would really appreciate some input/thoughts from the people who are working more on the core, such as Jason or Vincent. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
