Bugs item #912191, was opened at 2004-03-08 19:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=912191&group_id=31650

Category: Tasks
Group: 0.8.4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Daniel Olivier (dan_olivier)
Assigned to: Nobody/Anonymous (nobody)
Summary: VSNet.Solution doesn't accept projects with same name

Initial Comment:
The following is an example of the failure:

<project name="Samples" default="build">
    <target name="build" description="compiles the 
source code">
        <solution configuration="Debug">
            <projects>
                <includes name="controllers\ctrl.vcproj" />
                <includes name="controllers2\ctrl.vcproj" />
            </projects>
        </solution>
    </target>
</project>

Note: Both projects must have different ProjectGUIDs...

This is the actual error message:
Project with GUID &#039;{4FFA4213-A77A-4d60-B8E2-
BBB15727FE5A}&#039; must be included for the build to work.
   at NAnt.VSNet.Solution.GetProjectFileFromGuid(String 
projectGuid)
   at NAnt.VSNet.VcConfiguration..ctor(XmlElement 
elem, VcProject parentProject, Solution parentSln, 
VcConfiguration parent, String outputDir)
   at NAnt.VSNet.VcProject.Load(Solution sln, String 
projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution 
sln, SolutionTask slnTask, TempFileCollection tfc, String 
outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(ArrayList projects, 
ArrayList referenceProjects, TempFileCollection tfc, 
SolutionTask solutionTask, WebMapCollection webMaps, 
FileSet excludesProjects, String outputDir)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, 
Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Thanks

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=912191&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to