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 225005 - does not create a "Run directory" for cmake
Summary: does not create a "Run directory" for cmake
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 7.4
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 05:34 UTC by ctapmex
Modified: 2013-06-26 02:22 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 ctapmex 2013-01-17 05:34:07 UTC
Create a project from the source files on the existing cmakefile.txt. in the settings tab, the "Run directory" = ". \ build". This folder does not exist initially and not stored in the repository. when receiving a fresh version of the source files from git also not created.click on the file CMakeLists.txt "Generate Makefiles". get an error that the folder '. \ build' does not exist.Needed before calling "Generate Makefiles" verify the existence "Run directory" and if required, to create them.
Comment 1 Alexander Simon 2013-06-25 14:44:14 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/8baeebc67464
Comment 2 Quality Engineering 2013-06-26 02:22:14 UTC
Integrated into 'main-golden', will be available in build *201306252301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8baeebc67464
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #225005 does not create a "Run directory" for cmake