Bonjour,
J'imagine que le tag dans le titre fait peur, surtout à ceux qui savent de quoi il s'agit![]()
J'essaye de suivre le tutorial Jetspeed 1.5 : http://portals.apache.org/jetspeed-1/tutorial/developing.html
J'utilise maven comme indiqué ...
J'arrive à compiler le jetspeed via : maven -Dmaven.test.skip=true dist:install
J'arrive à compiler JetSpeed plugin via : maven plugin:install (ds repertoire plugin)
Par contre lorsque je lance la commande : maven -Dtutorial=1 deploy (comme indiqué dans le tutorial), j'ai une erreur :
Que faire ??? Toute suggestion est la bienvenue
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 D:\Downloads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial>maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 build:start: jetspeed:war: [delete] Deleting directory D:\Downloads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial\stage [mkdir] Created dir: D:\Downloads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial\stage [unzip] Expanding: C:\Documents and Settings\SF\.maven\repository\jetspeed\distributions\jetspeed-1.5.zip into D:\Downloads\JetSpeed\01- jetspeed-1.5-src\jetspeed-1.5\tutorial\stage\webapp [unzip] Expanding: D:\Downloads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial\stage\webapp\jetspeed-1.5\jetspeed.war into D:\Downlo ads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial\stage\webapp [delete] Deleting directory D:\Downloads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial\stage\webapp\jetspeed-1.5 [copy] Copying 4 files to D:\Downloads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial\stage\webapp java:prepare-filesystem: java:compile: torque:init: torque:om-check: torque:om: torque:init: Overriding previous definition of reference to torque-classpath torque:om-generate: [torque-data-model] Using classpath [torque-data-model] Generating to file D:\Downloads\JetSpeed\01-jetspeed-1.5-src\jetspeed-1.5\tutorial\src\java\report.org.apache.common s.grant.GrantProject@1b4c1d7.om.generation BUILD FAILED File...... file:/C:/Documents and Settings/SF/.maven/plugins/maven-torque-plugin-3.2/plugin.jelly Element... torque-data-model Line...... 228 Column.... 49 org.apache.torque.engine.EngineException: Connection timed out: connect Total time: 47 seconds Finished at: Thu May 06 16:44:59 CEST 2004![]()
Partager