You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by #Cyrille37# <cy...@gmail.com> on 2007/06/25 12:02:42 UTC

[T5] archetype quickstart error

Hello,

A project generated with archetypeArtifactId=quickstart does not build.

Here are settings used :

set 
remoteRepositories=-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
set archetypeGroupId=-DarchetypeGroupId=org.apache.tapestry
set archetypeArtifactId=-DarchetypeArtifactId=quickstart
set archetypeVersion=-DarchetypeVersion=5.0.3-SNAPSHOT

set groupId=-DgroupId=org.example
set artifactId=-DartifactId=my-appT5
set packageName=-DpackageName=org.example.myappT5
set version=-Dversion=1.0.0-SNAPSHOT

Here is the error :

...
[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

Any Idea ?
Cyrille.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org