Multiple changes to Macaron project so please let me know what is correct and what should not be included please?
Changes to project:
new dependencies: logging, mysql driver, midje (not used yet), etc (How did you run things without adding these dependencies such as driver?)
added log4j.properties file to control logging but added it to test folder as I assume we wouldn't want to distribute with when any app is using macacon (exclude test folder in deploy?)
removed old test file not in use I think and added test/macaron/example.clj for sample usage and testing.
Finally changes to core.clj to allow enums to be updated with additional types. Please can you have a look at functions and maybe suggest any changes to current implementation?
Multiple changes to Macaron project so please let me know what is correct and what should not be included please?
Changes to project:
Finally changes to core.clj to allow enums to be updated with additional types. Please can you have a look at functions and maybe suggest any changes to current implementation?
Thanks :)