RE: [Nant-users] Bug in tag concerning PreBuild events

2005-06-10 Thread Ray Johnson
  Shoot - I must sheepishly reply that this actually works correctly in the latest nightly build.  (I had a pre release cand. 2 build I was using...)   Sorry for the chatter... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray JohnsonSent: Friday, June 10, 2005 3:45 PMTo:

[Nant-users] Bug in tag concerning PreBuild events

2005-06-10 Thread Ray Johnson
  It appears that PreBuild events when run in Nant does not exactly run pre-build.  We have as a pre-build step two commands that do the following:   1) delete a .dll the project uses as a reference 2) runs the tlbimp command to recreate the DLL   If the DLL does not exist (because this nev

[Nant-users] include files in fileset by date

2005-06-10 Thread Sam Gardiner
Is there a way to create a fileset of files by date? I want to delete files older than a certain date and I have no good ways of doing it.   cheers,   sam  

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Matthew Mastracci
Jim Geurts wrote: I don't know if this would interest anyone, but we use a vs.net addin, at work, that we can release to the community. When we do a solution build, it'll search for a solution level build file. The addin runs all nant tasks before it hits the task. Then it

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Thibaut Barrère
Or the other way round of course... 2005/6/10, Thibaut Barrère <[EMAIL PROTECTED]>: > Hi > > what about gathering forces ? (adding your addin functionalities to > nantrunner ?) > > note : I'm not the author of nantrunner ;) > > regards > > Thibaut > > 2005/6/10, Jim Geurts <[EMAIL PROTECTED]>

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Thibaut Barrère
Hi what about gathering forces ? (adding your addin functionalities to nantrunner ?) note : I'm not the author of nantrunner ;) regards Thibaut 2005/6/10, Jim Geurts <[EMAIL PROTECTED]>: > Yeah, I realize that project exists... it's a nice project and I'm happy > that someone took on that chal

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
Yeah, I realize that project exists... it's a nice project and I'm happy that someone took on that challenge.  The difference is that our addin will automatically run pre/post build events for each solution build.  On 6/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: There's already a VS.NET pl

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread hans
There's already a VS.NET plugin on SourceForge : http://nantrunner.sourceforge.net/ features : * adds a build tree node for each .nant or .build file found in your open solution * reads NAnt file imports adding all reachable targets to a tree * puts targets with no description in th

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
I don't know if this would interest anyone, but we use a vs.net addin, at work, that we can release to the community.  When we do a solution build, it'll search for a solution level build file.  The addin runs all nant tasks before it hits the task. Then it uses vs.net to build the solution normal