Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 5:21 PM, Thierry Lach wrote: > TheĀ  .*ignore files only have meaning with source control in effect. Since > the /cvs/, /.svn/, etc dirs are not included, I'd say exclude theĀ  .*ignore > files and any others related to source control. Your right, ignore 'em all... Than

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Thierry Lach
The .*ignore files only have meaning with source control in effect. Since the /cvs/, /.svn/, etc dirs are not included, I'd say exclude the .*ignore files and any others related to source control. On Sep 20, 2011 8:03 PM, "Ryan Boggs" wrote: > Hi, > > On Tue, Sep 20, 2011 at 2:18 PM, Dominik Gud

Re: [NAnt-users] UpdateAssemblyVersion Task error

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 1:56 PM, Dominik Guder wrote: > Hi Jim: > > "asminfo" should be there, it is part of NAnt.DotNetTasks.dll which > should be in your bin folder. > Help: > http://nant.sourceforge.net/release/latest/help/tasks/asminfo.html > > Besides this loadtasks should load also late

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 2:18 PM, Dominik Guder wrote: > Hi foks, > > I need your input: > > As you might know nant fileset has a bunch of default excludes. > I want to name mainly cvs and svn administrative folders "**/CVS/**" and > "**/.svn/**" as well as cvs ignore file "**/.cvsignore". > >

[NAnt-users] Default excludes for hg and git

2011-09-20 Thread Dominik Guder
Hi foks, I need your input: As you might know nant fileset has a bunch of default excludes. I want to name mainly cvs and svn administrative folders "**/CVS/**" and "**/.svn/**" as well as cvs ignore file "**/.cvsignore". I want to add some more to this list. Especially for Git and Mercurial. T

Re: [NAnt-users] UpdateAssemblyVersion Task error

2011-09-20 Thread Dominik Guder
Hi Jim: "asminfo" should be there, it is part of NAnt.DotNetTasks.dll which should be in your bin folder. Help: http://nant.sourceforge.net/release/latest/help/tasks/asminfo.html Besides this loadtasks should load also latest Nant.Contrib.Tasks.dll What errors do you get? Please try following:

Re: [NAnt-users] UpdateAssemblyVersion Task error

2011-09-20 Thread Philip Sayers
I use nantcontrib .85 with nant .90 just fine. What problems are you experiencing? -Original Message- From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Tuesday, September 20, 2011 7:46 AM To: Dominik Guder; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users]

Re: [NAnt-users] UpdateAssemblyVersion Task error

2011-09-20 Thread Macdiarmid, James D.
"asminfo" doesn't appear to be in the alpha of .91 however. :) We upgraded to VS2010/TFS2010 and recompiled all of our source code to the .NET 4.0 Framework. We couldn't get NAnt .85 to build our code so we upgraded to Nant .91. Now we are finding that we can't use Nant Contrib either since it w

Re: [NAnt-users] UpdateAssemblyVersion Task error

2011-09-20 Thread Dominik Guder
Am 20.09.2011 00:03, schrieb Macdiarmid, James D.: > Anyone ever see this error with the UpdateAssemblyVersion Task? > > Invalid element . 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 y