devlooped/NuDoq

"Imported project xxx was not found" when using build.bat (and VS2012)

Closed this issue · 3 comments

NuDoc wont load in VS2012 or build using build.bat as it is importing projects from NuDoc\Common that don't exist. Following is an example msbuild error:

Project "C:\Projects\NuDoc\src\NuDoc\NuGet.proj" on node 1 (default targets).
C:\Projects\NuDoc\src\NuDoc\NuGet.proj(5,5): error MSB4019: The imported project "C:\Projects\NuDoc\Common\ClariusLabs.tasks" was not found. Confirm that the path in the declaration is correct,
and that the file exists on disk.
Done Building Project "C:\NuDoc\src\NuDoc\NuGet.proj" (default targets) -- FAILED.

Are these missing by mistake, or am I missing a setup step?

kzu commented

You're missing to initialize the submodules ;)

Thanks! I've not used submodules before. Now I know!

kzu commented

Glad it worked! :)

/kzu

Daniel Cazzulino

On Wed, Jul 3, 2013 at 11:12 AM, Ben Taylor notifications@github.comwrote:

Thanks! I've not used submodules before. Now I know!


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-20417781
.