Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-06 | ecj is now downloaded into lib/ecj. We don't currently use it for anything ↵ | Reinier Zwitserloot | |
anymore, but could be handy for automated testing and definitely handy for manual experimenting / testing. | |||
2011-06-02 | the new eclipse dietparse test suite written by philipp requires junit to be ↵ | Reinier Zwitserloot | |
fired up with lombok as agent. Fixed that in the build script. | |||
2011-05-16 | Robbert Jan excluded com/sun from the pack a while ago, but this by accident ↵ | Reinier Zwitserloot | |
also excluded jna which broke ecj apt support. | |||
2011-03-22 | jarjar now used to make sure asm is no longer on the bootclasspath when ↵ | Reinier Zwitserloot | |
using lombok. | |||
2011-03-16 | Added printing oss.sonatype.org usernamepass to build script when publishing ↵ | Reinier Zwitserloot | |
maven | |||
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-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 | |
com/sun/tools/javac/util to com/sun/tools/javac/file | |||
2010-12-28 | Second time's the charm - fix for generating LombokizedEclipse.launch in ↵ | Reinier Zwitserloot | |
windows. | |||
2010-12-22 | Generating LombokizedEclipse.launch was broken on non-macs. | Reinier Zwitserloot | |
It was also essentially broken on macs, as in, the generated launch only worked on 32-bit eclipses, but the default download these days is a 64-bit cocoa version. Fixed this too. | |||
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 ↵ | 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-10 | deleted netbeans agent. With the new resolution features it'll never work, ↵ | Reinier Zwitserloot | |
and netbeans has supported lombok as a plain annotation processor for quite a while now. | |||
2010-08-15 | Updated buildscript to include tests and eclipse .project generation for the ↵ | Roel Spilker | |
new bytecode tests in test/bytecode/src | |||
2010-07-25 | bugfix in the maven target, which still listed the old test/delombok/src dir ↵ | Reinier Zwitserloot | |
instead of the new name for that, test/transform/src. Also, <scp> and <sshexec> werent loaded. Also fixed a bug in the buildscript for the publish target (regarding googlecode uploads). | |||
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 ↵ | Roel Spilker | |
script, this way having old versions of e.g. lombok.patcher around dont mysteriously break your build until you ant clean. | |||
2010-07-12 | Changed build system to ivy. | Reinier Zwitserloot | |
2009-12-21 | Added support to fully automatically upload a cutting edge build to ↵ | Reinier Zwitserloot | |
projectlombok.org, as well as a page with information about it, gathered from the changelog. | |||
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 | |
bits are JVM1.6) being interdependent and causing implicit compilation warnings. Also added source="1.x" to all ant file javac targets, as apparently this needs to be there when compiling with JDK7. | |||
2009-11-25 | Refactored the source folders. | 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-11-02 | Added 'clean' to all the publish targets. Occassionally dirty build dirs ↵ | Reinier Zwitserloot | |
cause mistakes, which isn't worth massively slowing down builds normally, but it is, when publishing. Done on suggestion by Ray vanderborght via http://groups.google.com/group/project-lombok/browse_thread/thread/b0e48417fc4c0e9 | |||
2009-11-02 | Added a publish-all target. | Reinier Zwitserloot | |
2009-10-17 | Fixes to the buildScripts, and disableCheckedExceptions now works. | Reinier Zwitserloot | |
2009-10-15 | Added maven-publish to the build scripts. Just about every aspect of build ↵ | Reinier Zwitserloot | |
and publish is now in the script. | |||
2009-10-14 | More serious work on the build system. | Reinier Zwitserloot | |
2009-10-13 | Fixes to the build script stuff | 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-07 | build.xml was getting rather large, so its been split up into separate ↵ | Reinier Zwitserloot | |
scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now. | |||
2009-09-23 | Change to the build process of the eclipse agent: Any dependencies it has on ↵ | Reinier Zwitserloot | |
stuff in lombok-core is now explicitly added in build.xml. Less code duplication that way. | |||
2009-09-03 | Added a bunch of javadoc. No other changes. | Reinier Zwitserloot | |
2009-08-21 | Whoops, forgot to update the changelog of 0.8.3. | Reinier Zwitserloot | |
2009-07-31 | Added generating a sources.jar for maven, on a suggestion by (twitter) @bennor | Reinier Zwitserloot | |
2009-07-30 | Whoops, we updated the 'header' control on index.html and totally forgot to ↵ | Reinier Zwitserloot | |
port the changes over to slideshow.html which has the same header. Fixed now, and uploaded to website. | |||
2009-07-29 | typo fix. | Reinier Zwitserloot | |
2009-07-29 | Added support for maven. | Reinier Zwitserloot | |
2009-07-29 | Use single quote instead of double quote in javadoc generation due to wonky | Roel Spilker | |
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n" | |||
2009-07-28 | bugfix in the build.xml file - "ant website" would not add the videos to the ↵ | Reinier Zwitserloot | |
built .tar.bz2 file. Now it does. (use ant website-novideo to skip adding the videos, which reduces the upload from 18M to 1.4M). | |||
2009-07-28 | Updated website target to bzip2 the content, as our deployment these days ↵ | Reinier Zwitserloot | |
isn't via git, but via an ssh upload. | |||
2009-07-28 | Version is now 'standalone' - it is separately compiled. The version is now ↵ | Reinier Zwitserloot | |
reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9. | |||
2009-07-28 | Added website feature documentation for @ToString and @EqualsAndHashCode, ↵ | Reinier Zwitserloot | |
and modified the docs for @Data to refer to the docs of these new annotations. The build script for the website has been updated to clean out the website build dir first, so files that used to exist but have now been tossed are no longer there. There's also a special website-no-videos target which builds a website deployable without the videos. This makes the upload a lot faster if the videos haven't changed. | |||
2009-07-26 | Added changelog tracking. | Reinier Zwitserloot | |
2009-07-20 | Updated credits and build.xml for the video. | Reinier Zwitserloot | |
2009-07-18 | Removed meta date tag and use single quotes to at least be consistent on | Roel Spilker | |
Windows as well; the double quotes were removed from the actual javadoc html. | |||
2009-07-18 | Added SneakyThrows which finishes the documentation for the features pages. | Reinier Zwitserloot | |