Thanks Andreas, but I solved it the other way.
The ivysettings is situated at $HOME/.ivy2
It needs to load the build.properties of each project, so I put
<properties file="${ivy.project.dir}/build.properties" />
into $HOME/.ivy2/ivysettings.xml
worked very nice.
Claudio Miranda
> Andreas Schläpfer-2 wrote:
> Hi Claudio
>
> That's how it works for us:
>
> 1. Load the properties file in ivysettings.xml
> (http://ant.apache.org/ivy/history/latest-milestone/settings/properties.html):
>
> <!-- load property files which need to be known to ivy -->
> <properties file="${ivy.settings.dir}/dependency.properties" />
>
> 2. Make sure the same ivysettings.xml is used by IvyDE.