Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: can't install additional files via project.xml #825

Merged
merged 2 commits into from
Jan 9, 2017

Commits on Jan 9, 2017

  1. Problem: can't install additional files via project.xml

    Solution: introduce zinstall, the zero model for file installation
    
    The beauty of this model (as opposite of PR#539) is that it impose clear
    protocol between model and rest of the generators. This protocol are
    files in builds/zinstall/, which are then included in generated files.
    
    This has two main advantages over older attempts
    1. installation model fully implemented in ONE place
    2. because of the protocol, there can be more models w/o any impact on
    backend
    
    Design goals are stated in README.txt, but let's repease
    1. KISS - the less options the better
    2. No conditionals - please don't create an another half-baked XML
    programming langugage like ant
    3. Real problems - don't add more options because you can
    ... or you will get replaced by zinstall2 ;-)
    Michal Vyskocil committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    359b91a View commit details
    Browse the repository at this point in the history
  2. Problem: missing zproject_install.gsl

    Solution: add it to git
    Michal Vyskocil committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    1222479 View commit details
    Browse the repository at this point in the history