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

2011-05-27 Thread Jed Padilla
[mailto:thierry.l...@gmail.com] Sent: Friday, May 27, 2011 2:51 PM To: Jed Padilla Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Can NAnt be used to get files from source control? I've not used any of them, but there are visual sourcesafe tasks in NAntContrib

[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 Jed Padilla
Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Friday, May 27, 2011 8:42 AM To: 'Jed Padilla' Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Solution format of file is not supported. You could use the arg task

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

2011-05-27 Thread Jed Padilla
there is a better way to just suppress warnings, but still show errors and positive messages? From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, May 26, 2011 6:08 PM To: Jed Padilla; 'Chris Fouts'; 'Brass Tilde' Cc: nant-users@lists.sourceforge.net Subject: RE: [NA

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

2011-05-26 Thread Jed Padilla
is specified within the solution file. -Original Message- From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Thursday, May 26, 2011 4:04 PM To: 'Jed Padilla' Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Solution format of file is not supported. Firs

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

2011-05-26 Thread Jed Padilla
ft.NET\Framework\v3.5\msbuild.exe (return code was 1) From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Thursday, May 26, 2011 3:52 PM To: Jed Padilla; 'Brass Tilde' Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Solution format of file is not supported. The insta

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

2011-05-26 Thread Jed Padilla
...@gmail.com] Sent: Thursday, May 26, 2011 3:32 PM To: Jed Padilla Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Solution format of file is not supported. We've found that it's easiest to just use the MSBuild task, rather than the solution task, which calls out to MSBu

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

2011-05-26 Thread Jed Padilla
10 other .builds in order? -Original Message- From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Thursday, May 26, 2011 3:16 PM To: 'Jed Padilla'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Solution format of file is not supported. Are any of th

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

2011-05-26 Thread Jed Padilla
I recently had a friend recommend NAnt to me. The project I am working on has 10 different solutions to it, and each solution usually has multiple projects within that will output dll files for the final solution to use. I have a very simple .build file right now: