when I click on an issue to open the sourcefile, the file will not be found, because of a wrong path.
My project path is e.g. "C:\Users\xxx\project.netbeans\nbproject"
My source path is e.g. "C:\Users\xxx\project\wwwroot"
A click on issues tries to open: "C:\Users\xxx\project.netbeans\wwwroot\test.php" which is wrong, because it must be "C:\Users\xxx\project\wwwroot\test.php" (without .netbeans)
BTW: My "Source Folder" is well configured in Netbeans.
Hi,
when I click on an issue to open the sourcefile, the file will not be found, because of a wrong path.
My project path is e.g. "C:\Users\xxx\project.netbeans\nbproject" My source path is e.g. "C:\Users\xxx\project\wwwroot"
A click on issues tries to open: "C:\Users\xxx\project.netbeans\wwwroot\test.php" which is wrong, because it must be "C:\Users\xxx\project\wwwroot\test.php" (without .netbeans)
BTW: My "Source Folder" is well configured in Netbeans.