We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87c656 commit c232fe7Copy full SHA for c232fe7
src/org/cakephp/netbeans/CakeScript.java
@@ -60,6 +60,7 @@ public static CakeScript forPhpModule(PhpModule phpModule) throws InvalidPhpProg
60
61
@Override
62
public String validate() {
63
+ // TODO: WARNING: perhaps no reliable way to find out whether the cake command is executable (INFO message to IDE log is written)
64
return FileUtils.validateScript(getProgram(), NbBundle.getMessage(CakeScript.class, "LBL_CakeTool"));
65
}
66
0 commit comments