Changes between Version 29 and Version 30 of OvaReleaseNote-1.0.1-RC2


Ignore:
Timestamp:
04/10/12 06:48:43 (14 months ago)
Author:
paul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OvaReleaseNote-1.0.1-RC2

    v29 v30  
    313313 
    314314   * `help` - lists all available build commands 
    315    * `build` - 
    316    * `build-debug` -  
    317    * `build-release` -  
    318    * `build-local` -  
    319    * `build-local-debug` -  
    320    * `build-local-release` -  
     315   * `build` - the default build that includes the standard OVA plugin related debug output - equivalent to the `build-debug` instruction 
     316   * `build-debug` - the standard OVA build which results in OVA plugin related debug output being available 
     317   * `build-release` - a reduced OVA build that excludes the plugin related debug output calls 
     318   * `build-local` - the default local build - equivalent to `build-local-debug` 
     319   * `build-local-debug` - the standard OVA build that includes the OVA plugin related debug output calls - built via a local version of the OVA for AS3 source tree 
     320   * `build-local-release` - the reduced OVA "local" build that excludes the OVA plugin related debug output calls 
     321 
     322The following table illustrates the difference in size between various forms of the OVA SWC and the OVA for JW5 plugin build: 
     323 
     324||= OVA FOR JW5 BUILD TYPE =||= OVA SWC "DEBUG" =||= OVA SWC "RELEASE" =||= OVA SWC "MINIMAL" =|| 
     325|| debug (default) || XK || XK || XK || 
     326|| release || N/A || XK || XK || XK || 
     327 
     328Note: You cannot build a "debug" version of the OVA for JW5 plugin with a "release" or "minimal" version of the OVA SWC (or source tree) because the OVA for AS3 debug functions will not be available for use by the plugin source code. 
    321329 
    322330==== 4.3.1 Using the Pre-Built OVA SWC ====