Re: Question about Wiki display

2016-03-20 Thread Harry Metske
Mike, that could be because of caching. The property jspwiki.usePageCache = true is default, and so you might have page caching on. You can verify that on your wiki by creating a page like https://jspwiki-wiki.apache.org/Wiki.jsp?page=SystemInfo and check the *Current Page Provider *setting. rega

WorksheetPlugin

2016-03-20 Thread cfr Mails 2016
Hi JSPWiki developers, I am working with JSPWiki since a few years now (as a user) and it is really useful for distributing up-to-date information to the team. We are working a lot with Microsoft Office products, and people like having their data stored in Excel tables. In order to get this dat

Re: WorksheetPlugin

2016-03-20 Thread Juan Pablo Santos Rodríguez
Hi Christian, thanks for sharing your plugin! - re. packaging additional files, as you're shipping a maven project, the easiest way to distribute your plugin is to declare the additional jars as dependecies (as you've done). That way, anyone retrieving your plugin is going to get the additional j

Re: WorksheetPlugin

2016-03-20 Thread Harry Metske
I re-enabled user registration on the wiki, you should be able to register now. Regards, Harry Op 20 mrt. 2016 9:21 p.m. schreef "Juan Pablo Santos Rodríguez" < juanpablo.san...@gmail.com>: > Hi Christian, > > thanks for sharing your plugin! > > - re. packaging additional files, as you're shippin

Re: WorksheetPlugin

2016-03-20 Thread cfr Mails 2016
Thanks Harry, I could create my account now. Thanks Juan Pablo, for your feedback; I will do as suggested. Just one remark: I added the "log4j.properties" file because it was written here: https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToWriteAPlugin

Re: WorksheetPlugin

2016-03-20 Thread David Vittor
Hi Christian, Glad to hear you liked my "How To Write A Plugin" page :) Yes the log4j part I added in there for debugging and ensuring the code in the plugin used the log4j framework, but I think Juan is right that it probably does not need to be bundled into the plugin. This page will have to be