gorgija / red-piranha

Automatically exported from code.google.com/p/red-piranha
GNU General Public License v2.0
0 stars 0 forks source link

Chap6-sample build with maven failed #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download Chapter6 sample from red-piranha site and unzip it
2. Run "mvn clean package" from chap6-sample folder
3.

What is the expected output? What do you see instead?
Buil Success expected, instead we have build failed.

What version of the product are you using? On what operating system?
maven v3.0.3 and Red Hat Enterprise Linux Workstation v6.1

Please provide any additional information below.

Downloaded: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/junit/junit/4.10/junit-4.10.pom 
(3 KB at 7.1 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:59.629s
[INFO] Finished at: Tue Oct 25 15:26:50 BST 2011
[INFO] Final Memory: 8M/246M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project chapter6: Could not resolve 
dependencies for project ruleplayer:chapter6:jar:1.0-SNAPSHOT: Failed to 
collect dependencies for [org.drools:drools-core:jar:[5.0.0.SNAPSHOT,) 
(compile), org.drools:drools-compiler:jar:[5.0.0.SNAPSHOT,) (compile), 
commons-beanutils:commons-beanutils:jar:[1.5,) (compile), 
commons-collections:commons-collections:jar:[1.5,) (compile), 
commons-lang:commons-lang:jar:[1.5,) (compile), 
commons-logging:commons-logging:jar:[1.0,) (compile), com.c2.fit:fit:jar:[1.0,) 
(compile), junit:junit:jar:[4.0,) (compile)]: Failed to read artifact 
descriptor for org.drools:drools-core:jar:5.2.0.M1: Could not transfer artifact 
org.drools:drools-core:pom:5.2.0.M1 from/to ibiblio 
(http://mirrors.ibiblio.org/pub/mirrors/maven2): Access denied to: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/drools/drools-core/5.2.0.M1/dr
ools-core-5.2.0.M1.pom -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
--------------
So, it seems 
"http://mirrors.ibiblio.org/pub/mirrors/maven2/org/drools/drools-core/5.2.0.M1/"
 folder is empty.

Original issue reported on code.google.com by regis_ma...@hotmail.com on 25 Oct 2011 at 2:55