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 179991 - Build script for Classic Library projects don't generate EXP files
Summary: Build script for Classic Library projects don't generate EXP files
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on: 170638
Blocks:
  Show dependency tree
 
Reported: 2010-01-29 06:10 UTC by msmirnov
Modified: 2010-04-01 03:26 UTC (History)
3 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 msmirnov 2010-01-29 06:10:21 UTC
Export files (*.exp) are needed when using Java Card Classic libraries in Java Card Applet projects. However these files aren't built by JC plugin and there is no project property to indicate that EXP files are wanted in the build output.

Also setting dependency on Classic Library project in Classic Applet project doesn't allow to set export path directory.

Meanwhile could you please indicate how to generate .exp files with <jc-pack/>
task as a workaround.
Comment 1 _ tboudreau 2010-01-29 12:13:17 UTC
Anki, how do you generate exp files?
Comment 2 _ tboudreau 2010-02-02 11:32:14 UTC
Needs additional info on how to generate exp files.
Comment 3 msmirnov 2010-03-15 15:07:28 UTC
EXP files could be generated by Converter tool in "pack" task if current project is classic library. However for successful packaging of a dependent applet we still need correct "export.path" property setting.
Comment 4 msmirnov 2010-03-17 09:50:16 UTC
Fixed by adding EXP-files generation to PackTask.execute() method in case of classic library. Fixed in nbtasks.jar
Comment 5 _ tboudreau 2010-04-01 03:26:21 UTC
Fixed in ant tasks - closing