- long - time ago, I made enhancements in xspec framework, to give a
property to ant file : project.location
p
I add a antParameter to antScenario, name="project.location",
value="${pdu}", and in the build file, I just echo the property :
<echo>project.location=${project.location}</echo>
This works perfectly in Oxygen 15.2, but in 18 beta,
project.location property is not set.
Does something changed from 15.2 to 18 ? Or did I do something wrong
?
Attached, the two xspec.framework files, and the build.xml located
in 18/ folder.