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
lson, 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

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 Wilson, Brian
ks.com] Sent: Friday, May 27, 2011 7:09 AM To: 'Bob Archer'; 'Chris Fouts'; 'Brass Tilde' Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Solution format of file is not supported. I got NAnt working this morning. The problem was in the following line I

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
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-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
in order? for sure yes > -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.

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

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

2011-05-26 Thread Bob Archer
: 'Chris Fouts'; 'Brass Tilde' Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Solution format of file is not supported. Somehow I managed to download NAnt .85 and not NAntContrib (I wondered why it looked exactly like the other binary I had, size and all).

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

2011-05-26 Thread Wilson, Brian
@lists.sourceforge.net Subject: RE: [NAnt-users] Solution format of file is not supported. @Chris capitalizing the D gives the same error. The projects within the solution are all .Net Framework 3.5, with an output type of Class Library. Each project has its own subfolder within the parent, and the output

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 Chris Fouts
ass Tilde' Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Solution format of file is not supported. Somehow I managed to download NAnt .85 and not NAntContrib (I wondered why it looked exactly like the other binary I had, size and all). Now I am getting a better error message (I think) buil

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

2011-05-26 Thread Wilson, Brian
3:01 PM To: 'Chris Fouts'; 'Brass Tilde' Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Solution format of file is not supported. Somehow I managed to download NAnt .85 and not NAntContrib (I wondered why it looked exactly like the other binary I had, size

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 Chris Fouts
rom: Brass Tilde [mailto:brassti...@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 t

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

2011-05-26 Thread Wilson, Brian
nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Solution format of file is not supported. I guess I am missing something simple.  I went out and downloaded nantcontrib 0.85.  I tried adding the following to my build.FACCB

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 Wilson, Brian
, Brian Subject: RE: [NAnt-users] Solution format of file is not supported. Do you have an example of the daisy chain, and how I could call one from the other? -Original Message- From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Thursday, May 26, 2011 3:21 PM To: 'Jed Pa

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

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

2011-05-26 Thread Brass Tilde
We've found that it's easiest to just use the MSBuild task, rather than the solution task, which calls out to MSBuild itself. On Thu, May 26, 2011 at 2:22 PM, Jed Padilla wrote: > I recently had a friend recommend NAnt to me. The project I am working on > has 10 different solutions to it, and e

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

2011-05-26 Thread Wilson, Brian
Analyst, Associate Department of Human Resources Email: brian.wil...@dhr.alabama.gov From: Jed Padilla [mailto:jpadi...@flclerks.com] Sent: Thursday, May 26, 2011 1:23 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Solution format of file is not supported. I recently had a friend

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

2011-05-26 Thread Chris Fouts
users@lists.sourceforge.net Subject: [NAnt-users] Solution format of file is not supported. 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 t

[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: