Hi there,
checking out the latest source from Apache SVN in order to get a
wicket SNAPSHOT needed for the svn wicket-phonebook app, I get the
following error. Is that me or the source?

Cheers

/Peter

peter-mbp:~/code/wicket/wicket peter$ mvn install
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Wicket
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 479 source files to /Users/peter/code/wicket/wicket/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/peter/code/wicket/wicket/src/main/java/wicket/markup/html/WebPage.java:[169,43]
inconvertible types
found   : wicket.Component<capture of ?>
required: wicket.markup.html.internal.HeaderContainer

/Users/peter/code/wicket/wicket/src/main/java/wicket/markup/html/list/Loop.java:[171,67]
inconvertible types
found   : wicket.Component<capture of ?>
required: wicket.markup.html.list.Loop.LoopItem


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Jan 03 21:53:52 CET 2007
[INFO] Final Memory: 7M/39M
[INFO] ------------------------------------------------------------------------

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to