Graham, Thanks for your immediate response.
I had created the same structure as you had specified. I had installed Tomcat in /home/wynmgm/jakarta-tomcat-4.1.31/ And I placed the jar file - commons-digester under /home/wynmgm/jakarta-tomcat-4.1.31/webapps/maven/commons-digester/jars. I started the Tomcat server and had build the Maven project and got the below mentioned error. Regards, Deepa -----Original Message----- From: Graham King [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 2:50 PM To: Maven Users List Subject: Re: Problem in using Tomcat Web Server on a Linux OS as the Central repository Deepa, The directory structure is <groupId>/jars/<artifactId>-<version>.jar So you need to copy your commons-digester to maven/commons-digester/jars/commons-digester-1.5.jar then maven should be able to find it. Graham. [EMAIL PROTECTED] wrote: > Hi, > > > > > > I had used the Tomcat Web Server on a Linux OS as the Central repository > for downloading the dependent jar files. I had created a directory by > name "maven" under webapps folder of tomcat and placed the dependent jar > files in it with the same structure that Maven proposes. And used the > property maven.repo.remote=http://10.145.92.29:8081/maven in the > build.properties file. > > > > > > I had got the following error: > > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > > > > Attempting to download commons-digester-1.5.jar. > > WARNING: Failed to download commons-digester-1.5.jar. > > The build cannot continue because of the following unsatisfied > dependency: > > > > > commons-digester-1.5.jar > > > > > Total time: 2 seconds > > Finished at: Wed May 25 14:24:55 IST 2005 > > > > > Is there any way through which I can download the dependent jar files > from a Web Server? > > > > > Regards, > > Deepa > > > > > > > > Confidentiality Notice > > > The information contained in this electronic message and any attachments to this message are intended > for the exclusive use of the addressee(s) and may contain confidential or privileged information. If > you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately > and destroy all copies of this message and any attachments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
