Changes between Version 3 and Version 4 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
- Timestamp:
- 12/16/08 06:51:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
v3 v4 12 12 == Task requirements == 13 13 14 * Automate builds 15 * Use build server to generate zip file 16 * Make sure zip file is named properly 17 ** EDITION-VERSION-DATE-SERIAL 18 *** Author and Reader editions 19 *** Version is the upcoming release. pre_alpha_3, for example 20 *** Date in ISO 8601 format 21 *** Serial is 01, 02. Useful if there are multiple builds in one day 22 * Files stored on the build server 23 ** If the build server is not available, use http://sophie2.org/trac/chrome/site/download/nghtly/ (Derived from where release 2 was published) 14 * Automate builds 15 * Use build server to generate zip file 16 * Make sure zip file is named properly 17 * Files stored on the build server 18 19 === Optional Tasks === 24 20 25 = Optional Tasks = 26 27 ** Have the build server generate a build compiled with Java 5 21 * Have the build server generate a build compiled with Java 5 28 22 29 23 … … 33 27 == Implementation idea == 34 28 29 === Naming Builds === 30 31 * EDITION-VERSION-DATE-SERIAL 32 ** Author and Reader editions 33 ** Version is the upcoming release. pre_alpha_3, for example 34 ** Date in ISO 8601 format 35 ** Serial is 01, 02. Useful if there are multiple builds in one day 36 37 === Storing Builds === 38 39 * Store builds at http://sophie2.org/trac/chrome/site/download/nightly/ (Derived from where release 2 was published) 35 40 36 41 == Related == … … 38 43 39 44 == How to demo == 40 * Show the build directory with the nightly builds41 * Download, expand and run one of the nightlies45 * Show the build directory with the nightly builds 46 * Download, expand and run one of the nightlies 42 47 43 48 = Design =