FLUID-3188: remove reliance on hard coded filename

Metadata

Source
FLUID-3188
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-09-21T15:09:59.000-0400
Updated
2009-12-02T13:38:45.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Currently we use a hard coded file name as the output filename for the custom build zip. We would like to change that and obtain at least part of the file name from the fluid-version field in build.properties.

Comments

  • Laurel Williams commented 2009-09-21T16:31:50.000-0400

    This cannot be done as the filename is hardcoded into the build.xml.

  • Laurel Williams commented 2009-10-22T16:26:57.000-0400

    I think this should be re-visited as the version number is already being obtained in PostClass.php

  • Laurel Williams commented 2009-11-04T15:25:45.000-0500

    removed SRC_FILE_NAME and MIN_FILE_NAME from config.php and replaced with dynamically creating these values in postProcessor.php. Refactored config.php slightly to accommodate the change (changed the instructions about how to use and moved the defines around a bit as suggested by Justin in today's review).