View Single Post
  #10 (permalink)  
Old June 4th, 2011
giorgiob giorgiob is offline
Disciple
 
Join Date: June 2nd, 2011
Location: Bremen (Germany)
Posts: 17
giorgiob is a great assister to others; your light through the dark tunnel
Default

Quote:
Originally Posted by GregorK View Post
Apparently the Maven Repository opensymphoniy has stopped there service, the downloads from this server are now causing an checksum error.

I updated the maven build file in SVN.

Please try to delete all error causing files in /home/giorgio/.m2/repository/ or the whole directory structure if you like to make sure and start the build again.

Gregor
I did as you suggested. Now the compilation gets a bit further, but there is a new error:

[INFO] Compilation failure
/media/diskb1/home/giorgio/eclipse/workspace/phexsource/src/main/java/phex/common/OpenPgpToolkit.java:[87,8] exception org.bouncycastle.openpgp.PGPException is never thrown in body of corresponding try statement

Very strange. It could mean that we are using different version of this library, but I just checked out a clean trunk and deleted the /.m2 folder.
Reply With Quote