Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Jean-Baptiste Quenot
* Jean-Baptiste Quenot: > Author: jbq > Date: Tue Feb 27 15:29:12 2007 > New Revision: 512491 > > URL: http://svn.apache.org/viewvc?view=rev&rev=512491 > Log: > Merged with revision 497650: > > better creation of the tmp/work dir and cleanup > > Modified: > > incubator/wicket/branches/wicke

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Eelco Hillenius
I don't know about that maven option, but if you check out the project from svn with the project files (which are custom) it should prevent you adding > 1.4 code. Eelco On 2/27/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: * Jean-Baptiste Quenot: > Author: jbq > Date: Tue Feb 27 15:29:12

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Jean-Baptiste Quenot
* Eelco Hillenius: > I don't know about that maven option, but if you check out the > project from svn with the project files (which are custom) it > should prevent you adding > 1.4 code. I already have 1.4 compliance level in the project. -- Jean-Baptiste Quenot aka John Banana Qwe

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Eelco Hillenius
I already have 1.4 compliance level in the project. That *and* in the libraries section you should set JRE system library to 'execution environment JSE-1.4 (JVM 1.4). Eelco

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Jean-Baptiste Quenot
* Eelco Hillenius: > > I already have 1.4 compliance level in the project. > > That *and* in the libraries section you should set JRE system > library to 'execution environment JSE-1.4 (JVM 1.4). I have J2SE-1.4, but pointing to my one and only JDK: 1.5. Shall I install JDK 1.4 as well? --

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Igor Vaynberg
eclipse doesnt catch this, neither does javac i dont think :| they catch generics and other language constructs, but you can still import classes like stringbuilder -igor On 2/27/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: * Eelco Hillenius: > > I already have 1.4 compliance level in

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Eelco Hillenius
On 2/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: eclipse doesnt catch this, neither does javac i dont think :| they catch generics and other language constructs, but you can still import classes like stringbuilder Not if you use the JDK 1.4 lib as the syslib of your project. Which is why th

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Igor Vaynberg
yes if you have the actual 1.4jdk installed :) but i bet a lot of people dont -igor On 2/27/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: On 2/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > eclipse doesnt catch this, neither does javac i dont think :| they catch > generics and other langu

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-27 Thread Eelco Hillenius
> eclipse doesnt catch this, neither does javac i dont think :| they catch > generics and other language constructs, but you can still import classes > like stringbuilder Not if you use the JDK 1.4 lib as the syslib of your project. Which is why that project file is committed like that. Or mayb

Re: svn commit: r512491 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/MockServletContext.java

2007-02-28 Thread Frank Bille
On 2/28/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: * Eelco Hillenius: > > I already have 1.4 compliance level in the project. > > That *and* in the libraries section you should set JRE system > library to 'execution environment JSE-1.4 (JVM 1.4). I have J2SE-1.4, but pointing to m