Changes between Initial Version and Version 1 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1


Ignore:
Timestamp:
12/16/08 01:10:43 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5 
     6 
     7= Analysis = 
     8 
     9== Overview == 
     10Automated nightly builds will be created by a build server that drives maven. 
     11 
     12== Task requirements == 
     13 
     14* Automate builds 
     15* Use maven 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) 
     24 
     25== Task result == 
     26Nightly zip files generated for each edition 
     27 
     28== Implementation idea == 
     29REVIEWER: Analysis ould use some help with this 
     30 
     31== Related == 
     32[wiki:BUILD_SERVER_DEPLOYMENTS_R0] 
     33 
     34== How to demo == 
     35* Show the build directory with the nightly builds 
     36* Download, expand and run one of the nightlies 
     37 
     38= Design = 
     39 
     40= Implementation = 
     41^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     42 
     43= Testing = 
     44 
     45= Comments = 
     46^(Write comments for this or later revisions here.)