NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #710 (closed enhancement: moved)

Opened 2012-06-08T12:16:10-05:00

Last modified 2014-01-07T16:24:06-06:00

Add ability to limit which proxies are generated

Reported by: curtis Owned by: curtis
Priority: major Milestone:
Component: jar2lib 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 2014-01-07T16:24:06-06:00 by curtis

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