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 155837 - "Run directory" project property is ignored in remote mode
Summary: "Run directory" project property is ignored in remote mode
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-19 12:52 UTC by Sergey Grinev
Modified: 2009-05-19 17:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Grinev 2008-12-19 12:52:29 UTC
Reported by user: http://forums.netbeans.org/viewtopic.php?p=19362

1. Create Welcome project
2. Add next code:

    char* path = new char[512];
    size_t size;
    path = getcwd(path, size);
    std::cout << "\n current Path: " << path << std::endl;

3. Run, set different "Run directory", run again
4. Outputs are the same
Comment 1 Alexey Vladykin 2009-05-19 17:10:36 UTC
Actually I faced another problem that prevented me from being able to run a project with any non-standard run directory.
Executable validation failed saying that executable does not exist. I've fixed it and then verified that run directory
is printed correctly by the test program.
Changeset: http://hg.netbeans.org/cnd-main/rev/92b8036d4c52