This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243890

Summary: Discovery by make log does not work in full remote
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Project DiscoveryAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: test project

Description Vladimir Kvashin 2014-04-17 13:10:22 UTC
Created attachment 146808 [details]
test project

The attached project is makefile based, with build interposer switched off.
All files are compiled with -I include option.
So if user invokes clean+build and preses "Configure Code Assistance", make log analyzer runs. If run locally, it works fine and adds "include" directory to code assistance project options.

But in full remote it can not.
The reason is that File.separator and new File(path).getAbsolutePath() are called for remote files
Comment 1 Alexander Simon 2015-10-28 12:19:54 UTC
fixed log ago