FLUID-3417: Alter builder deploy and build process to use new targets in ant script.

Metadata

Source
FLUID-3417
Type
Sub-task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-12-07T16:20:23.000-0500
Updated
2010-01-05T12:26:34.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Comments

  • Laurel Williams commented 2009-12-07T16:21:04.000-0500

    Bug Parade Builder 1.1.2

  • Laurel Williams commented 2009-12-07T16:24:16.000-0500

    The infusionBuilder deploy script will need to call ant deployInfusionBuilder from the infusion ant script.

    The php postProcessor.php will need to call the new ant script "ant infusionBuilder". In addition it must use the new directory location to copy files into the cache.

  • Laurel Williams commented 2009-12-16T09:46:06.000-0500

    added a new target to the deploy script which runs the pretreatMinify script to pre-minify files for download later. Drastic change to postProcessor.php to run the builderBuild target twice to create a src and minified zip file to download. Needed to change the order of the code from copying the files just before download, to copying just after building (since the second command cleans the results of the first command).

  • Michelle D'Souza commented 2009-12-16T12:53:50.000-0500

    This fixes for this issue are fine for now. After the release, we need to change to doing a single build when a person asks for one instead of building both the minified and unminified packages every time.

  • Justin Obara commented 2010-01-05T12:26:34.000-0500

    Closed as per previous comment. The additional error noted was also correct in FLUID-3437