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 258481

Summary: incorrect compile file command
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Voskresensky 2016-03-22 10:51:22 UTC
The existing project is configured using exec log.
In the exec log there are the following arguments:
called: g++
                /vobs/server
                g++
                -MMD
                -DAD_CURRENCY_ON
                -DUNISCAPE
                -DAD_UTF8
                -DAD_VER=char *szVer="biswdas_linux"

When the compile file is used it fails, because compile line incorrect handles

-DAD_VER=char *szVer="biswdas_linux"
Comment 1 Alexander Simon 2016-03-23 16:04:54 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/e2c8fa38febc
Comment 2 Vladimir Voskresensky 2016-03-23 16:38:32 UTC
Please, integrate it into 81
Comment 3 Quality Engineering 2016-03-24 03:01:27 UTC
Integrated into 'main-silver', will be available in build *201603240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e2c8fa38febc
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258481 incorrect compile file command
Comment 4 Vladimir Voskresensky 2016-04-15 16:52:59 UTC
v.
Comment 5 soldatov 2016-04-20 11:18:49 UTC
Verified in NetBeans 8.1 with latest updates.