It seems that the import of TestBean in the TestPage class specifies a wrong package. Which package did you specify when generating the archetype?
2009/4/1 emilis <emilis.k...@gmail.com> > > Hello, > I done all steps by this blog: > > blog url > > > And have error on gorm stubs compilation: > > > [INFO] [groovy:generateStubs {execution: default}] > [INFO] Generated 2 Java stubs > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 2 source files to > /home/emilis/coding/java/tapestry/myapp/target/classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > /home/emilis/coding/java/tapestry/myapp/target/generated-sources/groovy-stubs/main/TestPage.java:[15,27] > package org.example.entities does not exist > > > > /home/emilis/coding/java/tapestry/myapp/target/generated-sources/groovy-stubs/main/TestPage.java:[15,27] > package org.example.entities does not exist > > > > As I understand java firstu must to compile TestBean.java stub, and only > then TestPage.java > > Any suggestons? > > -- > View this message in context: > http://n2.nabble.com/Tapestry-5-on-top-of-GORM-with-Maven-tp2568420p2568420.html > Sent from the Tapestry Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >