Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-23 | further fixes to the build script. I think it's good now.... | Reinier Zwitserloot | |
2011-07-18 | Updated .gitignore to ignore only the things we meant, i.e. with 'debug' we ↵ | Reinier Zwitserloot | |
meant the top-level debug dir, not any file named debug. | |||
2011-07-18 | There's now 1 test suite that runs all tests, and 'ant eclipse' will make a ↵ | Roel Spilker | |
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work. | |||
2011-03-13 | Updated maven pom and deploy process; now lombok is linked in mavencentral ↵ | Reinier Zwitserloot | |
so we no longer need our own repository. Also updated publish process to new server (escudo is in, libertad is out). | |||
2011-02-15 | Added .markdown.html to gitignore. I wrote a tool that produces these from ↵ | Roel Spilker | |
.markdown files. | |||
2010-11-27 | Want to code lombok in intellij? Run 'ant intellij', possible from this ↵ | Reinier Zwitserloot | |
patch on, to do so. This involved switching to ivyplusplus 1.4 and includes a hack to make sure 1.3 users get upgraded. | |||
2010-11-22 | Ivy cache is now local to prevent cache conflict with other ivy using projects. | Roel Spilker | |
2010-07-12 | Changed build system to ivy. | Reinier Zwitserloot | |
2009-11-08 | Added a findbugs ant target, along with an installDeps job to automatically ↵ | Reinier Zwitserloot | |
fetch and unpack findbugs from its sourceforge repository. Still need to figure out how to maintain a list of findbugs warnings that findbugs should be ignoring. | |||
2009-10-14 | More serious work on the build system. | Reinier Zwitserloot | |
2009-10-13 | Pretty big revamp of the build script system. Downloading dependencies is ↵ | Reinier Zwitserloot | |
now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in. | |||
2009-10-12 | We now test lombok in a new eclipse launched in the debugger which is waaay ↵ | Reinier Zwitserloot | |
nicer. The old runEclipse scripts are now useless, so they have been removed. | |||
2009-07-18 | Added google.properties, which contains passwords, to gitignore | Roel Spilker | |
2009-06-08 | Initial commit. As a proof of concept, it already works in javac and eclipse! | Reinier Zwitserloot | |