Castro,

It would be great if you could submit a bug report for this containing the
absolute minimum set of files necessary to reproduce this issue ?

Thanks !

Gert

----- Original Message -----
From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; "Brian Yeo"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 02, 2004 9:46 PM
Subject: RE: [Nant-users] Project with GUID 'xxx' must be included for the
build to work error


Hi Gert, Brian,

I've had this problem come up when I tried to build some C++ projects I
have. The projects have been upgraded from Visual Studio 6 and I thought
that could be part of the problem. From what I can tell a project
specified in the solution file has a different GUID than the GUID
specified in the project file.

I have not been able to determine under what conditions Visual Studio
generates different GUIDs but I think it may be related to when you add
an existing project. I think that if you create a project under a
particular solution (A) and then try to add that project to a different
solution (B) then Visual Studio creates a new GUID for solution B and
never changes the GUID in the project or in solution A. Anyway, that's
my hypothesis.

I've also run across situations where a GUID exists in the solution file
but the project file does not have a GUID. This issue, I think, is
related to the format conversion required when you upgrade Visual
Studio.

One way I fixed all this was to open the appropriate files in a text
editor and make sure that all GUIDs matched! In my case I have a
solution with 38 projects and almost each of those projects where
created in their own separate solution and added to the big solution
afterwards. That's a lot of files to check... Much easier in my case to
run devenv!

In the end this problem, I think, is related to behavior in Visual
Studio and I'm not sure that Nant is at fault here. Then again, I don't
know what Nant should do about it, if anything.

--
Edwin G. Castro
[EMAIL PROTECTED]


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of Gert Driesen
> Sent: Friday, July 02, 2004 12:31 PM
> To: Brian Yeo; [EMAIL PROTECTED]
> Subject: Re: [Nant-users] Project with GUID 'xxx' must be included for
the
> build to work error
>
> Brian,
>
> Can you package up a zip file containing the minimum set of files
necessary
> to reproduce this issue ?
>
> Thanks,
>
> Gert
>
> ----- Original Message -----
> From: "Brian Yeo" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 18, 2004 3:39 AM
> Subject: [Nant-users] Project with GUID 'xxx' must be included for the
build
> to work error
>
>
> >
> > Hi,
> > I am getting a message stating that a project must be included for
the
> build
> > to work. Does anyone have an answer to this?.
> >
> > <target name="Build-Ent-APAB" description="Build-Ent-APAB">
> > <echo message="Build-Ent-APAB"/>
> >      <solution configuration="${release.state}"
> > outputdir="${drive}\${src.path.apab}\bin\${release.state}"
> > failonerror="${failonerr}">
> >                 <projects>
> >                     <includes
name="${drive}\${src.path.apab}\*.csproj" />
> >                 </projects>
> > <referenceprojects>
> >     <includes
> > name="${drive}\${src.path.common}\${PTA.Ent.Common}\*.csproj" />
> > </referenceprojects>
> > <assemblyfolders>
> >     <includes name="${drive}\${src.bin.ent}" />
> > </assemblyfolders>
> >      </solution>
> > The message is: Project with GUID
'{79F1FE34-BCF0-45F1-ACAE-3AF429CB364D}'
> > must be included for the build to work.:
> >
> > Regards,
> >
> > Brian Yeo
> >
> > _________________________________________________________________
> > Get a Credit Card - 60 sec online response:
> >
>
http://ad.au.doubleclick.net/clk;8097459;9106288;b?http://www.anz.com/au
s/pr
> omo/qantas5000ninemsn
> >    [AU only]
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
> > Learn from the experts at JavaOne(SM), Sun's Worldwide Java
Developer
> > Conference, June 28 - July 1 at the Moscone Center in San Francisco,
CA
> > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code
NWMGYKND
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> >
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to