Re: [NAnt-users] Can NAnt be used to get files from source control?

2011-05-27 Thread Ryan Anthony
In a normal setup I believe using CruiseControl.NET or Hudson would be what you're looking for, which would then be used to run the NAnt script after getting latest. R -- Ryan Anthony IO Practiceware ranth...@iopracticeware.com On Fri, May 27, 2011 at 2:51 PM, Thierry Lach wrote: > I've not u

Re: [NAnt-users] Can NAnt be used to get files from source control?

2011-05-27 Thread Bob Archer
I'm sure you'll find something to do. I know the other team who's build I automated which used to take 1 person a day and they did it once a week has found stuff to keep herself busy. Also, QA doesn't have to wait a week for new builds to test. From: Jed Padilla [mailto:jpadi...@flclerks.com] S

Re: [NAnt-users] Can NAnt be used to get files from source control?

2011-05-27 Thread Jed Padilla
I actually found out TFS has a command line counterpart (tf.exe). I am now using the exec command to do a full get before I do my build. My only question now is what I will do with all my free time in the mornings when I am not getting/cleaning/building? J From: Thierry Lach [mailto:thierry.l

Re: [NAnt-users] Can NAnt be used to get files from source control?

2011-05-27 Thread Thierry Lach
I've not used any of them, but there are visual sourcesafe tasks in NAntContrib (http://nantcontrib.sourceforge.net/release/latest/help/tasks/). Not sure if they work with TFS if that's what you're using... On Fri, May 27, 2011 at 1:44 PM, Jed Padilla wrote: > I have my other NAnt script worki

[NAnt-users] Can NAnt be used to get files from source control?

2011-05-27 Thread Jed Padilla
I have my other NAnt script working perfectly now and want to try to add one last thing to it. Is it possible to use NAnt to perform a 'get latest' from source control (VS 2010 in this case?) Thanks again for all the help getting to this point. Jedadiah Padilla --

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Ryan Boggs
Sorry, about that. There are a couple of diffs that were just posted in nant-dev to support vsnet/msbuild up to .net 4.0 if you would like to take a look at them. Thanks, Ryan On Fri, May 27, 2011 at 2:41 AM, Gert Kello wrote: > Hi. > > I've sent the patches to the dev list to support VS2010 pr

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Wilson, Brian
Besides doing it in the Build tab of the project properties, you may want to look at http://msdn.microsoft.com/en-us/library/c86sssa5(v=VS.90).aspx. You can specify multiple warning numbers, by separating them by a comma. Example: /nowarn:24,28,44,91 Brian Wilson Programmer Analyst, Associat

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Jed Padilla
Took the trailing space out and worked perfectly. And now that I see how to add the args (didn't have the value flag before) I can research if there is a better way to just suppress warnings and not everything. Thank you all for your help and patience :. Jed From: Wilson, Brian [mail

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Wilson, Brian
You could use the arg task to pass this in. Brian Wilson Programmer Analyst, Associate Department of Human Resources Email: brian.wil...@dhr.alabama.gov From: Jed Padilla [mailto:jpadi...@flclerks.com] S

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Brass Tilde
I don't remember if MS Build can suppress them from the command line or not, but there is a section in the Build section of the Project properties page where you can suppress specific warnings by number. On Fri, May 27, 2011 at 8:09 AM, Jed Padilla wrote: > I got NAnt working this morning. The

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Jed Padilla
I got NAnt working this morning. The problem was in the following line I didn't have a space between 'Any CPU' so it was failing. I know the next question is specific to MSBuild but I will ask here since it seems a lot of people use it. What do I need to add to get msbuild to suppress warn

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Gert Kello
Hi. I've sent the patches to the dev list to support VS2010 project files almost a year ago, see http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTilVpUJOaVpUbpmgRMwqGjRk4a2OmiZI-rm_THsM%40mail.gmail.com&forum_name=nant-developers Well, the feedback has been slim The message text is

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Dominik Guder
Am 26.05.2011 21:19, schrieb Jed Padilla: > The solution is indeed newer, it is VS2010. I will take a look at the > link you gave below and see if that lets me do what I want. We are it the process of getting VS2010 projects working at least with Brian's proposal including dependency resolving.

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Bevan Arps
On 27/05/2011 8:00 a.m., Jed Padilla wrote: Now I am getting a better error message (I think) build.FACCBase: [msbuild] Build started 5/26/2011 3:57:55 PM. [msbuild] Project "C:\TESTTFS\FACCBase\FACCBase.sln" on node 0 (default target s). [msbuild] C:\TESTTFS\FACCBase\FACCBase.sln.c