I have the attribute: unless='convert::to-boolean("${signed} =
0")' and tried (just to see how it works): unless='convert::to-boolean("true()")' Where ${signed} is a ‘1’ I have tried everything to get this to work and keep
getting: C:\src\netClient\netClient.build(90,4): 'convert::to-boolean("1 = 0")' is not a
valid value for attribute 'unless' of <e xec ... />. Cannot resolve 'convert::to-boolean("1 =
0")' to boolean value. String was not recognized as a valid
Boolean. And C:\src\netClient\netClient.build(90,4): 'convert::to-boolean("true()")' is not a
valid value for attribute 'unless' of < exec ... />. Cannot resolve
'convert::to-boolean("true()")' to boolean value. String was not recognized as a valid
Boolean. Help!!!! Thanks - dave |
- Re: [Nant-users] How does convert::to-boolean() work? David Thielen