dchesterman / ivyidea

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

defaultCache must be absolute #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install IntelliJ 13.1.4 135.1229
2. Install IvyIdea plugin 1.0.10
3. Set IntelliJ path variable local_home to some directory that is writable.
4. Add ivy properties file that contains an entry for ivy.cache.home to 
${local_home}/.ivy/cache

What is the expected output? What do you see instead?
I expect ivy to resolve the properties file as it did previously in IntelliJ 
13.1.3.  It seems that the ${local_home} path variable is no longer being 
resolved.

Expected output -
Ivy resolves libraries properly.

Current output - 
An error occurred while reading the ivy settings for module race-gui from 
C:\sip\race-gui-9.0-UI\ivyconf.ide.xml

Caused by: failed to load settings from 
file:/C:/sip/race-gui-9.0-UI/ivyconf.ide.xml: problem in config file: failed to 
load settings from file:/C:/sip/race-gui-9.0-UI/jumpstart-ivyconf.xml: 
defaultCache must be absolute: ${local_home}/.ivy/cache
Caused by: problem in config file: failed to load settings from 
file:/C:/sip/race-gui-9.0-UI/jumpstart-ivyconf.xml: defaultCache must be 
absolute: ${local_home}/.ivy/cache
Caused by: failed to load settings from 
file:/C:/sip/race-gui-9.0-UI/jumpstart-ivyconf.xml: defaultCache must be 
absolute: ${local_home}/.ivy/cache
Caused by: defaultCache must be absolute: ${local_home}/.ivy/cache

What version of the product are you using? On what operating system?
IvyIdea 1.0.10
Windows 7
IntelliJ 13.1.4 build 135.1229

Please provide any additional information below.

Original issue reported on code.google.com by joshua.o...@blackrock.com on 22 Jul 2014 at 4:20