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 182491 - ProxyTask works incorrectly
Summary: ProxyTask works incorrectly
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: 2010-03-22 13:54 UTC by msmirnov
Modified: 2010-04-01 03:25 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 msmirnov 2010-03-22 13:54:23 UTC
ProxyTask fails in case of unsigned modules, because -force option isn't used in this case. --exportpath option also isn't processed correctly, it won't work in case of relative directories and in case when export files are references via dependency.${jarfile}.expfile property.
Comment 1 msmirnov 2010-03-24 15:55:43 UTC
ProxyTask should work exactly like PackTask except for "--useproxyclass" should be changed to "--keepproxysource directory".
Comment 2 msmirnov 2010-03-24 16:03:11 UTC
Fixed in nbtasks.jar. Both ProxyTask and PackTask are now subclasses of JCPackagerTask.
Comment 3 _ tboudreau 2010-04-01 03:25:00 UTC
Closing