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 267352

Summary: Launcher resorts environment variables in unclear order
Product: cnd Reporter: soldatov <soldatov>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2016-07-28 15:42:39 UTC
Scenario:
- Create C/C++ Application project
- Call "Manage Launchers..." context menu
- Press "New" button
- Type "echo 1" in "Run Command" text field
- Press "Add" button
- Add AAA
- Press "Add" button
- Add BBB
- Press "Add" button
- Add CCC
- Press "Add" button
- Add DDD
- Select "Common Properties" launcher
- Select previous launcher again
==> I see
AAA
CCC
BBB
DDD

I expect:
AAA
BBB
CCC
DDD
Comment 1 Alexander Simon 2016-08-22 12:40:30 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/8ea947903db1
Comment 2 Quality Engineering 2016-08-23 01:55:58 UTC
Integrated into 'main-silver', will be available in build *201608230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8ea947903db1
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixe Bug #267352 Launcher resorts environment variables in unclear order