FLUID-2719: Make modified builds a parameter option instead of a seperate ant target

Metadata

Source
FLUID-2719
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2009-05-13T11:43:55.000-0400
Updated
2009-11-13T09:15:03.000-0500
Versions
N/A
Fixed Versions
  1. 1.1
Component
  1. Infrastructure

Description

Make modified builds a parameter option instead of a seperate ant target

The modifiedReleaseBuild and modifiedCustomBuild should be incorporated into the standard releaseBuild and customBuild tasks, but use a parameter to turn them on.

Comments

  • Justin Obara commented 2009-05-13T14:28:31.000-0400

    Removed the modifiedReleaseBuild and modifiedCustomBuild targets. Now to create a modified build (that incorporates head rewriting to point at the single js and css files), you now just call a build with the following parameter -DrewriteHead="true"

  • Justin Obara commented 2009-05-14T13:35:33.000-0400

    some refactoring needed

  • Justin Obara commented 2009-05-14T14:04:30.000-0400

    Some refactoring. Renamed checkCondition to checkRewriteStatus. Removed the dependency on removing js files from the removing css task. Added in an additional <antcall> task rewriteHTMLHead to call both the rewriting of the css and js

  • Justin Obara commented 2009-11-13T09:15:03.000-0500

    Closed as per previous comment