Do you get any error message ?

Can you execute NAnt using the -verbose option and send me the output ?

What version of NAnt are you using, btw ?

Gert

----- Original Message ----- 
From: "Eric Fetzer" <[EMAIL PROTECTED]>
To: "Nant Users" <[EMAIL PROTECTED]>
Sent: Wednesday, October 29, 2003 9:31 PM
Subject: [Nant-users] asminfo Task


> I am unable to get asminfo to update the version in my
> AssemblyInfo.cs file.  It updates the VersionInfo.txt
> file but never goes into the asminfo task (put echo's
> in there to trace him).  Here's my script.  Any help?
> 
> <project name="getVersion" default="getVersion" >
>   <target name="getVersion">
>     <version path="VersionInfo.txt"
> buildtype="noincrement" prefix="assembly."
> revisiontype="automatic" />
>     <asminfo output="AssemblyInfo.cs"
> language="CSharp">
>       <imports>
>         <import name="System.Reflection" />
>       </imports>
>       <attributes>
>         <attribute type="AssemblyVersionAttribute"
> value="${assembly.version}" />
>       </attributes>
>     </asminfo>
>   </target>
> </project>
> 
> __________________________________
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> http://launch.yahoo.com/promos/britneyspears/
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?   SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> 


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to