Geoff, Wicket 2 has not been migrated properly to the wicket-parent structure... I intend to do so in the coming weeks.
As for wicket-extensions not listing commons-logging, that is not necessary, because wicket-2.0-SNAPSHOT already has that one on the classpath, and it is inherited from the dependency on wicket core. Martijn On 10/6/06, Geoff hendrey <[EMAIL PROTECTED]> wrote: > looks like the pom.xml for wicket-extensions fails to properly list > commons-logging as a dependency > > C:\project\wicket-extensions>mvn 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 C:\project\wicket-extensions\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > C:\project\wicket-extensions\src\java\wicket\extensions\util\encoding\CharSetUti > l.java:[26,34] package org.apache.commons.logging does not exist > > C:\project\wicket-extensions\src\java\wicket\extensions\util\encoding\CharSetUti > l.java:[27,34] package org.apache.commons.logging does not exist > > C:\project\wicket-extensions\src\java\wicket\extensions\util\encoding\CharSetUti > l.java:[44,29] cannot find symbol > symbol : class Log > location: class wicket.extensions.util.encoding.CharSetUtil > > C:\project\wicket-extensions\src\java\wicket\extensions\markup\html\datepicker\D > atePickerSettings.java:[29,34] package org.apache.commons.logging does not > exist > > > C:\project\wicket-extensions\src\java\wicket\extensions\markup\html\datepicker\D > atePickerSettings.java:[48,29] cannot find symbol > symbol : class Log > location: class wicket.extensions.markup.html.datepicker.DatePickerSettings > > C:\project\wicket-extensions\src\java\wicket\extensions\markup\html\image\resour > ce\ThumbnailImageResource.java:[29,34] package org.apache.commons.logging > does n > ot exist > > C:\project\wicket-extensions\src\java\wicket\extensions\markup\html\image\resour > ce\ThumbnailImageResource.java:[50,29] cannot find symbol > symbol : class Log > location: class > wicket.extensions.markup.html.image.resource.ThumbnailImageResou > rce > > C:\project\wicket-extensions\src\java\wicket\extensions\util\encoding\CharSetUti > l.java:[44,39] cannot find symbol > symbol : variable LogFactory > location: class wicket.extensions.util.encoding.CharSetUtil > > C:\project\wicket-extensions\src\java\wicket\extensions\markup\html\datepicker\D > atePickerSettings.java:[48,39] cannot find symbol > symbol : variable LogFactory > location: class wicket.extensions.markup.html.datepicker.DatePickerSettings > > C:\project\wicket-extensions\src\java\wicket\extensions\markup\html\image\resour > ce\ThumbnailImageResource.java:[50,39] cannot find symbol > symbol : variable LogFactory > location: class > wicket.extensions.markup.html.image.resource.ThumbnailImageResou > rce > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > 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> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
