RE: Error building wicket-6.19.0 from src

2015-02-18 Thread Chris Colman
No worries! -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Wednesday, 18 February 2015 6:31 PM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src Thanks! I've changed it to '/'. Works fine here (as expected). Martin

Re: Error building wicket-6.19.0 from src

2015-02-17 Thread Tobias Soloschenko
/className to ensure it works on both Windows and *nix. Regards, Chris -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Saturday, 14 February 2015 7:35 AM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src I use to say

Re: Error building wicket-6.19.0 from src

2015-02-17 Thread Martin Grigorov
@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src I use to say because Windows users decided to suffer themselves (with the decision to use Windows) :-) If you find the reason and a solution then we would be happy to apply it (unless it breaks the less-problematic OS-es

RE: Error building wicket-6.19.0 from src

2015-02-17 Thread Chris Colman
: Saturday, 14 February 2015 7:35 AM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src I use to say because Windows users decided to suffer themselves (with the decision to use Windows) :-) If you find the reason and a solution then we would be happy to apply

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
February 2015 5:06 AM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src Hi, which Java Version are you using currently? There is an issue of the clirr plugin not to work with Java 8 at the moment. I filed in a ticket: https://issues.apache.org/jira/browse/WICKET

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
-Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Thursday, 12 February 2015 11:22 PM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src Hi, According to the SCM history [1] this class hasn't been changed since Nov 26 2012. 1

Re: Error building wicket-6.19.0 from src

2015-02-13 Thread Tobias Soloschenko
Grigorov [mailto:mgrigo...@apache.org] Sent: Thursday, 12 February 2015 11:22 PM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src Hi, According to the SCM history [1] this class hasn't been changed since Nov 26 2012. 1. https://github.com/apache/wicket/commits/wicket

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
I pulled it from git. I'm trying to compile while on the 6.19.0 branch. Regards, Chris -Original Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Thursday, 12 February 2015 11:21 PM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
[mailto:tobiassolosche...@googlemail.com] Sent: Saturday, 14 February 2015 5:06 AM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src Hi, which Java Version are you using currently? There is an issue of the clirr plugin not to work with Java 8 at the moment. I filed

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
2015 7:29 AM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src Please give more details what you are doing. Where exactly it breaks. Error like: [ERROR] 7014: org.apache.wicket.feedback.FeedbackCollector: Method 'public java.util.List collect()' is now final

RE: Error building wicket-6.19.0 from src

2015-02-13 Thread Chris Colman
2015 5:39 AM To: users@wicket.apache.org Subject: RE: Error building wicket-6.19.0 from src Ah bingo! That's probably it. I'm using: java version 1.8.0_25 Java(TM) SE Runtime Environment (build 1.8.0_25-b18) Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode) -Original

Re: Error building wicket-6.19.0 from src

2015-02-13 Thread Martin Grigorov
@wicket.apache.org Subject: RE: Error building wicket-6.19.0 from src Ah bingo! That's probably it. I'm using: java version 1.8.0_25 Java(TM) SE Runtime Environment (build 1.8.0_25-b18) Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode) -Original Message- From: Tobias

Re: Error building wicket-6.19.0 from src

2015-02-13 Thread Martin Grigorov
is using file.separator and not explicitly '/' -Original Message- From: Tobias Soloschenko [mailto:tobiassolosche...@googlemail.com] Sent: Saturday, 14 February 2015 5:06 AM To: users@wicket.apache.org Subject: Re: Error building wicket-6.19.0 from src Hi, which Java Version

Re: Error building wicket-6.19.0 from src

2015-02-12 Thread Andrea Del Bene
Hi, how did you get the code ? did you download it or did you use the 6.19.0 branch? I've tested the source from distribution (http://www.apache.org/dyn/closer.cgi/wicket/6.19.0) and everything it's fine. These method are final since a long time... I get the following error when I try to

Re: Error building wicket-6.19.0 from src

2015-02-12 Thread Martin Grigorov
Hi, According to the SCM history [1] this class hasn't been changed since Nov 26 2012. 1. https://github.com/apache/wicket/commits/wicket-6.x/wicket-core/src/main/java/org/apache/wicket/feedback/FeedbackCollector.java Martin Grigorov Wicket Training and Consulting