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 #1206 (closed defect: fixed)

Opened 2012-06-05T13:36:48-05:00

Last modified 2012-07-19T21:14:06-05:00

Teach ClassLauncher about versioned files

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

Description

For legacy fiji mode, the ImageJ launcher needs to discover ij-<version>.jar instead of ij.jar (and likewise javassist.jar and maybe even fiji-compat.jar in the future).

To this end, teach the getInImageJDirectory() method to discover versioned files if no unversioned file was found.

Change History

comment:1 Changed 2012-06-05T13:36:52-05:00 by dscho

  • Status changed from new to accepted

comment:2 Changed 2012-07-12T14:18:42-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:3 Changed 2012-07-19T21:14:06-05:00 by dscho

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

I actually fixed this long ago, on May 8, in commit 2442b2d6a747cf9eea546f0dd9a1aef6ec4810f9 (which used to be revision 5430).