Bugs item #3042497, was opened at 2010-08-10 06:06
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3042497&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: i-net software (i_net_software)
Assigned to: Nobody/Anonymous (nobody)
Summary: framework::exists not work with include

Initial Comment:
The follow sequence does not work if MONO is not present:

<include if="${framework::exists('mono-2.0')}" 
name="${path::combine(framework::get-assembly-directory('mono-2.0'), 
'Mono.CompilerServices.SymbolWriter.dll')}" />

It produce the follow error:

            Function call failed.
            Expression: 
${path::combine(framework::get-assembly-directory('mono-2.0'), 
'Mono.CompilerServices.SymbolWriter.dll')}
                                        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                Failed to initialize the 'Mono 2.0 Profile' (mono-2.0) target 
framework.
                    Registry Path Not Found! - 
key='SOFTWARE\Novell\Mono\';hive='Microsoft.Win32.RegistryHive[]';


The problem occur with version 0.85 and 0.90.


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

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-20 18:21

Message:
I was able to duplicate this.  I just need to see what the best course of
action is.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3042497&group_id=31650

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to