pditommaso / wicket-ext

Automatically exported from code.google.com/p/wicket-ext
0 stars 0 forks source link

Cannot build wicket-ext-examples #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When checking out the read only version of wicket-ext. I cannot build the
project using Maven. I tried running 'mvn jetty:run' inside
wicket-ext-examples and got the following exception:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/users/jstarker3/workspace/wicket-ext-read-only/wicket-ext-examples/src/com/test
/wicket/ext/DataViewPage.java:[11,36]
package org.wicketstuff.extjs.ux.grid does not exist

/users/jstarker3/workspace/wicket-ext-read-only/wicket-ext-examples/src/com/test
/wicket/ext/TablePage.java:[5,40]
package org.wicketstuff.extjs.ux.behavior does not exist

/users/jstarker3/workspace/wicket-ext-read-only/wicket-ext-examples/src/com/test
/wicket/ext/GridExpandingPanelPage.java:[9,36]
package org.wicketstuff.extjs.ux.grid does not exist

/users/jstarker3/workspace/wicket-ext-read-only/wicket-ext-examples/src/com/test
/wicket/ext/DataViewPage.java:[20,39]
cannot find symbol
symbol  : class ExtSearchDataView
location: class com.test.wicket.ext.DataViewPage

/users/jstarker3/workspace/wicket-ext-read-only/wicket-ext-examples/src/com/test
/wicket/ext/TablePage.java:[12,16]
cannot find symbol
symbol  : class ExtTableGridBehavior
location: class com.test.wicket.ext.TablePage

/users/jstarker3/workspace/wicket-ext-read-only/wicket-ext-examples/src/com/test
/wicket/ext/GridExpandingPanelPage.java:[15,2]
cannot find symbol
symbol  : class ExtExpandingGridView
location: class com.test.wicket.ext.GridExpandingPanelPage

/users/jstarker3/workspace/wicket-ext-read-only/wicket-ext-examples/src/com/test
/wicket/ext/GridExpandingPanelPage.java:[16,18]
cannot find symbol
symbol  : class ExtExpandingGridView
location: class com.test.wicket.ext.GridExpandingPanelPage

Original issue reported on code.google.com by jstar...@gmail.com on 23 Feb 2009 at 10:11

GoogleCodeExporter commented 9 years ago
You definitely have to add dependency to 
http://code.google.com/p/wicket-ext-bundle/.
It contains missing sources.
But I can't tell how. I'm still trying to figure out how to include this stuff 
into
my project ...

Original comment by koval...@gmail.com on 13 Mar 2009 at 9:43

GoogleCodeExporter commented 9 years ago
I also have this problem. It seems that wicket-ext-examples depends on 
wicket-ext,
but some Pages are missing in wicket-ext (Grids, mostly). Maybe the two projects
weren't committed simultaneously.

Original comment by vmont...@gmail.com on 21 Apr 2009 at 10:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Maybe this ticket is obsolete. I built the project without any problems.

Original comment by mg.mlists@gmail.com on 26 Jul 2009 at 5:39