FLUID-2782: Build scripts: "dailyBuild" target produces only minified code

Metadata

Source
FLUID-2782
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Anastasia Cheetham
Created
2009-05-27T10:50:37.000-0400
Updated
2011-01-20T15:09:42.572-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infrastructure

Description

Right now, the dailyBuild target deploys minified code to the build site. This makes testing and debugging of code on the build site difficult.

We need a way to deploy a war file that has unminified code in it.

Comments

  • Anastasia Cheetham commented 2009-05-27T12:31:59.000-0400

    I'm attaching a patch that allows the dailyBuild target to use the un-minified files while the deploymentBuild uses the minified files. I'd like a review of this patch before it's committed.

    Note: I've applied the patch to the build site to facilitate testing. It's been applied in
    ~/continuum/working/36/build-scripts
    on the build server. When the patch is committed, the build site should be reverted and a proper update done.

  • Michelle D'Souza commented 2009-10-06T14:47:09.000-0400

    I've reviewed this change and it looks good. It should be committed once the repository unfreezes.

  • Michelle D'Souza commented 2009-10-06T14:51:30.000-0400

    I noticed that the 'stop-deploy-start' shell script has been updated in the infrastructure directory already to work with this patch. The script will need to be updated on the server once the patch has been committed.