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

Now filename of build.properties may be specified #563

Closed
wants to merge 2 commits into from

Commits on Mar 4, 2014

  1. Now filename of build.properties may be specified

    Added the option to tell the generator commands a custom name of the project's "build.properties". This brings the advantage of being able to have build.properties for each project like "project1.build.properties", "project2.build.properties" and so on. You can now build the project according to the custom build.props via 
    "propel anyPropelCommand --build-properties=project1.build.properties"
    That makes generation of stuff much more comfortable when using one and the same propel installation for different projects which all reference the same propel dir and the generated classes within it.
    serjoscha87 committed Mar 4, 2014
    Copy the full SHA
    031f98d View commit details
    Browse the repository at this point in the history
  2. Added failure checking to changes of last commmit

    Functionality still the same. Automated testing failed. Now it shall be working
    serjoscha87 committed Mar 4, 2014
    Copy the full SHA
    1742684 View commit details
    Browse the repository at this point in the history