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 - Discovery by make log does not work in full remote
Summary: Discovery by make log does not work in full remote
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 13:10 UTC by Vladimir Kvashin
Modified: 2015-10-28 12:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project (70.06 KB, application/zip)
2014-04-17 13:10 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
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