aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
AgeCommit message (Collapse)Author
2011-05-03Updated buildscript to new serverReinier Zwitserloot
2011-04-01Yet another eclipse mirror went down or deleted an older version. We're now ↵Reinier Zwitserloot
hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2.
2011-03-22jarjar now used to make sure asm is no longer on the bootclasspath when ↵Reinier Zwitserloot
using lombok.
2011-03-18previous attempt to use more maven central repos failed, so reverted most of it.Reinier Zwitserloot
see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de.
2011-03-06Replaced a bunch of deps to entries in maven central instead of self-written ↵Reinier Zwitserloot
URLs.
2011-02-28Issue 192: Add documentation for onMethod=, onParam, onConstructorgrootjans
still have to make a minor edit in the pre/post files
2011-02-07Added documentation for @Delegate. This fixes issue 189grootjans
2011-01-16updated the eclipse ecj mirrors as the belgium mirror was discontinuedgrootjans
2010-12-28Second time's the charm - fix for generating LombokizedEclipse.launch in ↵Reinier Zwitserloot
windows.
2010-11-22Ivy cache is now local to prevent cache conflict with other ivy using projects.Roel Spilker
2010-11-18Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2010-11-18Added documentation for val and @Getter(lazy=true) and updated docs for Log ↵Reinier Zwitserloot
and EqualsAndHashCode to reflect new lombok 0.10 features.
2010-11-18Fixed reference to java6 core javadoc package list, which we accidentally ↵Reinier Zwitserloot
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84
2010-11-16Added extra javadoc linksRoel Spilker
2010-11-15Fixed reference to java6 core javadoc package list, which we accidentally ↵Reinier Zwitserloot
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84
2010-11-09Due to an evident screwup at github.com about their https certs, downloads ↵Reinier Zwitserloot
from there no longer work. Moved the ivy target for cmdreader to a file hosted on projectlombok.org To fix it. Thanks to Stephen Haberman for spotting the problem.
2010-11-08Updated to lombok.patcher, which basically only means that the "PATCHING: ↵Reinier Zwitserloot
..." prints to system.out are gone.
2010-11-08Add diverse logging frameworks for the tests.Roel Spilker
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Updated website documentation to include @LogRoel Spilker
2010-07-20Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, ↵Reinier Zwitserloot
@AllArgsConstructor, and also how these generate @ConstructorProperties annotations. Also updated @Getter and @Setter's documentation to explain their new class-level feature, and updated @Data's description to highlight how @Data is now truly nothing more than the combination of @RequiredArgsConstructor, @EqualsAndHashCode, @ToString, @Getter, and @Setter.
2010-07-20Whoops, the junit dependency descriptor was misnamed.Reinier Zwitserloot
2010-07-20Whoops, 2 dependency descriptors were missing. Added them.Reinier Zwitserloot
2010-07-20Fixed some broken dependency descriptorsRoel Spilker
2010-07-16Updated eclipse dependencies to 3.6.0, and added sources.Reinier Zwitserloot
2010-07-12Changed build system to ivy.Reinier Zwitserloot
2009-12-23ecj prep: lombok.jar is now also a dynamic agent, and the main annotation ↵Reinier Zwitserloot
processor is now the core processor that farms out the work to context-specific implementations.
2009-12-21download-edge is now overwritten (to say that the stable is the latest) upon ↵Reinier Zwitserloot
a full release.
2009-12-21Fixed the changelog.html generation to be a full HTML file and not an HTML ↵Reinier Zwitserloot
snippet.
2009-12-21Added 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-12-12Added -Xlint:unchecked to ant compile.Reinier Zwitserloot
2009-12-02Merge branch 'netbeans'Reinier Zwitserloot
2009-12-01Moved test resource files to a better matching locationRoel Spilker
2009-12-01Generalized the agent mechanism; now 1 lombok.jar can serve as the agent for ↵Reinier Zwitserloot
BOTH netbeans AND eclipse, and is future-ready for an IntelliJ agent.
2009-12-01Added compiling of src/netbeansAgent, and temporarily set Agent-Class to ↵Reinier Zwitserloot
netbeans agent. Will need to find a solution for a generic be-everything agent.
2009-11-29'ant test' will now run the lombok unit tests.Reinier Zwitserloot
2009-11-28The licence file is now also copied into the jar, as well as to the website.Reinier Zwitserloot
2009-11-27Fix on the previous commit involving the compile build script: delombok is ↵Reinier Zwitserloot
now actually compiled. heh.
2009-11-27Solved 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-27Added delombok to the build scripts.Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot
2009-11-09Added -d32 to the mac version of the eclipse debug target as that tends to ↵Reinier Zwitserloot
be better than not doing that. Fixes issue #66
2009-11-08Added 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-02Fixes to the publish target.Reinier Zwitserloot
2009-10-18Whoops - previous includeDestClasses change actually breaks the build, as ↵Reinier Zwitserloot
the lombok/javac build triggers building everything, making lombok dependent on 1.6, which is not good for eclipse.
2009-10-17Slight fix to generation of SPI files during repeated builds.Reinier Zwitserloot
2009-10-17Fixes to the buildScripts, and disableCheckedExceptions now works.Reinier Zwitserloot
2009-10-16Fixed the buildScript for publishing and maven - working around truly ↵Reinier Zwitserloot
boneheaded design of ant.
2009-10-15Added maven-publish to the build scripts. Just about every aspect of build ↵Reinier Zwitserloot
and publish is now in the script.
2009-10-14More serious work on the build system.Reinier Zwitserloot