salut
je voudrait faire une application seam avec GWT
j'ai essayé de commencer par 'exemple fournit avec jboss-seam-2.2.0.GA
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
C:\ToolsJava\jboss-seam-2.2.0.GA\examples\remoting\gwt>ant gwt-compile
mais j'ai obtenu l'erreur suivante:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
 
Buildfile: build.xml
[artifact:dependencies] Downloading: de/samaflost/gwttasks/1/gwttasks-1.pom from
 central
[artifact:dependencies] Downloading: de/samaflost/gwttasks/1/gwttasks-1.pom from
 central
[artifact:dependencies] Downloading: de/samaflost/gwttasks/1/gwttasks-1.jar from
 central
[artifact:dependencies] Downloading: de/samaflost/gwttasks/1/gwttasks-1.jar from
 central
[artifact:dependencies] An error has occurred while processing the Maven artifac
t tasks.
[artifact:dependencies]  Diagnosis:
[artifact:dependencies]
[artifact:dependencies] Unable to resolve artifact: Missing:
[artifact:dependencies] ----------
[artifact:dependencies] 1) de.samaflost:gwttasks:jar:1
[artifact:dependencies]
[artifact:dependencies]   Try downloading the file manually from the project web
site.
[artifact:dependencies]
[artifact:dependencies]   Then, install it using the command:
[artifact:dependencies]       mvn install:install-file -DgroupId=de.samaflost -D
artifactId=gwttasks -Dversion=1 -Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies]   Alternatively, if you host your own repository you can
 deploy the file there:
[artifact:dependencies]       mvn deploy:deploy-file -DgroupId=de.samaflost -Dar
tifactId=gwttasks -Dversion=1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -
DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies]   Path to dependency:
[artifact:dependencies]         1) org.apache.maven:super-pom:jar:2.0
[artifact:dependencies]         2) de.samaflost:gwttasks:jar:1
[artifact:dependencies]
[artifact:dependencies] ----------
[artifact:dependencies] 1 required artifact is missing.
[artifact:dependencies]
[artifact:dependencies] for artifact:
[artifact:dependencies]   org.apache.maven:super-pom:jar:2.0
[artifact:dependencies]
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies]   central (http://repository.jboss.org/maven2)
[artifact:dependencies]
[artifact:dependencies]
 
BUILD FAILED
C:\ToolsJava\jboss-seam-2.2.0.GA\examples\remoting\gwt\build.xml:15: The followi
ng error occurred while executing this line:
C:\ToolsJava\jboss-seam-2.2.0.GA\build\utilities.build.xml:47: Unable to resolve
 artifact: Missing:
----------
1) de.samaflost:gwttasks:jar:1
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command:
      mvn install:install-file -DgroupId=de.samaflost -DartifactId=gwttasks -Dve
rsion=1 -Dpackaging=jar -Dfile=/path/to/file
 
  Alternatively, if you host your own repository you can deploy the file there:
 
      mvn deploy:deploy-file -DgroupId=de.samaflost -DartifactId=gwttasks -Dvers
ion=1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
 
  Path to dependency:
        1) org.apache.maven:super-pom:jar:2.0
        2) de.samaflost:gwttasks:jar:1
 
----------
1 required artifact is missing.
 
for artifact:
  org.apache.maven:super-pom:jar:2.0
 
from the specified remote repositories:
  central (http://repository.jboss.org/maven2)
 
 
Total time: 1 second
comment resoudre ce probleme et tester l'exemple?