When you upload the files using deploy-file, it is creating the files with following persmission. -rw-rw----. If I change permission to -rw-rw-r-- (664) it is able to download the file.
Thanks Gautham Pamu On 3/7/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > Please create an issue at http://jira.codehaus.org/browse/MDEPLOY if > it's not already there, with as much information as you can (eg. > attach files and checksum) > > On 3/7/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > Already posted this question, posting it again with different subject > line.. > > > > I have the files on my remote repository and was also able to access the > jar > > files, pom files using the browser but > > i am getting following check sum failed error. I have using maven > > deploy:deploy-file to create my repository. > > Can you please tell us how to resolve this problem ? Is this problem > with > > md5 files or is it a problem with web server. > > > > Directory of R:\test\test\6.0.1 > > > > 03/07/2006 12:40 AM <DIR> . > > 03/07/2006 12:40 AM <DIR> .. > > 03/07/2006 12:15 AM 1,157 test-6.0.1.jar > > 03/07/2006 12:15 AM 342 test-6.0.1.pom > > 03/07/2006 12:15 AM 32 test-6.0.1.jar.md5 > > 03/07/2006 12:15 AM 40 test-6.0.1.jar.sha1 > > 03/07/2006 12:15 AM 32 test-6.0.1.pom.md5 > > 03/07/2006 12:15 AM 40 test-6.0.1.pom.sha1 > > 6 File(s) 1,643 bytes > > 2 Dir(s) 1,796,906,942,464 bytes free > > > > > > Directory of R:\test\test > > > > 03/07/2006 12:40 AM <DIR> . > > 03/07/2006 12:17 AM <DIR> .. > > 03/07/2006 12:15 AM 292 maven-metadata.xml > > 03/07/2006 12:15 AM 32 maven-metadata.xml.md5 > > 03/07/2006 12:15 AM 40 maven-metadata.xml.sha1 > > 03/07/2006 12:40 AM <DIR> 6.0.1 > > 3 File(s) 364 bytes > > 3 Dir(s) 1,796,906,942,464 bytes free > > > > > > [INFO] > > > ---------------------------------------------------------------------------- > > [INFO] Building maven.repositorytools > > [INFO] task-segment: [install] > > [INFO] > > > ---------------------------------------------------------------------------- > > [INFO] [resources:resources] > > [INFO] Using default encoding to copy filtered resources. > > Downloading: > > > http://hostname1/projects/c/buildrepository/maven/repository/test/test/6.0.1/test-6.0.1.po > > m > > [WARNING] *** CHECKSUM FAILED - Invalid checksum file - RETRYING > > Downloading: > > > http://hostname1/projects/c/buildrepository/maven/repository/test/test/6.0.1/test-6.0.1.po > > m > > [WARNING] *** CHECKSUM FAILED - Invalid checksum file - IGNORING > > [WARNING] Unable to get resource from repository repository ( > > http://hostname1/projects/c/buildrepository/ma > > ven/repository) > > Downloading: > http://repo1.maven.org/maven2/test/test/6.0.1/test-6.0.1.pom > > [WARNING] Unable to get resource from repository central ( > > http://repo1.maven.org/maven2) > > Downloading: > > > http://hostname1/projects/c/buildrepository/maven/repository/test/test/6.0.1/test-6.0.1.ja > > r > > [WARNING] *** CHECKSUM FAILED - Invalid checksum file - RETRYING > > Downloading: > > > http://hostname1/projects/c/buildrepository/maven/repository/test/test/6.0.1/test-6.0.1.ja > > r > > [WARNING] *** CHECKSUM FAILED - Invalid checksum file - IGNORING > > [WARNING] Unable to get resource from repository repository ( > > http://hostname1/projects/c/buildrepository/ma > > ven/repository) > > Downloading: > http://repo1.maven.org/maven2/test/test/6.0.1/test-6.0.1.jar > > [WARNING] Unable to get resource from repository central ( > > http://repo1.maven.org/maven2) > > [INFO] > > > ---------------------------------------------------------------------------- > > [ERROR] BUILD ERROR > > [INFO] > > > ---------------------------------------------------------------------------- > > [INFO] Failed to resolve artifact. > > > > required artifacts missing: > > -- > > -Gautham Pamu > > > > > > > -- > I could give you my word as a Spaniard. > No good. I've known too many Spaniards. > -- The Princess Bride > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -Gautham Pamu
