I think this issue has been fixed in SVN trunk. Could you try it out? Maarten ----- Original Message ---- From: Claudio Tagliola To: ivy-user@ant.apache.org Sent: Wednesday, May 21, 2008 11:59:52 AM Subject: artifactreport uses wrong settings file If I use the ivy:artifactreport task, the wrong settings file is used. I supply a settings file with settingsRef, but after Ivy loads these settings, another set is loaded. So, after ivy loads the settings from my supplied ivy.report.instance, the settings from ivy.instance are loaded and my settings lost. If I test it with ivy:resolve, the ivy.instance is not loaded, only the ivy.report.instance I supply with the settingsRef. Is this a known issue? I'm using 2.0beta1.