Login
Remember
Register
Ask a Question
How You Can Explain Ant Property?
+1
vote
asked
May 9, 2020
in
DevOps
by
Robindeniel
How You Can Explain Ant Property?
#ant-property
#property-ant
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 9, 2020
by
SakshiSharma
A project can have a set of properties .A property has name and value .The name is case sensitive and Properties are immutable this mean once set property its will not change. Properties may be used in the value of task attributes.
...