To anyone that can help:

 

I added a Database Project to my solution and now I have a broken build.  I get the following error:

 

Error checking whether 'c:\builds\myProject\src\Database.dbp' is an enterprise template project.
    The data at the root level is invalid. Line 1, position 1.

 

I changed the <solution> task to try and exclude the project from the build with the following:

 

<solution solutionfile="${build.src.solution.path}\PortalSolution.sln" configuration="${project.config}">
<excludeprojects>
<includes name="${build.src.solution.path}\Database\Database.dbp" />
</excludeprojects>
<assemblyfolders>
<fileset basedir="${build.src.solution.path}\References">
<includes name="./**"/>
</fileset>
</assemblyfolders>
<webmap>
<map url="${build.url}/Portal.csproj" path="${build.webPath}\Portal.csproj" />
</webmap>
</solution>

Thanks for any insight.

 

-Chris

 

Reply via email to