Bugs item #1715022, was opened at 2007-05-08 15:50
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1715022&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: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: hatata99 (hatata99)
>Assigned to: Gert Driesen (drieseng)
Summary: get-target-framework does not exist

Initial Comment:
NAnt 0.85 (Build 0.85.2478.0; release; 14.10.2006)

Unknown function 'target::get-target-framework'
but 
http://nant.sourceforge.net/release/latest/help/functions/target.get-current-target.html
mentions it.

maybe it is replaced by property
nant.settings.currentframework
[http://nant.sourceforge.net/release/latest/help/fundamentals/properties.html]

btw: please link properties on mainpage, like tasks or functions

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

>Comment By: Gert Driesen (drieseng)
Date: 2007-05-08 16:14

Message:
Logged In: YES 
user_id=707851
Originator: NO

You're actually mixing two functions here:

target::get-current-target()
-and-
framework::get-target-framework()

You're actually looking for the last one. For obtaining the identifier of
the current target framework the functions is preferred over the
'nant.settings.currentframework' property.

Hope this helps,
Gert

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

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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to