properties
Loads a properties file into ivy variables. See variables chapter above for details about ivy variables.
Attributes
Attribute | Description | Required |
---|---|---|
file | a path to a properties file to load | Yes |
override | indicates if the variable found in the properties file should override their previous value, if any since 1.3 | No, defaults to true |
I think that the variables
I think that the variables used by ivy are the one found in the default properties file loaded in ant by ivy at the beginning of the configure task, which is listed here.
Do you need more than this file (which only contains the names and the default value), or is it sufficient ?
__________________________________
Xavier Hanin
Jayasoft team member
It's not always clear what
It's not always clear what the meaning of a property is, so perhaps a short description could help. Adding a link here (and in the 'property' description as well) to that page could also help, I remember some time ago that I spent quiet a lot time searching for that list (I knew it was somewhere but I didn't find it right away).
Note that not all the valid properties are listed there, for nstance: 'ivy.log.module.when.found' is a valid Ivy property, but I don't see it there. I guess there are other such properties as well.
regards,
Maarten
I'll add the links, and see
I'll add the links, and see if I can give a short description (any help will be much appreciated).
For ivy.log.module.when.found this is only a problem of doc update: this variable only appears in 1.3 and not all the doc is updated yet.
__________________________________
Xavier Hanin
Jayasoft team member
variables used by Ivy
I'm missing an overview of all variables used by Ivy. Perhaps you could list them here?