Re: WorksheetPlugin

2016-03-29 Thread cfr Mails 2016
s for the feedbackChristian > > Ursprüngliche Nachricht > Von: Dave Koelmeyer > Datum: 29.03.2016 06:20 (GMT+01:00) > An: dev@jspwiki.apache.org > Betreff: Re: WorksheetPlugin > > Hi Christian, > > Just about to give this a whirl, when the &

AW: Re: WorksheetPlugin

2016-03-29 Thread cfr2015
Hi Dave I will remove this subdirectory from the .zip file. Thanks for the feedbackChristian Ursprüngliche Nachricht Von: Dave Koelmeyer Datum: 29.03.2016 06:20 (GMT+01:00) An: dev@jspwiki.apache.org Betreff: Re: WorksheetPlugin Hi Christian, Just about to give

Re: WorksheetPlugin

2016-03-28 Thread Dave Koelmeyer
Hi Christian, Just about to give this a whirl, when the "WorksheetPlugin-jar-dependencies.zip" file is extracted it seems to also create a subdirectory containing what looks like OS X resource forks ("__MACOSX") – is this needed at all? Cheers, Dave On 26/03/16 02:57, Christian Froehler wrote:

Re: WorksheetPlugin

2016-03-25 Thread Harry Metske
Christian, the page is perfectly visible, also for anonymous users. tx, Harry On 25 March 2016 at 14:57, Christian Froehler wrote: > Hi, > > so I spent some work on the Plugin... > > - Apache POI offers a class "ToHtml" in its "poi-examples.jar" which does > an excellent job, including .css f

Re: WorksheetPlugin

2016-03-25 Thread Christian Froehler
Hi, so I spent some work on the Plugin... - Apache POI offers a class "ToHtml" in its "poi-examples.jar" which does an excellent job, including .css formatting. Therefore I removed the dependency to the "Table" plugin - Had a hard time understanding why the Plugin would break my existing JSPWi

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

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 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 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