I am trying to learn about torque, following the steps in the tutorial. When I run this:

maven plugin:download -DartifactId=maven-torque-plugin -DgroupId=torque -Dversion=3.3-RC2

I get this:

Attempting to download commons-io-20030203.000550.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-io/jars/commons-io-20030203.000550.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download commons-io-20030203.000550.jar.
Attempting to download commons-net-1.1.0.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-net/jars/commons-net-1.1.0.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download commons-net-1.1.0.jar.
Attempting to download commons-httpclient-2.0.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download commons-httpclient-2.0.jar.
Attempting to download commons-lang-2.0.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-2.0.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download commons-lang-2.0.jar.
Attempting to download commons-logging-1.0.3.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download commons-logging-1.0.3.jar.
Attempting to download jsch-0.1.5.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.5.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download jsch-0.1.5.jar.
Attempting to download commons-jelly-20030902.160215.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-20030902.160215.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download commons-jelly-20030902.160215.jar.
Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-velocity-20030303.205659.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download commons-jelly-tags-velocity-20030303.205659.jar.
Attempting to download velocity-1.4-dev.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/velocity/jars/velocity-1.4-dev.jar]: java.io.IOException: Unknown error downloading; status code was: 301
WARNING: Failed to download velocity-1.4-dev.jar.
The build cannot continue because of the following unsatisfied dependencies:

commons-io-20030203.000550.jar
commons-net-1.1.0.jar
commons-httpclient-2.0.jar
commons-lang-2.0.jar
commons-logging-1.0.3.jar
jsch-0.1.5.jar
commons-jelly-20030902.160215.jar (try downloading from http://jakarta.apache.org/commons/jelly/)
commons-jelly-tags-velocity-20030303.205659.jar
velocity-1.4-dev.jar

Total time: 3 seconds
Finished at: Thu May 17 18:20:16 ADT 2007



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to