Are your proxy settings correct? You can always copy the jar manually to your local repository. It won't solve your problem, but its an option if you just want to get it working.
-----Original Message----- From: Levitt, David, Bookspan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 2:43 PM To: Maven Users List Subject: RE: FW: Maven, the repository and Apache projects I'm still getting the 302 error - and Maven is attempting to download from Attempting to download apache-axis-1.2.1.jar. Error retrieving artifact from [http://maven-plugins.sf.net/maven/apache-axis/jars/apache-axis-1.2.1.ja r]: java.io.IOExc eption: Unknown error downloading; status code was: 302 What should I do to clear cache / force download ?? -----Original Message----- From: Carlos Sanchez [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 3:36 PM To: Maven Users List Subject: Re: FW: Maven, the repository and Apache projects http://www.apache.org/dist/java-repository/ is synced to ibiblio, you don't need to add it The jar you're looking for is there http://www.ibiblio.org/maven/axis/jars/axis-1.2.1.jar so you have a problem in your build. maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sf.n et/maven On 8/23/05, Levitt, David, Bookspan <[EMAIL PROTECTED]> wrote: > And the repository line in the project.properties file should specify > the repository? > > maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/mav > en,http://www.apache.org/dist/java-repository/ > > I have this, and maven 1.0.2 complains: > > Attempting to download apache-axis-1.2.1.jar. > Error retrieving artifact from > [http://maven-plugins.sf.net/maven/apache-axis/jars/apache-axis-1.2.1.ja > r]: java.io.IOExc > eption: Unknown error downloading; status code was: 302 > > Note that it only tried the first repository in the path before giving > up. > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 23, 2005 3:07 PM > To: [email protected] > Subject: Re: FW: Maven, the repository and Apache projects > > > yes, Axis 1.2.1 is in the repo url mentioned below. > > On 8/23/05, Levitt, David, Bookspan <[EMAIL PROTECTED]> wrote: > > Are the current Axis libraries staged to where Maven can easily > retrieve > > them? > > > > Should there be any special settings [repository url's] in Maven to > use > > them? > > > > -----Original Message----- > > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 23, 2005 2:34 PM > > To: Maven Users List > > Subject: Re: Maven, the repository and Apache projects > > > > > > Apache projects should release their projects also in the apache maven > > repository. You should ask them to upload the jars to > > http://www.apache.org/dist/java-repository/. > > In case there's some problem or they have any doubts the can contact > > me (carlos at apache dot org). > > > > Regards. > > > > On 8/23/05, Levitt, David, Bookspan <[EMAIL PROTECTED]> wrote: > > > I'm adapting an existing project to Maven [1.0.2 for now] > > > > > > The build dependencies include several jakarta-commons and apache > > > projects [log4j, axis], as well as legacy/third party libraries > > [Dynamo > > > app server, sun jsse] > > > > > > Maven was not able to download the recently released Apache Axis > 1.2.1 > > > library. [http://ws.apache.org/axis/] > > > > > > Is it a routine part of the Apache project workflow to place their > > > output into the standard repository, so that Maven can retrieve > them? > > > > > > If not, who is responsible for adding the project [Maven committers, > > the > > > other Apache project committers, the first user that encounters the > > > issue, via a Jira request]? > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service > Platform > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---------------------------------------------------------------------- The information contained in this transmission is intended only for the personal and confidential use of the designated recipients named herein. If the reader of this transmission is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this transmission in error, and that any review, dissemination, distribution, or copying of this transmission is strictly prohibited. If you have received this communication in error, please notify the sender and return and delete the original transmission immediately. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
