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 251058 - Launcher can miss macro value
Summary: Launcher can miss macro value
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 10:34 UTC by soldatov
Modified: 2015-03-13 03:13 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 soldatov 2015-03-10 10:34:19 UTC
It is a regression in current builds.

Scenario:
- Create Arguments project
- Add such text to Arguments_1/nbproject/private/launcher.properties file:
launcher1.displayName=AAA
launcher1.runCommand=echo "+++${TESTDIR}+++${CND_PLATFORM}+++"
launcher2.displayName=BBB
launcher2.runCommand=echo "+++${TESTDIR}+++${OBJECTDIR}+++${CND_PLATFORM}+++"
- Launch Run|AAA and Run|BBB
==>
+++build/Debug/GNU-Solaris-x86/tests+++GNU-Solaris-x86+++
RUN FINISHED; exit value 0; real time: 10ms; user: 0ms; system: 0ms

+++build/Debug/GNU-Solaris-x86/tests+++build/Debug/GNU-Solaris-x86++++++
RUN FINISHED; exit value 0; real time: 10ms; user: 0ms; system: 0ms

CND_PLATFORM is empty in second case
Comment 1 henk89 2015-03-12 11:37:24 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/c9e250450de4
Comment 2 Quality Engineering 2015-03-13 03:13:29 UTC
Integrated into 'main-silver', will be available in build *201503130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c9e250450de4
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #251058 - Launcher can miss macro value