NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #658 (closed enhancement: fixed)

Opened 2011-07-05T09:35:04-05:00

Last modified 2012-06-08T12:16:36-05:00

Add ability to limit which proxies are generated

Reported by: curtis Owned by: curtis
Priority: major Milestone: imagej2-b4-plugins
Component: Jar2Lib Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

For large Java libraries, generating and compiling all proxies can be time-consuming, and produce very large binaries. Hence, in some cases it is more efficient to explicitly list which C++ proxies should be generated, rather than assuming every Java class in a given project should be included.

It would be straightforward to add this feature to jar2lib, through an explicit (but optional) whitelist of classes to include.

Change History

comment:1 Changed 2011-08-01T12:11:41-05:00 by curtis

  • Milestone changed from biweekly-2011: Nov-07 to Nov-18 to imagej-2.0-beta3

Milestone biweekly-2011: Nov-07 to Nov-18 deleted

comment:2 Changed 2012-06-08T12:16:36-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

Migrated to  loci-software:#710