Re: [Wicket-user] missing commons-logging dependency in wicket-extensions 2.

2006-10-18 Thread Martijn Dashorst
http://maven.apache.org/plugins/maven-help-plugin/effective-pom-mojo.html On 10/18/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: > On 18/10/06, karthik Guru <[EMAIL PROTECTED]> wrote: > > and ofcourse they go away the moment I add the commons-logging dependency. > > Any idea why it doesn't work for me

Re: [Wicket-user] missing commons-logging dependency in wicket-extensions 2.

2006-10-18 Thread Gwyn Evans
On 18/10/06, karthik Guru <[EMAIL PROTECTED]> wrote: > and ofcourse they go away the moment I add the commons-logging dependency. > Any idea why it doesn't work for me? Nothing specific - Things to check would be the wicket pom involved, e.g. the wicket\wicket\2.0-SNAPSHOT\wicket-2.0-SNAPSHOT.po

Re: [Wicket-user] missing commons-logging dependency in wicket-extensions 2.

2006-10-18 Thread karthik Guru
Uhhm, yes you are right. I'm not sure why its not building on my machine without the commons-logging dependency.I just do>mvn -Dmaven.test.skip=true installand I have maven 2 installed on my machine. D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions>mvn -Dmaven.test.skip=true instal

Re: [Wicket-user] missing commons-logging dependency in wicket-extensions 2.

2006-10-18 Thread Gwyn Evans
On 18/10/06, karthik Guru <[EMAIL PROTECTED]> wrote: > While building wicket-extensions 2.0, i didn't notice the commons-logging > dependency in pom.xml. May be you can verify if that is indeed the case in > the trunk and update it. > > > commons-logging > commons-logging >

[Wicket-user] missing commons-logging dependency in wicket-extensions 2.

2006-10-18 Thread karthik Guru
While building wicket-extensions 2.0, i didn't notice the commons-logging dependency in pom.xml. May be you can verify if that is indeed the case in the trunk and update it.            commons-logging             commons-logging            1.0.4            jar            compile  thanks.-- karthik