Age | Commit message (Expand) | Author |
2012-03-26 | Trivial update to build script. | Reinier Zwitserloot |
2012-03-22 | build script now contains an explicit javadoc target. | Reinier Zwitserloot |
2012-01-31 | Fix for publish target in build file. | Reinier Zwitserloot |
2012-01-23 | further fixes to the build script. I think it's good now.... | Reinier Zwitserloot |
2012-01-23 | Okay, now the build should be truly fixed again... at least, if you're runni... | Reinier Zwitserloot |
2012-01-23 | Test script fixes | Roel Spilker |
2012-01-09 | Build was broken for fresh git clones. | Reinier Zwitserloot |
2012-01-09 | Added a test to make sure we never break ecj again. | Reinier Zwitserloot |
2011-12-19 | fixed publishing of the lombok-utils jar to the server | Reinier Zwitserloot |
2011-12-19 | Added building lombok-utils to build file. | Reinier Zwitserloot |
2011-12-12 | Added AUTHORS file to lombok.jar distributable. | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-11-01 | Fixed issue 284 now also for java7, introduced more stubbing | Roel Spilker |
2011-10-31 | Add src/utils to the source paths | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-08-29 | trivial | Reinier Zwitserloot |
2011-08-24 | whoops javac.jar got renamed to javac6.jar | peichhorn |
2011-08-24 | To run the tests, having javac in the bootclasspath is required on all platfo... | peichhorn |
2011-08-15 | Integrated Philipp's proof-of-concept delombok in javac7 fix, and used some | Reinier Zwitserloot |
2011-08-15 | Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for cont... | Reinier Zwitserloot |
2011-08-11 | Got delombok to work with JDK 1.7. | peichhorn |
2011-07-18 | There's now 1 test suite that runs all tests, and 'ant eclipse' will make a l... | Roel Spilker |
2011-06-13 | Updated to ivyplusplus 1.7 and used ivy:cachedunjar to shave a second off bui... | Reinier Zwitserloot |
2011-06-06 | ecj is now downloaded into lib/ecj. We don't currently use it for anything an... | Reinier Zwitserloot |
2011-06-02 | the new eclipse dietparse test suite written by philipp requires junit to be ... | Reinier Zwitserloot |
2011-05-16 | Robbert Jan excluded com/sun from the pack a while ago, but this by accident ... | Reinier Zwitserloot |
2011-03-22 | jarjar now used to make sure asm is no longer on the bootclasspath when using... | Reinier Zwitserloot |
2011-03-16 | Added printing oss.sonatype.org usernamepass to build script when publishing ... | Reinier Zwitserloot |
2011-03-13 | Updated maven pom and deploy process; now lombok is linked in mavencentral so... | Reinier Zwitserloot |
2011-03-06 | Maven insists on having javadoc jars, so buh, I guess we'll comply with that. | Reinier Zwitserloot |
2011-01-17 | trivial update to the build script to get rid of a warning while building tests | Reinier Zwitserloot |
2011-01-10 | In javac7 the BaseFileObject and JavacFileManager have been moved from | Roel Spilker |
2010-12-28 | Second time's the charm - fix for generating LombokizedEclipse.launch in wind... | Reinier Zwitserloot |
2010-12-22 | Generating LombokizedEclipse.launch was broken on non-macs. | Reinier Zwitserloot |
2010-11-29 | Use includeantruntime="false" for safety and to avoid warnings under Ant 1.8.0+. | Jesse Glick |
2010-11-27 | Want to code lombok in intellij? Run 'ant intellij', possible from this patch... | Reinier Zwitserloot |
2010-11-10 | deleted netbeans agent. With the new resolution features it'll never work, an... | Reinier Zwitserloot |
2010-08-15 | Updated buildscript to include tests and eclipse .project generation for the ... | Roel Spilker |
2010-07-25 | bugfix in the maven target, which still listed the old test/delombok/src dir ... | Reinier Zwitserloot |
2010-07-21 | refactored the tests to prepare running ecj as well as delombok. | Reinier Zwitserloot |
2010-07-20 | Made more consistent | Roel Spilker |
2010-07-20 | Published the test target | Roel Spilker |
2010-07-20 | Changed the order of unpacking libs to be before compiling in the build scrip... | Roel Spilker |
2010-07-12 | Changed build system to ivy. | Reinier Zwitserloot |
2009-12-21 | Added support to fully automatically upload a cutting edge build to projectlo... | Reinier Zwitserloot |
2009-11-29 | 'ant test' will now run the lombok unit tests. | Reinier Zwitserloot |
2009-11-27 | Solved the problem in the two-phase compile (some of lombok is JVM1.5, other ... | Reinier Zwitserloot |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |
2009-11-08 | Added a findbugs ant target, along with an installDeps job to automatically f... | Reinier Zwitserloot |
2009-11-02 | Added 'clean' to all the publish targets. Occassionally dirty build dirs caus... | Reinier Zwitserloot |