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 225325 - Windows: IDE can't build project if user sets "Run Configure Script in Subfolder" checkbox
Summary: Windows: IDE can't build project if user sets "Run Configure Script in Subfol...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 09:53 UTC by soldatov
Modified: 2013-03-15 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (10.00 KB, application/octet-stream)
2013-01-25 09:53 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2013-01-25 09:53:05 UTC
Created attachment 130624 [details]
project

Scenario:
- unpack project
- Call "C/C++ Project with Existing Sources" wizard
- Select 'Custom' mode and select folder with sources
- Press Next
- Select "Using the makefile generated by the 'configure' script"
- Select script.sh
- Set "Run Configure Script in Subfolder" checkbox
- Press Next 4 times
- Press Finish
==>
/usr/bin/sh: ..\script.sh: No such file or directory


RUN FAILED (exit value 127, total time: 297ms)
Comment 1 Andrew Krasny 2013-03-14 15:54:44 UTC
This is reproducible when use msys only. Scenario works with cygwin.

Fixed in http://hg.netbeans.org/cnd-main/rev/15a17d172d53
Comment 2 Quality Engineering 2013-03-15 01:47:26 UTC
Integrated into 'main-golden', will be available in build *201303142300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/15a17d172d53
User: Andrew Krasny <akrasny@netbeans.org>
Log: Bug #225325 - Windows: IDE can't build project if user sets "Run Configure Script in Subfolder" checkbox