Am 20.09.2011 00:03, schrieb Macdiarmid, James D.:
> Anyone ever see this error with the UpdateAssemblyVersion Task?
>
> Invalid element <UpdateAssemblyVersion>. Unknown task or datatype.
>
> Here is how I have it in the script.
>

Hi, I don't know UpdateAssemblyVersion task.
The one in nant is called "asminfo"

But if you refering to ci-factories UpdateAssemblyVersion task then you 
either need to copy CIFactory.NAnt.Tasks.dll into your nant\bin folder 
or use "loadtasks" to load the dll from your build script.

You eventually might need to recompile it against your latest nant. But 
you can try to load/copy it first.

hth
Dominik




-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to