Hello, I'm using Eclipse Kepler with IvyDE. I have setup the Ivy settings path in Eclipse (Window -> Preferences -> Ivy -> Settings) to my settings file ( http://vulcan/ivy-settings.xml). It works fine. But I also use some Ant scripts inside Eclipse, and I need those scripts to access also the repository. In order to do that I have needed to call the following task in my Ant script
<ivy:settings url="http://vulcan/ivy-settings.xml"/> Is there anyway I can remove that hardcoded url, and point the settings to use the same URL used by IvyDE? By the way, Apache Ivy is a wonderful tool. I'm really happy with it. Thanks JL