Changes between Version 10 and Version 11 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
2012-01-15 14:23:10 (16 months ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v10 v11  
    2727== Future design == 
    2828 
    29 === Overview 
     29=== Overview === 
    3030 
    3131Some basic design decisions 
     
    104104        `-- source 
    105105}}} 
     106 
     107=== Updateworkspaces === 
     108 
     109Updateworkspaces needs a logic for finding the libraries. 
     110It should check the local libraries directory in buttom-up order, which means: 
     111 
     112 1. Matching architecture and o 
     113 1. Matching os, common-directory 
     114 1. Common-directory for OS and common-subdirectory for architecture 
     115 
     116When it finds a library, it must check if it's up to date. It it's not up to date, it should stop and display an error. 
     117This check could work with a manually updated file in the source-tree containing the current revisions for library-directories. 
     118 
     119=== Premake === 
     120 
     121Premake needs a way to know where update-workspaces found the library. 
     122Not sure about that yet.