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 #1031 (closed enhancement: fixed)

Opened 2012-02-27T23:11:30-06:00

Last modified 2012-05-08T18:14:12-05:00

Move the sources of the ImageJ launcher from Fiji's repository to ImageJ2's

Reported by: dscho Owned by: dscho
Priority: minor Milestone: imagej-2.0.0
Component: Build System Version:
Severity: minor Keywords:
Cc: Blocked By: #832
Blocking:

Description

This move requires that the ImageJ launcher can be successfully compiled in ImageJ2 and deployed using Maven.

Then, Fiji needs to be Mavenized in order to pick up the compiled launchers.

Change History

comment:1 Changed 2012-02-27T23:11:34-06:00 by dscho

  • Status changed from new to accepted

comment:2 Changed 2012-05-04T17:58:28-05:00 by dscho

Status update: it is almost done. The only problem we have right now is that ij-launcher.jar is compiled for Java6 while Fiji also wants to support Java5. We will have to make sure, therefore, that retrotranslator is used even for ij-launcher if Java < 6 was detected, and we have to try harder to detect the Java version: on Linux and Windows, we use system Java...

Other than that, Fiji got a script that downloads the launchers and ij-launcher.jar from the Maven repository so that they can be uploaded conveniently.

When the Updater is migrated, we will be able to stop serving all these files from the Fiji Update site.

comment:3 Changed 2012-05-08T18:12:43-05:00 by dscho

The move is now done. We still serve the files from the Fiji Update site, but we will change that once ticket #1021 is done.

comment:4 Changed 2012-05-08T18:14:07-05:00 by dscho

  • Blocked By 991 removed

Ticket #991 is actually not a blocker, because I only had to Mavenize ij-launcher.jar, which I did long time ago.

comment:5 Changed 2012-05-08T18:14:12-05:00 by dscho

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