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 178139 - Error is reported if "Run APDU script on Run" flag is not set
Summary: Error is reported if "Run APDU script on Run" flag is not set
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 05:55 UTC by dkuzmin
Modified: 2010-01-22 15:59 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 dkuzmin 2009-12-04 05:55:52 UTC
Open classic project properties, select "Run" category. Clear "Run APDU script on Run" flag and run the project. Error is reported in console:

----------------------------------
...
[ INFO: ] Operation completed successfully.
An instance //aid/ACDE606DCB/79 is created for //aid/ACDE606DCB/78.
run-client:
<dir>\ClassicApplet17\nbproject\build-impl.xml:252: No file found at D:\w\nbp\ClassicApplet17/${run.script}
BUILD FAILED (total time: 3 seconds)
----------------------------------

Build used is #81.
Comment 1 _ tboudreau 2010-01-22 15:59:29 UTC
Fixed in main/ 459d64bcd700

Note you will need to create a new project to see the effect of the fix - old build scripts will not be updated automatically.