Hi,
I have downloaded and installed maven1.0.2. I put maven1.0.2/lib in the classpath and maven1.0.2/bin in the path of the system. But when i run the
maven from console where my project.xml is present, i got errors like
"Attempting to download servletapi-2.3.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.3.jar]: java.net.ConnectException: Connection refused: connect
WARNING: Failed to download servletapi-2.3.jar."
Like this some errors are coming. Basically these are the jar files(servletapi-2.3.jar) on which the application is dependent and which are mentioned in project.xml as a dependency.
I have also put these all these jar files in system classpath, but still the error persist.
So can any one help me in finding out the root cause of the problem.
Thanks well in advance.
Shrikant