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

Fix using global gemset's Rake gem #4

Merged
merged 4 commits into from Mar 25, 2011
Merged

Conversation

bklang
Copy link
Contributor

@bklang bklang commented Mar 24, 2011

I had an issue with the Rake plugin not properly detecting and setting the PATH when using gemsets that inherited the Rake gem from global. This patch attempts to detect the Rake plugin and update the gemBinPath accordingly.

@@ -120,12 +120,15 @@ public class Rake extends Builder {
try {
EnvVars env = build.getEnvironment(listener);
if (rake != null) {
System.out.println("Rake GEM HOME: "+ rake.getGemHome());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ben could you remove all these logging lines?

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

Successfully merging this pull request may close these issues.

None yet

3 participants