Bugs item #1190265, was opened at 2005-04-26 08:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1190265&group_id=54790

Category: Tasks
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: John Cole (johnwebbcole)
Assigned to: Nobody/Anonymous (nobody)
Summary: msm task has broken if and unless attributes...

Initial Comment:
If you set the if or unless attribute on the msm task,
you get the following error:

Validation Error: The 'if' attribute is not declared.
An error occurred at , (1, 106).

or 

Validation Error: The 'unless' attribute is not
declared. An error occurred at , (1, 106).

I'm using NAnt 0.85 (Build 0.85.1927.0; dev; 4/11/2005)

Here is my msm task

<msm
output="MetaSQL.msm"
sourcedir=""
id="MetaSQL.CC67ED91_55B3_40f9_8E60_28FE92ACB901"
version="2.5.0"
if="${t1 != t2}"
>

The workaround is to put the msm task inside an <if> task

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1190265&group_id=54790


-------------------------------------------------------
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
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to