Kolesnikov, Alexander GNI a écrit :
No, that's not what I meant.

First of all, I followed the instructions available here:

http://tapestry.apache.org/tapestry5/quickstart/
I did exactly the same: following this quickstart page.

The project was successfully built but then it does not compile because of errors :

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

D:\essais.maven\my-appT5\src\main\java\org\example\myappT5\services\AppModule.java:[8,42] cannot find symbol
symbol  : class Contribute
location: package org.apache.tapestry.ioc.annotations

D:\essais.maven\my-appT5\src\main\java\org\example\myappT5\services\AppModule.java:[9,42] cannot find symbol
symbol  : class Id
location: package org.apache.tapestry.ioc.annotations

D:\essais.maven\my-appT5\src\main\java\org\example\myappT5\services\AppModule.java:[20,1] cannot find symbol
symbol: class Id
@Id("app")

D:\essais.maven\my-appT5\src\main\java\org\example\myappT5\services\AppModule.java:[23,5] cannot find symbol
symbol  : class Contribute
location: class org.example.myappT5.services.AppModule

D:\essais.maven\my-appT5\src\main\java\org\example\myappT5\services\AppModule.java:[73,5] cannot find symbol
symbol  : class Contribute
location: class org.example.myappT5.services.AppModule

Then I'd try to change the "tapestry-release-version" property to 5.0.4-SNAPSHOT but maven could not find the Tapestry version in repositories. And it's right, while browsing at http://people.apache.org/repo/m2-snapshot-repository/ the last Tapestry version is 5.0.3-SNAPSHOT.

cyrille.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to