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 install

and I have maven 2 installed on my machine.

D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions>mvn -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\targ
et\classes
[INFO] ----------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------
[INFO] Compilation failure

D:\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 exist

D:\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 exist

D:\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 Log
location: class wicket.extensions.markup.html.datepicker.DatePickerSettings

D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\util\en
coding\CharSetUtil.java:[27,34] package org.apache.commons.logging does not exist

D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\util\en
coding\CharSetUtil.java:[44,29] cannot find symbol
symbol  : class Log
location: class wicket.extensions.util.encoding.CharSetUtil

D:\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 not
exist

D:\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 Log
location: class wicket.extensions.markup.html.image.resource.ThumbnailImageResource

D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\
html\datepicker\DatePickerSettings.java:[48,39] cannot find symbol
symbol  : variable LogFactory
location: class wicket.extensions.markup.html.datepicker.DatePickerSettings

D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\util\en
coding\CharSetUtil.java:[44,39] cannot find symbol
symbol  : variable LogFactory
location: class wicket.extensions.util.encoding.CharSetUtil

D:\software\java\Wicket\svn-latest\wicket\trunk\wicket-extensions\src\java\wicket\extensions\markup\
html\image\resource\ThumbnailImageResource.java:[50,39] cannot find symbol
symbol  : variable LogFactory
location: 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>
>             <groupId>commons-logging</groupId>
>             <artifactId>commons-logging</artifactId>
>             <version>1.0.4</version>
>             <type>jar</type>
>             <scope>compile</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=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



--
-- karthik --
-------------------------------------------------------------------------
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=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to