Changes between Version 21 and Version 22 of OvaReleaseNote-1.0.1-RC2


Ignore:
Timestamp:
04/10/12 06:11:55 (15 months ago)
Author:
paul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OvaReleaseNote-1.0.1-RC2

    v21 v22  
    181181   * A `minimal` version that excludes prepackaged button resources, debug, custom ad server functionality and Javascript callbacks 
    182182 
     183The following table illustrates how the size of the resulting OVA SWC varies across these three build types: 
     184 
     185||= BUILD TYPE =||= OVA SWC SIZE =|| 
     186|| debug (default) || 317K || 
     187|| release || 291K || 
     188|| minimal || 278K || 
     189 
    183190The components that are "excluded" by the minimal build can be customised via the `build.properties` file. 
    184191 
     
    198205 
    199206   * `help` - lists all available build commands 
    200    * `build` - does the default build - building a debug, release and minimal OVA SWC libraries 
     207   * `build` - does the default build - a debug version of the OVA SWC library 
    201208   * `deploy` - builds and deploys the `debug` version of the OVA SWC to the OVA plugin directories so that they can use the SWC in their own build processes 
     209   * `build-all` - builds all three formats - debug, release and minimal OVA SWC libraries 
    202210   * `build-debug` - builds a debuggable version of the OVA SWC 
    203211   * `build-release` - builds a version of the OVA SWC that excludes any debug output  
     
    205213   * `build-deploy` - builds a debug version of the OVA SWC and deploys it across the installed OVA products (e.g. OVA for JW5, OVA for Flowplayer) 
    206214 
    207 ==== 4.2.2 Deploying a Build OVA SWC Library ==== 
     215==== 4.2.3 Deploying a Build OVA SWC Library ==== 
    208216 
    209217Being written