Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Solution file doesn't compile using submodules location #11

Closed
DinisCruz opened this issue May 25, 2013 · 3 comments
Closed

Solution file doesn't compile using submodules location #11

DinisCruz opened this issue May 25, 2013 · 3 comments

Comments

@DinisCruz
Copy link

I did a clone of this repo and had to modify the partyCraft.sln file since the project files where not in the expected location.

I created a fork to hold my changes, and here is the commit DinisCruz@cee52af

Do you want me to do a Pull Request?

@pdelvo
Copy link
Contributor

pdelvo commented May 25, 2013

It works fine for me how it is.

Did you a git clone --recursive [location]? Git will then clone submodules in and you dont have to care about doing it manually

@ddevault
Copy link
Owner

Closing as cannot reproduce.

Follow @pdelvo's advice to get it compiling properly. From a clean directory, run this:

git clone --recursive git://github.com/SirCmpwn/PartyCraft.git

And then try to compile the solution.

@DinisCruz
Copy link
Author

The problem is here https://github.com/SirCmpwn/PartyCraft/blob/master/PartyCraft.sln#L8 where it is set to

"Craft.Net", "..\Craft.Net\Craft.Net\Craft.Net.csproj",

which means that it is looking for the Craft.Net folder on the parent folder of the clone

@DinisCruz DinisCruz mentioned this issue May 25, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants