Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load projects under src folder #134

Open
CMoH opened this issue Dec 10, 2014 · 1 comment
Open

Cannot load projects under src folder #134

CMoH opened this issue Dec 10, 2014 · 1 comment

Comments

@CMoH
Copy link
Contributor

CMoH commented Dec 10, 2014

My work folder is src (as in $HOME/src/, like the linux kernel is in /usr/src/); unfortunately your check in SBTProjectType.isSBTProjectDir() checks that a project folder is not a subfolder of any src folder.

We need to either disable that check, or enhance it so that the such a "src" path component is part of a project (not any stray src path name). On my fork I have disabled it - but why is that check in place anyway?

@CMoH
Copy link
Contributor Author

CMoH commented Dec 11, 2014

After running the plugin with the "src" check disabled I understood why that check was in place. I changed the implementation and will submit a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant