aboutsummaryrefslogtreecommitdiff
path: root/build.xml
AgeCommit message (Expand)Author
2014-05-01some pretty significant changes to the build system, to try and add testing a...Reinier Zwitserloot
2014-03-18Merge branch 'master' into configurationRoel Spilker
2014-03-04we copied the tests into the build dir for some reason, that was not neccessary.Reinier Zwitserloot
2014-03-04we copied the tests into the build dir for some reason, that was not neccessary.Reinier Zwitserloot
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-02-27Fixed debug template for LombokizedEclipse, and added 'local' option for lomb...Reinier Zwitserloot
2014-02-27fun times ant hacking to make the ant eclipseForDebugging task ask which alte...Reinier Zwitserloot
2014-02-20Use the source for the source :-)Roel Spilker
2014-02-10fix to the new eclipseForDebugging target, which didnt work on windows due to...Roel Spilker
2014-02-07[eclipse debugging] a new target, 'eclipseForDebugging', which imports deps f...Reinier Zwitserloot
2014-01-31[configuration] Added first automated test for the configuration framework. F...Roel Spilker
2013-07-28more progress. This one is less JDK8 compatible, butReinier Zwitserloot
2013-07-22Merge branch 'master' into jdk8. Also added some major fixes whilst merging.Reinier Zwitserloot
2013-07-07lombok's compile target is 1.6, but, eclipse project was generated as 1.7. Th...Reinier Zwitserloot
2013-07-07FINALLY! Found the cause of a really weird eclipse bug,Reinier Zwitserloot
2013-04-05Update to newer version of ivyplusplusReinier Zwitserloot
2013-04-05Fixed small typoRobbert Jan Grootjans
2013-03-11changed the pattern for writing dependencies to the various lib/ directoriesReinier Zwitserloot
2013-03-11startOnFirstThread is no longer necessary on modern JVMs on mac.Reinier Zwitserloot
2013-03-08Test setup for JDK8 support.Robbert Jan Grootjans
2012-10-25Updated the setup test environment tasks in the build script to produce eclip...Reinier Zwitserloot
2012-10-23Typo fixes in build.xmlReinier Zwitserloot
2012-10-22Ever since we do a lot more than just calling 'parse' when running delombok i...Reinier Zwitserloot
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