Hi Roger, yes, probably because now I'm using eclipse 4.3 (Kepler) with many Compilation warnings enabled ... I'll commit soon even all those changes (there are many) ... Anyway, this is the related issue (just to remember, for the commit to do ...): https://issues.apache.org/jira/browse/PIVOT-895
> do not see these compilation errors. Maybe because I added "wtk/lib/*.jar" to > the classpath and a similar change needs to be made in the Eclipse build > settings?! yes, after sending the email I just think that this is the problem :-) ... I'll fix it soon even in eclipse project files. Thanks for now. Bye 2013/8/29 Roger Whitcomb <rogerandb...@rbwhitcomb.com>: > Hi Sandro, > This is good. I did make some changes to use the new Java 7 "diamond" > operator and did not revert them. So, if Eclipse finds more than I did then > by all means change them :) > I do not see these compilation errors. Maybe because I added > "wtk/lib/*.jar" to the classpath and a similar change needs to be made in the > Eclipse build settings?! > > HTH, > ~Roger > > > On Aug 29, 2013, at 7:26 AM, Sandro Martini <sandro.mart...@gmail.com> wrote: > >> Hi all, >> I'm reviewing Pivot sources in trunk, and I'm updating eclipse project >> settings to require Java SE 7, and so enable Code compliance settings >> for it ... >> >> So now I get many eclipse warnings, like "Redundant specification of >> type arguments" and I'm fixing them (there are a lot) ... but I >> remember that some time ago Roger did a similar step (and then >> reverted ?) ... I think this could be a small (but useful) >> simplification in sources (and I'm fixing even other eclipse 4.3 >> warnings), someone is against it ? >> >> Of course 2.0.x barnch won't be affected (it stay on Java SE 6 as >> requirements). >> >> >> Last, I get many compilation errors due to missing dependencies for >> the new VFSFileBrowser (or similar) ... Roger do you have the same >> compilation errors ? I see that Jenkins builds for trunk (on Java 7) >> are ok ... >> >> >> Tell me. >> >> Bye, >> Sandro >>