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 245123 - Add possibility to resolve symbolic links at project creating/updating
Summary: Add possibility to resolve symbolic links at project creating/updating
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-18 14:16 UTC by Alexander Simon
Modified: 2014-06-21 04:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Example of project with symbolic links (7.82 KB, application/x-gzip)
2014-06-18 14:22 UTC, Alexander Simon
Details
Screen shot with actual and desired IDE behavior (114.91 KB, image/png)
2014-06-18 15:01 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-06-18 14:16:25 UTC
I have a build system that creates symbolic links to source files and build product from links.
IDE creates project for symbolic links.
Original source files marked as excluded from build.
This is very incontinent.
My problems:
1. Open source file/Go to ... actions open symbolic links. As result editor does not have VCS support.
2. Project tree contains symbolic links. As result project items have "ignored" VCS status.
3. Sometimes if I open original file, code assistance is empty.
Comment 1 Alexander Simon 2014-06-18 14:22:14 UTC
Created attachment 147715 [details]
Example of project with symbolic links

1. Extract project
2. Create project with existing sources, use Oracle Studio tool collection. Read how to in ReadMe.txt
3. Close project
4. Create project from binary file src/derived/discoverytest
See problems.
Comment 2 Alexander Simon 2014-06-18 15:01:31 UTC
Created attachment 147717 [details]
Screen shot with actual and desired IDE behavior
Comment 3 Alexander Simon 2014-06-19 09:55:26 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/a44257b57977
Comment 4 Alexander Simon 2014-06-19 19:20:55 UTC
additional fix:
http://hg.netbeans.org/cnd-main/rev/2524191f01ee
Comment 5 Quality Engineering 2014-06-20 02:33:31 UTC
Integrated into 'main-silver', will be available in build *201406200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a44257b57977
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245123 Add possibility to resolve symbolic links at project creating/updating
Comment 6 Alexander Simon 2014-06-20 08:53:52 UTC
additional fix:
http://hg.netbeans.org/cnd-main/rev/305a5464a14b
resolve link in included files
Comment 7 Quality Engineering 2014-06-21 04:40:41 UTC
Integrated into 'main-silver', will be available in build *201406210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/305a5464a14b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245123 Add possibility to resolve symbolic links at project creating/updating
- resolve symbolic links for included files (dwarf provider for GNU compiler)