Simon, Thanks for the tip, I manually downloaded all of the jar files and found where I could put them in the Maven repository.
The only ones that are giving me trouble now are the ones below. I don't see a place for them in the repository. I tried putting them into maven's LIB directory but they still aren't recognized. Any ideas? C:\commons-email>"C:\Program Files\Apache Software Foundation\Maven 1.0.2\bin\maven.bat" __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download commons-jelly-tags-jsl-20030211.143151.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-jsl- 20030211.143151.jar]: java.io.IOException: Unknown error downl oading; status code was: 302 WARNING: Failed to download commons-jelly-tags-jsl-20030211.143151.jar. Attempting to download commons-jelly-tags-log-20030211.142821.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-log- 20030211.142821.jar]: java.io.IOException: Unknown error downl oading; status code was: 302 WARNING: Failed to download commons-jelly-tags-log-20030211.142821.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-velo city-20030303.205659.jar]: java.io.IOException: Unknown error downloading; status code was: 302 WARNING: Failed to download commons-jelly-tags-velocity-20030303.205659.jar. Attempting to download commons-jelly-tags-xml-20040613.030723.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-xml- 20040613.030723.jar]: java.io.IOException: Unknown error downl oading; status code was: 302 WARNING: Failed to download commons-jelly-tags-xml-20040613.030723.jar. The build cannot continue because of the following unsatisfied dependencies: commons-jelly-tags-jsl-20030211.143151.jar commons-jelly-tags-log-20030211.142821.jar commons-jelly-tags-velocity-20030303.205659.jar commons-jelly-tags-xml-20040613.030723.jar (try downloading from http://jakarta.apache.org/commons/jelly/libs/xml/) Total time: 4 seconds Finished at: Fri Jun 03 10:20:42 CDT 2005 -----Original Message----- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 6:42 PM To: Jakarta Commons Users List Subject: Re: Problems building commons-email.jar file On Thu, 2005-06-02 at 09:39 -0500, Flatoff Allan wrote: > Give me some pointers for packaging my own jar from the source in CVS? Manually download the jars that maven is unable to automatically download, put them in the maven repository directory, then run maven again. I don't use windows but according to the maven install documentation, maven's jar repository can be found at: %HOMEDRIVE%%HOMEPATH%\.maven\repository I suspect that you're at some corporate and a firewall is preventing maven from downloading these files. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this e-mail in error, please tell us immediately by return e-mail to [EMAIL PROTECTED] and delete the document. E-mails containing unprofessional, discourteous or offensive remarks violate Sentry policy. You may report employee violations by forwarding the message to [EMAIL PROTECTED] No recipient may use the information in this e-mail in violation of any civil or criminal statute. Sentry disclaims all liability for any unauthorized uses of this e-mail or its contents. This e-mail constitutes neither an offer nor an acceptance of any offer. No contract may be entered into by a Sentry employee without express approval from an authorized Sentry manager. Warning: Computer viruses can be transmitted via e-mail. Sentry accepts no liability or responsibility for any damage caused by any virus transmitted with this e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
