Re: Time constraints til 09-04: wicket 7

2015-04-28 Thread Martijn Dashorst
I'm currently testing the application for runtime errors (and fixing runtime warnings too) Biggest hurdles thus far: - the addition of the extra method to the IChoiceRenderer interface - adding asm-5.0.3 to wicket-ioc as a dependency (CXF has a dependency on 3.3.1) Martijn On Thu, Apr 16, 2015

Re: Time constraints til 09-04: wicket 7

2015-04-16 Thread Martijn Dashorst
I've my workspace compiling, tomorrow is run day. Martijn > On 15 apr. 2015, at 14:30, Martijn Dashorst > wrote: > > Unfortunately all getIdValue() methods have their own implementation, > which has to be the inverse of getObject()... > > Martijn > >> On Wed, Apr 15, 2015 at 2:22 PM, Martin

Re: Time constraints til 09-04: wicket 7

2015-04-15 Thread Martijn Dashorst
Unfortunately all getIdValue() methods have their own implementation, which has to be the inverse of getObject()... Martijn On Wed, Apr 15, 2015 at 2:22 PM, Martin Grigorov wrote: > You can extend from ChoiceRenderer and leave the methods you have already > to override the defaults. > > Martin G

Re: Time constraints til 09-04: wicket 7

2015-04-15 Thread Martin Grigorov
You can extend from ChoiceRenderer and leave the methods you have already to override the defaults. Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Apr 15, 2015 at 2:58 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote:

Re: Time constraints til 09-04: wicket 7

2015-04-15 Thread Martijn Dashorst
Many thanks! I'm currently working on the migration again, have to fix 56 errors related to the IChoiceRenderer addition, and I'll incorporate the tree/treetable from there. Martijn On Fri, Apr 10, 2015 at 8:53 AM, Martin Grigorov wrote: > Hi, > > The old Tree classes has been copied to: > htt

Re: Time constraints til 09-04: wicket 7

2015-04-03 Thread Tobias Soloschenko
thank you two for your effort! kind regards Tobias > Am 03.04.2015 um 11:35 schrieb Martijn Dashorst : > > I've updated the project with a README. I forgot to commit and push that one. > > Martijn > >> On Fri, Apr 3, 2015 at 10:26 AM, Martin Grigorov >> wrote: >> @Martijn: what is the corre

Re: Time constraints til 09-04: wicket 7

2015-04-03 Thread Martijn Dashorst
I've updated the project with a README. I forgot to commit and push that one. Martijn On Fri, Apr 3, 2015 at 10:26 AM, Martin Grigorov wrote: > @Martijn: what is the correct way to release wicket-eclipse-settings > module/project ? > > martin@martin-laptop:~/git/apache/wicket/wicket-eclipse-sett

Re: Time constraints til 09-04: wicket 7

2015-04-03 Thread Martin Grigorov
@Martijn: what is the correct way to release wicket-eclipse-settings module/project ? martin@martin-laptop:~/git/apache/wicket/wicket-eclipse-settings$ mvn release:prepare adds: scm:svn: http://svn.apache.org/repos/asf/maven/pom/tags/wicket-eclipse-settings-2 scm:svn: https://svn.apache

Re: Time constraints til 09-04: wicket 7

2015-04-02 Thread Tobias Soloschenko
Thank you very much - then it can be released. Am 02.04.15 um 10:36 schrieb Emond Papegaaij: I've tested the settings, and they look fine. The compiler level is set to 7 and formatting works as expected. Best regards, Emond On Wednesday 01 April 2015 22:30:15 Tobias Soloschenko wrote: I just

Re: Time constraints til 09-04: wicket 7

2015-04-02 Thread Emond Papegaaij
I've tested the settings, and they look fine. The compiler level is set to 7 and formatting works as expected. Best regards, Emond On Wednesday 01 April 2015 22:30:15 Tobias Soloschenko wrote: > I just gave some hints - you did all the stuff! ;-) > > I saw something about a new SNAPSHOT version

Re: Time constraints til 09-04: wicket 7

2015-04-01 Thread Tobias Soloschenko
I just gave some hints - you did all the stuff! ;-) I saw something about a new SNAPSHOT version of wicket-eclipse-setting and I also saw that it corrects the compiler level in the prefs - so yes two versions for JDK 6 and JDK 7 are needed - version 2-SNAPSHOT in the master branch has to be tes

Re: Time constraints til 09-04: wicket 7

2015-04-01 Thread andrea del bene
Well, the release of Wicket 7 might be itself an April fools day joke :). Going back to serious matters, with the fundamental help of Tobias, we are preparing a new module to integrate user guide generation into Maven workflow. The work is in branch 'grails-maven-integration'. The code is alre

Re: Time constraints til 09-04: wicket 7

2015-04-01 Thread Martijn Dashorst
On Wed, Apr 1, 2015 at 2:14 PM, Martin Grigorov wrote: > On Wed, Apr 1, 2015 at 2:44 PM, Martijn Dashorst > wrote: > >> Due to an excessive workload currently at €dayjob until 9 april I am > > I guess this is your joke for today. Fine! :-) I wish :-) >> unable to perform releases or work on anyt

Re: Time constraints til 09-04: wicket 7

2015-04-01 Thread Martin Grigorov
Hi Martijn, On Wed, Apr 1, 2015 at 2:44 PM, Martijn Dashorst wrote: > Due to an excessive workload currently at €dayjob until 9 april I am > I guess this is your joke for today. Fine! :-) > unable to perform releases or work on anything else than the > conference I'm organizing. > > Things I'

Time constraints til 09-04: wicket 7

2015-04-01 Thread Martijn Dashorst
Due to an excessive workload currently at €dayjob until 9 april I am unable to perform releases or work on anything else than the conference I'm organizing. Things I'd like to accomplish before finalizing 7: - move the deprecated Wicket 6 Tree* to wicket stuff - run our application (migration to