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 #158 (closed defect: wontfix)

Opened 2010-08-23T11:41:29-05:00

Last modified 2011-02-15T09:34:48-06:00

Maven: resolve filtering issues

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

Description

With ant we are copying the source code, applying filters directly to the source (e.g., "@year@"). Maven allows you to  filter resources when copied, which is safer. We should update our source code to work in this fashion, reading filtered values from resource files rather than having them be directly embedded in the source code. And we should ensure that all previous filter tokens are still supported under Maven.

Change History

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

  • Component changed from other to build

comment:2 Changed 2010-09-15T11:59:15-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 2010-12-09T13:37:38-06:00 by curtis

  • Priority changed from major to critical

comment:4 Changed 2011-02-15T09:34:48-06:00 by curtis

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

The OME team has opted to not use Maven for Bio-Formats, so this task is no longer relevant.