[EMAIL PROTECTED] wrote:
<if test="${not 
target::exists(set-${nant.settings.currentframework}-runtime-configuration')}">
  <fail message="Error" />
</if>

Griffin,

Try

<fail message="Error" unless="${target::exists('set-' + nant.settings.currentframework + '-runtime-configuration')}" />

Once you've entered an expression context ${}, you don't need to further escape your properties... you do however need to quote your literal strings.


Hope that helps,

-- Troy


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to