ivy:settings / ivy:configure task are skipped if ivy.instance property doesn't
exists
-------------------------------------------------------------------------------------
Key: IVY-925
URL: https://issues.apache.org/jira/browse/IVY-925
Project: Ivy
Issue Type: Bug
Components: Core
Reporter: Jean-Louis Boudart
Priority: Minor
It seems that using ivy;settings or ivy:configure task when you havn't
initialized ivy.instance property doesn't work
Here is my ivy:configure
<ivy:configure settingsId="ivy.instance.project"
file="${common.dir}/ivysettings.xml" />
I'm using my own ivysettings.properties instead of the one given by ivy. My
ivysettings.properties doesn't contains ivy.instance property.
And running this in debug mode i can see "Skipped because property
'ivy.instance' not set."
Adding this property to my own ivysettings.properties, everything seems ok.
I think that when you give an settingsId (in ivy:configure) or an id in
(ivy:instance) you doesn't need to use ivy.instance property.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.