Skip to content

Commit c232fe7

Browse files
committed
Warning added
If cake creates a project, it should ensure that its cake tool is executable.
1 parent d87c656 commit c232fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/cakephp/netbeans/CakeScript.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public static CakeScript forPhpModule(PhpModule phpModule) throws InvalidPhpProg
6060

6161
@Override
6262
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)
6364
return FileUtils.validateScript(getProgram(), NbBundle.getMessage(CakeScript.class, "LBL_CakeTool"));
6465
}
6566

0 commit comments

Comments
 (0)