Hi all, I'm realy new to maven and i'm trying to install it on Windows 2000 Professional.
My %MAVEN_HOME% is C:\Program Files\Apache Software Foundation\Maven 1.0-rc1 Ma %PATH% contains C:\Program Files\Apache Software Foundation\Maven 1.0-rc1\bin I have run the "%MAVEN_HOME%\bin\install_repo.bat %HOME%\.maven\repository" like the "installing maven" tells me. After that when i run a project.xml for testing I have de following output : Attempting to download dom4j-1.3.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/dom4j/jars/dom4j-1. 3.jar]: java.net.ConnectException: Connection timed out: connect WARNING: Failed to download dom4j-1.3.jar. Attempting to download bcel-5.0.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/bcel/jars/bcel-5.0. jar]: java.net.ConnectException: Connection timed out: connect WARNING: Failed to download bcel-5.0.jar. Attempting to download regexp-1.2.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/regexp/jars/regexp- 1.2.jar]: java.net.ConnectException: Connection timed out: connect WARNING: Failed to download regexp-1.2.jar. The build cannot continue because of the following unsatisfied dependencies: dom4j-1.3.jar (try downloading from http://www.dom4j.org/) bcel-5.0.jar (try downloading from http://jakarta.apache.org/bcel/) regexp-1.2.jar (try downloading from http://jakarta.apache.org/regexp/) Total time: 1 minutes 7 seconds Finished at: Fri Dec 12 16:41:35 EST 2003 Any help will be appreciated.Thanks in advance. Guillaume