GayaBalan / ivybeans

Automatically exported from code.google.com/p/ivybeans
0 stars 0 forks source link

cannot compile #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Environment : ivybeans VERSION 2.1.0-2.3.0rc2, netbeans VERSION 7.2.1 , OS 
w7pro , jdk VERSION 7

Description :
C:\Users\usr\Downloads\WORK\apertum-qsystem\nbproject\ivy-impl.xml:59: 
impossible to resolve dependencies:

java.io.FileNotFoundException: 
C:\Users\usr\AppData\Roaming\NetBeans\7.2.1\modules\ext\ivy-2.1.0.jar\cache\reso
lved-ProjectName-1.0.xml (Path not found)
    at java.io.FileOutputStream.open(Native Method)

Project was opened, dependences wad downloaded. But compilation in NetBeand is 
fail.

Original issue reported on code.google.com by evgeniy.egorov@gmail.com on 18 Nov 2012 at 8:20

Attachments:

GoogleCodeExporter commented 9 years ago
I have this same problem. Has anyone found a workaround for this issue?

Original comment by haba...@gmail.com on 5 Mar 2013 at 2:52

GoogleCodeExporter commented 9 years ago
Even I have an exactly same problem. Can anybody help?
I found this which is closer to what I am facing : 
https://code.google.com/p/ivybeans/issues/detail?id=101

but this solution doesn't help/

Original comment by Tejasub1...@gmail.com on 27 Jun 2013 at 3:02

GoogleCodeExporter commented 9 years ago
Hi all,
I have found a workaround this issue :
add :
<property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" />
    <caches resolutionCacheDir="${user.home}/.ivy2/cache" defaultCacheDir="${user.home}/.ivy2/cache"/>

at the beginning of ivysettings.xml file. And this issue goes away.

Original comment by Tejasub1...@gmail.com on 27 Jun 2013 at 3:32