Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Bjerstedt, Tony [Audatex - Americas]
I believe you are correct that it is just logging a warning. However, a false warning combined with other problems, leaves me doubtful that the build succeeded. I have created modified task that understands that the \3 in the sample reference is not a file, and can be ignored. -Original Messag

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Dominik Guder
Am 14.03.2011 19:11, schrieb Bjerstedt, Tony [Audatex - Americas]: > I too would like to see the NAntContrib project reopened as we use > several tasks from this group. Some of our code is still VB6 and I have > been trying to move the build for this component to NAnt. I ran into a > roadblock as t

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Dominik Guder
Hi, we are using nant for all projects here. But the next big step we need is .Net 4.0. I'm willing to contribute here. So far Dominik Am 14.03.2011 16:54, schrieb Bob Archer: > Hi Folks... we rely heavily on NAnt for our builds. But, it seems that > development and activity here has really sl

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Bob Archer
> On Mon, Mar 14, 2011 at 10:11 AM, Markus Ewald > wrote: > >  On 3/14/2011 6:03 PM, Ryan Boggs wrote: > >> Hi, > >> > >> I'm trying to pick up development again.  I had a big project > take up > >> much of my time the last couple of months. Now that the project > is > >> wrapping up, I can shift

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Ryan Boggs
Hi, On Mon, Mar 14, 2011 at 10:11 AM, Markus Ewald wrote: >  On 3/14/2011 6:03 PM, Ryan Boggs wrote: >> Hi, >> >> I'm trying to pick up development again.  I had a big project take up >> much of my time the last couple of months. Now that the project is >> wrapping up, I can shift back here. >> >

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Bjerstedt, Tony [Audatex - Americas]
We heavily use a mixture of CC.Net, NAnt and MSBuild to automate our builds. We have NAnt call MSBuild to compile everything and then use NAnt to run our tests (nunit) and do most of the packaging/publishing steps. I am glad to hear that the main NAnt project will continue to be developed. (As

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Markus Ewald
On 3/14/2011 6:07 PM, Markus Ewald wrote: "I don't think NAnt itself needs any [changes] and I can't remember a single bug ever surfacing in the time I used it. But adding some new stuff definitely wouldn't hurt, preferably through NAntContrib, as others mentioned." Skipped a word there :) -

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Bob Archer
I would be willing to help with development. NAnt has been very good for us, and me personally and I would like to give back. Even if that only means doing some testing or doc writing. BOb From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent: Monday, March 14, 2011 1:03 PM To: Macdiarmid, James D.

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Markus Ewald
On 3/14/2011 4:54 PM, Bob Archer wrote: Hi Folks... we rely heavily on NAnt for our builds. But, it seems that development and activity here has really slowed down. Have people moved to MS Build or is NAnt just at that stage where it is stable enough so people don't have problems with it and

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Markus Ewald
On 3/14/2011 6:03 PM, Ryan Boggs wrote: > Hi, > > I'm trying to pick up development again. I had a big project take up > much of my time the last couple of months. Now that the project is > wrapping up, I can shift back here. > > I setup a branch that I am currently working in to address the 4

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Macdiarmid, James D.
Ryan, I know how it is to get side-tracked and stuck in the roots of other priorities. Thanks for letting us know what’s going on, and thanks for making Nant! Keep up all the great work you and all the other developers have put into it. J Cheers, Jim From: Ryan Boggs

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Ryan Boggs
Hi, This is the issue I am focusing on right now in the branch I am working in. I'm hoping we can fix this before proceeding with future releases. Thanks, Ryan On Mar 14, 2011, at 9:53 AM, Christopher Brandt wrote: > We rely heavily on NAnt and I fear it would be a major under-taking to mov

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Ryan Boggs
Hi, I'm trying to pick up development again. I had a big project take up much of my time the last couple of months. Now that the project is wrapping up, I can shift back here. I setup a branch that I am currently working in to address the 4.0 fallout issues. I am avoid head commits at the mom

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Christopher Brandt
We rely heavily on NAnt and I fear it would be a major under-taking to move away from it. We've had no problems with it until .Net 4.0. Luckily, we can build on our build server, but I get the mysterious security exceptions when trying to build on my local machine. That problem does need to be add

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Macdiarmid, James D.
Hi Bob, Yes, I'm heavily using Nant in our build projects, in addition to Ant. It's an awesome tool and I too wish more development could be done. Jim From: nant-users-boun...@lists.sourceforge.net [mailto:nant-users-boun...@lists.sourceforge.net] On Behalf Of Bob Archer Sent: Monday,

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Wilson, Brian
I still use it for our projects. I wish some development would be done on NAnt Conrtib though, I have a few requests.   Thank you,   Brian Wilson Programmer Analyst, Associate Department of Human Resources - Administrative Services Email: brian.wil...@dhr.alabama.gov From: Bob Archer [mailto:

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Daniel Nauck
Hello, i'm using NAnt for all my projects. I don't have any issues with it. But its sad that the development/activity of this project is nearly zero. Daniel Am 14.03.2011 um 16:54 schrieb Bob Archer: > Hi Folks... we rely heavily on NAnt for our builds. But, it seems that > development and act

[NAnt-users] Are people still using NAnt

2011-03-14 Thread Bob Archer
Hi Folks... we rely heavily on NAnt for our builds. But, it seems that development and activity here has really slowed down. Have people moved to MS Build or is NAnt just at that stage where it is stable enough so people don't have problems with it and it doesn't need a lot of changes? BOb ---