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

JBIDE-21932 Log a warning if a runtime file contains incorrect/missing path #499

Merged

Conversation

alexeykazakov
Copy link
Contributor

No description provided.

@robstryker
Copy link
Member

+1

@@ -89,6 +89,8 @@
RuntimePath tempLocation = new RuntimePath(location);
tempLocation.setScanOnEveryStartup(scan);
runtimePaths.add(tempLocation);
} else {
RuntimeCoreActivator.pluginLog().logWarning("Runtime location \"" + location + "\" does not exist or not a directory");
Copy link
Member

Choose a reason for hiding this comment

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

"or is not"

@alexeykazakov alexeykazakov merged commit 535f2e8 into jbosstools:jbosstools-4.3.x Mar 22, 2016
@alexeykazakov
Copy link
Contributor Author

Pushed to 4.3.x and master.

@alexeykazakov alexeykazakov deleted the JBIDE-21932 branch March 22, 2016 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants