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

Opened 2011-06-24T16:49:36-05:00

Last modified 2011-07-15T13:19:14-05:00

Move some core plugins to their own project

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Jul-05 to Jul-15
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

The plugins that rely on loci (such as OpenImage) shopuld be moved out of core and into their own subproject. Right now core depends upon BioFormats which is undesirable.

So move OpenImage and RevertImage. Probably take NewImage along with it. Maybe make the project called ij-io (though I like ij-image).

Change History

comment:1 Changed 2011-07-08T16:51:28-05:00 by bdezonia

project name = ij-img

comment:2 Changed 2011-07-14T16:57:29-05:00 by bdezonia

I have made code changes on my own system (project name = ij-imgplus - not great). Project compiles. Removed loci dependency from core-plugins. Editted relevant POMs. New subproject has four plugins (New, Open, Revert, and Save).

Note that the moved plugins are not discovered by sezpoz yet. Debugging.

comment:3 Changed 2011-07-15T13:19:14-05:00 by bdezonia

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

Fixed in 01ed7a3a37609beb13903100bd93f7411f3bebf5. Added as ij-io. core-plugins no longer rely on loci.