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.

 dependency
 groupIdcommons-logging/groupId
 artifactIdcommons-logging/artifactId
 version1.0.4/version
 typejar/type
 scopecompile/scope
  /dependency

 thanks.
 -- karthik --

How are you building it, as isn't wicket-extensions dependent on
wicket, which should hava a dependency on clogging, so shouldn't that
be included automagically?

Certainly the IDEA plugin seems to think so when generating the module
file, for example...

/Gwyn
-- 
Download Wicket 1.2.2 now! - http://wicketframework.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 domvn -Dmaven.test.skip=true installand I have maven 2 installed on my machine.
D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensionsmvn -Dmaven.test.skip=true install[INFO] Scanning for projects...[INFO] 
[INFO] Building Wicket Extensions[INFO] task-segment: [install][INFO] [INFO] [resources:resources][INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]Compiling 147 source files to D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\target\classes[INFO] 
[ERROR] BUILD FAILURE[INFO] [INFO] Compilation failureD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\
html\datepicker\DatePickerSettings.java:[28,34] package org.apache.commons.logging does not existD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\html\datepicker\DatePickerSettings.java:[29,34] package 
org.apache.commons.logging does not existD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\html\datepicker\DatePickerSettings.java:[48,29] cannot find symbol
symbol : class Loglocation: class wicket.extensions.markup.html.datepicker.DatePickerSettingsD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\util\encoding\CharSetUtil.java:[27,34] package 
org.apache.commons.logging does not existD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\util\encoding\CharSetUtil.java:[44,29] cannot find symbolsymbol : class Log
location: class wicket.extensions.util.encoding.CharSetUtilD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\html\image\resource\ThumbnailImageResource.java:[29,34] package 
org.apache.commons.logging does notexistD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\html\image\resource\ThumbnailImageResource.java:[50,29] cannot find symbol
symbol : class Loglocation: class wicket.extensions.markup.html.image.resource.ThumbnailImageResourceD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\
html\datepicker\DatePickerSettings.java:[48,39] cannot find symbolsymbol : variable LogFactorylocation: class wicket.extensions.markup.html.datepicker.DatePickerSettingsD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\util\en
coding\CharSetUtil.java:[44,39] cannot find symbolsymbol : variable LogFactorylocation: class wicket.extensions.util.encoding.CharSetUtilD:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\
html\image\resource\ThumbnailImageResource.java:[50,39] cannot find symbolsymbol : variable LogFactorylocation: class wicket.extensions.markup.html.image.resource.ThumbnailImageResource[INFO] 
[INFO] For more information, run Maven with the -e switch[INFO] [INFO] Total time: 6 seconds[INFO] Finished at: Wed Oct 18 20:11:42 IST 2006
[INFO] Final Memory: 5M/21M[INFO] and ofcourse they go away the moment I add the commons-logging dependency. Any idea why it doesn't work for me?
On 10/18/06, Gwyn Evans [EMAIL PROTECTED] wrote:
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. dependency groupIdcommons-logging/groupId artifactIdcommons-logging/artifactId
 version1.0.4/version typejar/type scopecompile/scope/dependency thanks. -- karthik --
How are you building it, as isn't wicket-extensions dependent onwicket, which should hava a dependency on clogging, so shouldn't thatbe included automagically?Certainly the IDEA plugin seems to think so when generating the module
file, for example.../Gwyn--Download Wicket 1.2.2 now! - http://wicketframework.org-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

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.pom file in
your local repo, to see if the dependency's there?

  You should be able to get an idea of what dependencies are being
looked for where via mvn -X .  Maybe mvn -U ... would help,
but I don't know.

/Gwyn
-- 
Download Wicket 1.2.2 now! - http://wicketframework.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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?

   Nothing specific - Things to check would be the wicket pom involved,
 e.g. the wicket\wicket\2.0-SNAPSHOT\wicket-2.0-SNAPSHOT.pom file in
 your local repo, to see if the dependency's there?

   You should be able to get an idea of what dependencies are being
 looked for where via mvn -X .  Maybe mvn -U ... would help,
 but I don't know.

 /Gwyn
 --
 Download Wicket 1.2.2 now! - http://wicketframework.org

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-- 
a href=http://www.thebeststuffintheworld.com/vote_for/wicket;Vote/a
for a href=http://www.thebeststuffintheworld.com/stuff/wicket;Wicket/a
at the a href=http://www.thebeststuffintheworld.com/;Best Stuff in
the World!/a

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user