In IvyDE I'm using a settings file from which a properties file is loaded. The 
properties are then used in the ivy.xml file. My problem is now that if I 
change the values in the properties file the values already loaded don't get 
updated. The only solution I found to force a settings reload, which also 
updates the values from the properties file, is to restart Eclipse.
Is there another solution to that problem? A 'refresh settings' button would be 
nice...

Thanks, Andreas

ivysettings.xml:
...
  <properties file="${ivy.settings.dir}/myProperties.properties" />
...

Reply via email to