Menu

#123 MSI task <component> attribute "id" must be hardcoded

open
nobody
Tasks (69)
5
2007-03-09
2007-03-09
libor
No

The <fileset> of <component> is retrieved using the following XPath expressioin:
"nant:components/nant:component[@id='" + Component.id + "']/nant:fileset"

The problem appears when the "id" attribute contains property, function or any other "dynamic" stuff.
In such a case the contained fileset is not found.

Regards

Discussion


Log in to post a comment.