Looks like your getting an 500 error from the server. Please double check that, if you're a proxy, you're clearly specifying that on your build.properties file. See here:
http://maven.apache.org/reference/properties.html If that doesn't help try to use -X at the end of your command and post your output. Have fun with Maven. Alex -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 2:39 PM To: [email protected] Subject: Maven genapp issue! Hi, I am new to MAVEN and was using the 1.0 version of it. I downloaded the maven and set-up all the basics. When I am trying to generate the maven application using the maven genapp command. But seems that its not able to download the file from the internet and causing the issue. Can we sugget us what to do ? Thanks, Alok --------Error message as below --------- C:\dev\mavenbook\code\genapp\test-application>maven genapp __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download commons-jelly-tags-interaction-20030211.143817.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/ commons-jelly-tags-interaction-20030211.143817.jar]: java.io.IOException: Unknow n error downloading; status code was: 500 WARNING: Failed to download commons-jelly-tags-interaction-20030211.143817.jar. The build cannot continue because of the following unsatisfied dependency: commons-jelly-tags-interaction-20030211.143817.jar Total time: 1 seconds Finished at: Thu Sep 22 11:29:34 PDT 2005 --------------------------------------------------------------------- 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]
