Re: [NAnt-users] Error loading GUID of project 'myproject.csproj'.

2007-11-13 Thread Gert Driesen
: [NAnt-users] Error loading GUID of project 'myproject.csproj'. Hi Markus, Thanks for responding. The build.basedir property error was a typo!!! I couldn't copy and paste my code! I've checked whether the vcproject opens in VC++ 2005 and whether I can build from command li

Re: [NAnt-users] Error loading GUID of project 'myproject.csproj'.

2007-11-13 Thread Markus Ewald
Gemma schrieb: > Hi Markus, > > Thanks for responding. > > The build.basedir property error was a typo!!! I couldn't copy and paste my > code! > > I've checked whether the vcproject opens in VC++ 2005 and whether I can > build from command line and the answer to both is yes. I am aware (from > goo

Re: [NAnt-users] Error loading GUID of project 'myproject.csproj'.

2007-11-13 Thread Gemma
Hi Markus, Thanks for responding. The build.basedir property error was a typo!!! I couldn't copy and paste my code! I've checked whether the vcproject opens in VC++ 2005 and whether I can build from command line and the answer to both is yes. I am aware (from googling prior to posting this que

Re: [NAnt-users] Error loading GUID of project 'myproject.csproj'.

2007-11-13 Thread Markus Ewald
Cameron, Gemma (UK) schrieb: > Hi all, > > I've written a simple build script which has a target to build a list of > projects using the solution task like so: > > [...] > Then if I try the above with project1 only i.e. > >outputdir="${build.basedir}/bin" > > >

Re: [NAnt-users] "Error loading GUID..." when using taskforVS2005

2006-10-18 Thread richard.e.persson
 2005 project files   br Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arnette, BillSent: 17. oktober 2006 23:07To: Kumar .S; nant-users@lists.sourceforge.netSubject: Re: [NAnt-users] "Error loading GUID..." when using taskforVS2005 I don't know what to

Re: [NAnt-users] "Error loading GUID..." when using task forVS2005

2006-10-17 Thread Arnette, Bill
because MSBuild is very similar to NAnt. From: Kumar .S [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 4:19 PMTo: Arnette, BillSubject: Re: [NAnt-users] "Error loading GUID..." when using task forVS2005 Hello Arnette,   I was

Re: [NAnt-users] "Error loading GUID..." when using task forVS2005

2006-10-17 Thread Arnette, Bill
yself but you would do something like From: Kumar .S [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 11:26 AM To: Arnette, Bill Subject: Re: [NAnt-users] "Error l

Re: [NAnt-users] "Error loading GUID..." when using task forVS2005

2006-10-17 Thread Arnette, Bill
I haven't done any VS 2005 work myself but you would do something like              From: Kumar .S [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 11:26 AMTo: Arnette, BillSubject: Re: [NAnt-users] "Error loading GUID..." when using task forVS

Re: [NAnt-users] "Error loading GUID..." when using task forVS2005

2006-10-17 Thread Arnette, Bill
Nant does not support VS 2005 solution files yet. Use the task to call msbuild on VS 2005 solution files. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of [EMAIL PROTECTED] > Sent: Tuesday, October 17, 2006 6:14 AM > To: nant-users@lists.sourc

Re: [NAnt-users] Error loading GUID

2006-09-26 Thread mandar ambre
Hi Guys, I was facing same issue few days back with building VS 2005 soultion using NAnt.I think I have found a workaround that doesn't involve using any solution task.NAnt supports exec task which when used along with msbuild gives the desired result.Following is the snippet of code I am using:

Re: [NAnt-users] Error loading GUID

2006-09-25 Thread Gary Feldman
Rob McEllhiney wrote: > > Gert, > > > > I am a little confused? The home page says that Framework 2.0 is now > supported. I guess I am not clear as to what that means. Please > forgive my ignorance. > > > > Just to be clear though, is it true that at this point there is no way > for me to

Re: [NAnt-users] Error loading GUID

2006-09-23 Thread Gert Driesen
] [mailto:[EMAIL PROTECTED] On Behalf Of Rob McEllhiney Sent: zaterdag 23 september 2006 21:56 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Error loading GUID   Gert,   I am a little confused?  The home page says that Framework 2.0 is now supported.  I guess I am not clear

Re: [NAnt-users] Error loading GUID

2006-09-23 Thread Rob McEllhiney
dam Gritt Sent: zaterdag 23 september 2006 17:46 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Error loading GUID   Try doing this, open the csproj file that has an issue with a text editor and then open the dependency csproj in a text editor, make sure that the Guid's

Re: [NAnt-users] Error loading GUID

2006-09-23 Thread Gert Driesen
g 23 september 2006 17:46 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Error loading GUID   Try doing this, open the csproj file that has an issue with a text editor and then open the dependency csproj in a text editor, make sure that the Guid's that represent the Projec

Re: [NAnt-users] Error loading GUID

2006-09-23 Thread Adam Gritt
Try doing this, open the csproj file that has an issue with a text editor and then open the dependency csproj in a text editor, make sure that the Guid's that represent the ProjectGuid are match for the related projects, case included.  For some reason rather than convert the string to a Guid and t