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 180121 - Have BOW echo working directory
Summary: Have BOW echo working directory
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-01 15:25 UTC by ivan
Modified: 2010-02-02 12:40 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2010-02-01 15:25:52 UTC
It would be useful if the Build Output Window echoed the
working directory in which make is started as it starts.
This will help  sort things out in remote scenarios espceially
during debugging because the working directory a compiler runs in
is recorded in debugging information and becomes part of 
the pathname of files.
Comment 1 Alexander Simon 2010-02-02 10:29:18 UTC
What tool collection do you use?
Is your project from existing code?
Comment 2 ivan 2010-02-02 12:40:29 UTC
This RFE is independent of toolchain or kind of project.
Note, I'm only requesting the working directory from which make is started.
Individual compiler stuff can be deduced form that.