Hi,
I'm using a new feature of xmltask 1.16: copying multiple values to a single
property.
<xmltask:xmltask source="${ivyreport.temp.file}">
<xmltask:copy
path="/ivy-report/dependencies/module/revision/artifacts/artifa...@type='jar']/origin-location[starts-with(@location,
'http')]/@location"
append="true"
attrValue="true"
property="artifact.urls"/>
<xmltask:copy
path="/ivy-report/dependencies/module/revision/artifacts/artifa...@type='jar']/origin-location[starts-with(@location,
'file')]/@location"
append="true"
attrValue="true"
property="artifact.files"/>
</xmltask:xmltask>
It works, however, xmltask prints on the console that this is not supported!
Snippet from the output:
[xmltask:xmltask] Cannot append values to properties
[xmltask:xmltask] Cannot append values to properties
[xmltask:xmltask] Cannot append values to properties
...
Could you remove this confusing output?
thanks,
Maarten
------------------------------------------------------------------------------
_______________________________________________
Xmltask-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xmltask-users