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

Opened 2010-08-23T11:43:53-05:00

Last modified 2011-02-15T10:13:39-06:00

Maven: eliminate scan-deps.pl script

Reported by: curtis Owned by: curtis
Priority: minor Milestone: biweekly-2011: Feb-14 to Feb-25
Component: Build System Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

The scan-deps.pl is a hacky perl script that verifies whether dependencies are actually correct throughout the source code, and also generates a summary of project dependencies, which we embed in the toplevel build.xml ant script.

The Maven dependency:analyze-dependencies target performs many of the same checks, while site:site outputs HTML detailing the dependency tree, among other things. We should verify that they are sufficient for our needs and then retire scan-deps.pl.

Change History

comment:1 Changed 2010-08-31T11:51:00-05:00 by curtis

  • Component changed from other to build

comment:2 Changed 2010-09-15T12:00:05-05:00 by curtis

  • Milestone changed from biweekly-2010: Sep-07 to Sep-17 to biweekly-2011: Jan-03 to Jan-14

comment:3 Changed 2011-02-15T10:13:39-06:00 by curtis

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

The dependency:analyze target is sufficient. However, the OME team has opted to not use Maven for Bio-Formats, so this task is no longer relevant.