Re: build from the wicket-1.4-m3 source failing

2008-09-01 Thread wicket user
i am using the version 1.5.0_04

thanks
Dipu

On Sun, Aug 31, 2008 at 12:39 PM, Timo Rantalaiho [EMAIL PROTECTED]wrote:

 On Tue, 26 Aug 2008, wicket user wrote:
  when i try to build the wicket from the wicket-1.4-m3 source its failing
  with the following message

 What Java version do you use to compile? In 1.5 there have
 been a lot of generics bugs, some of which are fixed in
 recent 1.5 versions.

 Best wishes,
 Timo

 --
 Timo Rantalaiho
 Reaktor Innovations OyURL: http://www.ri.fi/ 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: build from the wicket-1.4-m3 source failing

2008-09-01 Thread Matej Knopp
What good it is to tell us which version you are using? The latest is
IIRC updated 16 so your JDK/JRE is really outdated. Please update your
JDK first before complaining. And when it still doesn't work let us
know.

-Matej

On Mon, Sep 1, 2008 at 3:34 PM, wicket user [EMAIL PROTECTED] wrote:
 i am using the version 1.5.0_04

 thanks
 Dipu

 On Sun, Aug 31, 2008 at 12:39 PM, Timo Rantalaiho [EMAIL PROTECTED]wrote:

 On Tue, 26 Aug 2008, wicket user wrote:
  when i try to build the wicket from the wicket-1.4-m3 source its failing
  with the following message

 What Java version do you use to compile? In 1.5 there have
 been a lot of generics bugs, some of which are fixed in
 recent 1.5 versions.

 Best wishes,
 Timo

 --
 Timo Rantalaiho
 Reaktor Innovations OyURL: http://www.ri.fi/ 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build from the wicket-1.4-m3 source failing

2008-09-01 Thread wicket user
sorry about that.

I updated to the latest version of JDK and its still failing to build.

pasting the stack trace below if it helps

thanks
Dipu


C:\wicket\wicket-svn\releases\wicket-1.4-m3\wicket\src\main\java\org\apache\wick
et\util\tester\FormTester.java:[600,20] inconvertible types
found   : org.apache.wicket.markup.html.form.FormComponentcapture of ?
required: org.apache.wicket.markup.html.form.upload.FileUploadField


[INFO]

[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
C:\wicket\wicket-svn\releases\wicket-1.4-m3\wicket\src\main\java\org\apache\wick
et\util\tester\FormTester.java:[600,20] inconvertible types
found   : org.apache.wicket.markup.html.form.FormComponentcapture of ?
required: org.apache.wicket.markup.html.form.upload.FileUploadField


at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:579)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:499)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:478)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:330)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:291)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation
fail
ure
C:\wicket\wicket-svn\releases\wicket-1.4-m3\wicket\src\main\java\org\apache\wick
et\util\tester\FormTester.java:[600,20] inconvertible types
found   : org.apache.wicket.markup.html.form.FormComponentcapture of ?
required: org.apache.wicket.markup.html.form.upload.FileUploadField


at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompiler
Mojo.java:516)
at
org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:451)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:558)
... 16 more






On Mon, Sep 1, 2008 at 2:45 PM, Matej Knopp [EMAIL PROTECTED] wrote:

 What good it is to tell us which version you are using? The latest is
 IIRC updated 16 so your JDK/JRE is really outdated. Please update your
 JDK first before complaining. And when it still doesn't work let us
 know.

 -Matej

 On Mon, Sep 1, 2008 at 3:34 PM, wicket user [EMAIL PROTECTED]
 wrote:
  i am using the version 1.5.0_04
 
  thanks
  Dipu
 
  On Sun, Aug 31, 2008 at 12:39 PM, Timo Rantalaiho [EMAIL PROTECTED]
 wrote:
 
  On Tue, 26 Aug 2008, wicket user wrote:
   when i try to build the wicket from the wicket-1.4-m3 source its
 failing
   with the following message
 
  What Java version do you use to compile? In 1.5 there have
  been a lot of generics bugs, some of which are fixed in
  recent 1.5 versions.
 
  Best wishes,
  Timo
 
  --
  Timo Rantalaiho
  Reaktor Innovations OyURL: http://www.ri.fi/ 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: build from the wicket-1.4-m3 source failing

2008-08-31 Thread Timo Rantalaiho
On Tue, 26 Aug 2008, wicket user wrote:
 when i try to build the wicket from the wicket-1.4-m3 source its failing
 with the following message

What Java version do you use to compile? In 1.5 there have 
been a lot of generics bugs, some of which are fixed in 
recent 1.5 versions.

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations OyURL: http://www.ri.fi/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



build from the wicket-1.4-m3 source failing

2008-08-26 Thread wicket user
Hi,

when i try to build the wicket from the wicket-1.4-m3 source its failing
with the following message

\wicket-1.4-m3\wicket\src\main\java\org\apache\wicket\util\tester\FormTester.java:[600,20]
inconvertible types
found   : org.apache.wicket.markup.html.form.FormComponentcapture of ?
required: org.apache.wicket.markup.html.form.upload.FileUploadField

Can someone help me with what is going wrong please?


Regards
Dipu