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