Commit Graph

90 Commits

Author SHA1 Message Date
Reinier Zwitserloot d78135180c [deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 features on ecj.
[Log] updated naming for @Log (topic= instead of mchmulder's 'value').
2014-02-10 21:56:35 +01:00
Reinier Zwitserloot 6b0acc9a19 [eclipse debugging] a new target, 'eclipseForDebugging', which imports deps from your eclipse so that line numbers etc line up with your eclipse. 2014-02-07 03:16:55 +01:00
Reinier Zwitserloot b81d5ef65c updated SPI, it did not work in JDK8 properly 2013-09-10 14:01:10 +02:00
Roel Spilker deed98be16 Upyeared the copyright notice in the generated javadoc. 2013-07-18 16:27:50 +02:00
Reinier Zwitserloot 1037e83225 possible fix for a deadlock issue 531. 2013-07-08 22:13:00 +02:00
Reinier Zwitserloot e7ff097fec Fixed value's snippet integration (it hadn't been updated yet now that Value has moved from experimental into core). 2013-07-08 21:21:33 +02:00
Reinier Zwitserloot e1c39bbc60 javac builder implementation. Passes all tests.
Added toString() impl for builders in both eclipse and javac.
Added all documentation, though it'll need some reviewing.
2013-06-18 04:23:15 +02:00
Reinier Zwitserloot 5a3e9bd804 Added @NonNull on parameters feature (issue 514),
including docs and changelog.
2013-05-31 01:03:38 +02:00
Reinier Zwitserloot 2e27817ca7 bugfix in website ant buildscript for finding the Java2HtmlTask 2013-04-23 03:31:22 +02:00
Reinier Zwitserloot 56150952c4 Added @Log4j2 support. 2013-03-11 22:06:25 +01:00
Reinier Zwitserloot 893b5ea69b startOnFirstThread is no longer necessary on modern JVMs on mac. 2013-03-11 21:01:53 +01:00
Reinier Zwitserloot ed61012f95 whoops, belated push and fixes to the documentation of onX 2013-02-18 21:41:07 +01:00
Reinier Zwitserloot ef8769d318 Added all documentation for the onX feature and updated changelog.
Now to actually write the feature (Well, rescue it from the onX-removal tag).
2012-11-17 20:26:58 +01:00
grootjans 11a07262ef Added annotation for the slf4j extended logger 2012-10-30 00:44:45 +01:00
Reinier Zwitserloot 2d21611898 Updated the setup test environment tasks in the build script to produce eclipse launch targets IF the project has been treated as eclipse project ('.project' is present). 2012-10-25 00:05:02 +02:00
Reinier Zwitserloot 7ada401b6d If val errors out, now at least you see where it happened. 2012-09-17 17:19:05 +02:00
Reinier Zwitserloot d1539a3ec2 prettying up the pre/post examples for FieldDefaults and ExtensionMethod 2012-08-13 02:46:35 +02:00
Reinier Zwitserloot 8850798a04 Documentation for @Value, @FieldDefaults, @Wither 2012-08-13 00:11:02 +02:00
grootjans 1c3ba98204 Updated the ant version due to an issue with invalid sha1-hashes on maven-central for the 1.8.0 version 2012-07-02 22:27:54 +02:00
Reinier Zwitserloot 775abd485d Added documentation for @ExtensionMethod feature 2012-06-18 22:03:30 +02:00
Reinier Zwitserloot f0e90c418f fixes for 'ant website' build target. Also fixing some errors in javadoc. 2012-03-27 00:35:34 +02:00
Reinier Zwitserloot 389dbf5eda build script now contains an explicit javadoc target. 2012-03-22 17:16:31 +01:00
Roel Spilker 05a156deaa Give the LombokizedEclipse a bit more permgen space 2012-01-23 21:23:15 +01:00
Roel Spilker b3a55b0c6c Test script fixes 2012-01-23 20:12:53 +01:00
Reinier Zwitserloot a59a2c482b Updated to ASM4 final. 2012-01-09 23:47:45 +01:00
Reinier Zwitserloot 102752a87b Added building lombok-utils to build file. 2011-12-19 23:16:40 +01:00
Roel Spilker 45f9e9def1 Changed copyright notices 2011-11-07 22:04:40 +01:00
Reinier Zwitserloot 006a0e7089 Fixed buildscript (onX is gone, that had to be reflected in the buildscript). 2011-08-19 04:10:32 +02:00
Reinier Zwitserloot 7773bd4e60 Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for contrib purposes (we still compile against javac6, but having javac7 around for testing and such is nice). 2011-08-15 20:33:45 +02:00
Roel Spilker 4dfa3b7004 There's now 1 test suite that runs all tests, and 'ant eclipse' will make a launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work. 2011-07-18 21:11:37 +02:00
Reinier Zwitserloot 3798d94263 Minor tweaks to documentation updates (javadocs, website). 2011-06-20 21:36:40 +02:00
Reinier Zwitserloot 612431bbbb Updated to ASM 4.0RC1 so that we can deal with java7,
especially class files built with java7.

Fixes issue #188
2011-06-07 00:56:43 +02:00
Reinier Zwitserloot 05465b66a8 Minor update to include a timestamp on the edge release download page. 2011-06-06 22:06:02 +02:00
Reinier Zwitserloot 3c92d18927 ecj and jdt.core contain mostly the same classes. Its possible to get these mixed up and that would be bad (SecurityExceptions as signatures don't match, and in general mixing and matching classes from different releases). Just ditching ecj should do the job. 2011-06-02 06:35:38 +02:00
Reinier Zwitserloot 201d921692 Updated buildscript to new server 2011-05-03 03:15:32 +02:00
Reinier Zwitserloot 12e4f36a2f Yet another eclipse mirror went down or deleted an older version. We're now 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-04-01 19:55:50 +02:00
Reinier Zwitserloot ead7ff428c jarjar now used to make sure asm is no longer on the bootclasspath when using lombok. 2011-03-22 21:02:04 +01:00
Reinier Zwitserloot 38b4128f89 previous attempt to use more maven central repos failed, so reverted most of it.
see commit 1a28ccb347.
2011-03-18 18:25:59 +01:00
Reinier Zwitserloot 1a28ccb347 Replaced a bunch of deps to entries in maven central instead of self-written URLs. 2011-03-06 02:27:58 +01:00
grootjans e0cfacd3b3 Issue 192: Add documentation for onMethod=, onParam, onConstructor
still have to make a minor edit in the pre/post files
2011-02-28 16:44:06 +01:00
grootjans 7b3968fe40 Added documentation for @Delegate. This fixes issue 189 2011-02-07 22:46:07 +01:00
grootjans 47037e2830 updated the eclipse ecj mirrors as the belgium mirror was discontinued 2011-01-16 15:39:17 +01:00
Reinier Zwitserloot d80139fa8f Second time's the charm - fix for generating LombokizedEclipse.launch in windows. 2010-12-28 10:20:20 +01:00
Roel Spilker 3a89cbe7e7 Ivy cache is now local to prevent cache conflict with other ivy using projects. 2010-11-22 22:27:58 +01:00
Reinier Zwitserloot ffedb71cb5 Merge branch 'master' of github.com:rzwitserloot/lombok 2010-11-18 20:49:23 +01:00
Reinier Zwitserloot 3c47eb1299 Added documentation for val and @Getter(lazy=true) and updated docs for Log and EqualsAndHashCode to reflect new lombok 0.10 features. 2010-11-18 13:04:09 +01:00
Reinier Zwitserloot 36f9a5aabc Fixed reference to java6 core javadoc package list, which we accidentally removed a long long time ago in commit e693672cd4 2010-11-18 13:04:08 +01:00
Roel Spilker 67668f8e98 Added extra javadoc links 2010-11-16 00:27:26 +01:00
Reinier Zwitserloot b3a9eeeffb Fixed reference to java6 core javadoc package list, which we accidentally removed a long long time ago in commit e693672cd4 2010-11-15 21:27:59 +01:00
Reinier Zwitserloot 16f992c5ad Due to an evident screwup at github.com about their https certs, downloads 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-09 21:29:08 +01:00