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 242090 - Sometimes Netbeans doesn't react for Device project property
Summary: Sometimes Netbeans doesn't react for Device project property
Status: CLOSED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 11:41 UTC by bma
Modified: 2014-04-24 02:04 UTC (History)
2 users (show)

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 bma 2014-02-19 11:41:59 UTC
NetBeans: Dev.201402160001

Sometimes Netbeans doesn't react for Device project property 

The way to reproduce it: 
1. Open an application in Netbeans (e.g. official ME SDK Demo - NetworkDemo) 
2. Set external device (e.g.Raspberry board) as execution platform for the project (Project Properties > Platform > Device = EmbeddedExternalDevice1) 
3. Run application (It runs Ok) 
4. Disconnect the board 
5. Go to Project Properties > Platform and make sure that new execution platfrom is EmbeddedDevice1. Press Ok button and close the window.
6. Run the application 

It tries to run on Raspberry board despite on project settings. The only way to solve it is changing the execution platform to something else e.g. EmbeddedDevice2 or Qualcomm_IoE_Device.
Comment 1 alexander.burdukov 2014-02-25 21:40:37 UTC
NetBeans ME plugin issue. Component field is cleared for correct assignment.
Comment 2 Roman Svitanic 2014-02-26 12:57:47 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/f4507ff8864f

(In reply to bma from comment #0)
> 1. Open an application in Netbeans (e.g. official ME SDK Demo - NetworkDemo) 
> 2. Set external device (e.g.Raspberry board) as execution platform for the
> project (Project Properties > Platform > Device = EmbeddedExternalDevice1) 
> 3. Run application (It runs Ok) 
> 4. Disconnect the board 
> 5. Go to Project Properties > Platform and make sure that new execution
> platfrom is EmbeddedDevice1. Press Ok button and close the window.
> 6. Run the application 
> 

After completing these steps EmbeddedDevice1 (or whatever the first available device is) will be selected as a device for execution.
Comment 3 Quality Engineering 2014-03-01 06:13:59 UTC
Integrated into 'main-silver', will be available in build *201403010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f4507ff8864f
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #242090: Sometimes Netbeans doesn't react for Device project property - fixed
Comment 4 bma 2014-03-13 15:55:13 UTC
verified on Dev. 201403110001
Comment 5 Roman Svitanic 2014-04-18 08:05:52 UTC
transplanted to release80 branch:
http://hg.netbeans.org/releases/rev/2483ea298f19
Comment 6 Quality Engineering 2014-04-24 02:04:55 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/2483ea298f19
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #242090: Sometimes Netbeans doesn't react for Device project property - fixed