Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] maven error - An error occurred copying file

Hi Everyone,

Just an update on this issue, I managed to get by this problem by using a different repository. It turns out the EMF released repository [1] contained the version of EMF-Transaction 1.5.1 and EMF-Validation 1.5.0 that I wanted to use so I removed my local repositories for these 2 packages. I guess there might be something wrong with the packaged zips of the 2 update sites. Regardless I would prefer to use the online version anyway so I don't think this is an issue.

I did have to list this repository last in my pom file though since the emf-xsd-SDK 2.8.0M6 is not included in this repository so we want to grab the local unzipped copy first (I haven't been able to find an online version of this repository).


Thanh

[1] http://download.eclipse.org/modeling/emf/updates/releases/

On 05/02/2012 04:32 PM, Thanh Ha wrote:
Hi Everyone,

I'm running into a strange error with maven. The error seems very ambiguous and I am not able to determine what is causing it. Maven seems to be trying to copy a file from a local repository and failing. I had a look in the repository and it seems the files it's complaining about exist so I'm not sure why there is issue. One thing I did notice however was when this error occurs, it seems to reset the maven build repo since all packages that were downloaded previously have to be redownloaded.

Has anyone ever seen this kind of problem before?

Is there anything I can do to maybe enable more logging that may help us figure this out?


Thanks,


Thanh



Back to the top