Le 14 févr. 2013 à 22:37, James Poli <[email protected]> a écrit :
> Hello, > > I'm trying to override the property ivy.cache.ttl.default on the Ant command > line but it doesn't seem to work? > I'm using: > > -Divy.cache.ttl.default=5h > > and always get the following message in the Ant output with debug on: > > Setting Override ignored for property "ivy.cache.ttl.default" If you're using the default ivysettings, which is loading the file ivy.properties in Ivy's jar, what you are seeing is that Ivy ignore the property found is that property file and keep the one you have set on the command line. Nicolas
