Commit Graph
71 Commits
Author SHA1 Message Date
Reinier Zwitserloot 3c75487f71 mavenrepo example now adds scope=provided to reflect that lombok is only a build-time and not a run-time dependency. 2010-02-10 22:06:08 +01:00
Reinier Zwitserloot 1845525d44 Added link to Michael Kimberlin's article to slideshow page. 2010-01-08 00:02:08 +01:00
Reinier Zwitserloot 63aceae8be Changes 'div class=para' to the simpler and semantically correct 'p'. 2010-01-07 23:59:58 +01:00
Reinier Zwitserloot abddcc412e download-edge is now overwritten (to say that the stable is the latest) upon a full release. 2009-12-21 14:26:47 +01:00
Reinier Zwitserloot b829c0f8f1 Fixed the changelog.html generation to be a full HTML file and not an HTML snippet. 2009-12-21 14:18:02 +01:00
Reinier Zwitserloot a12675e120 Added support to fully automatically upload a cutting edge build to projectlombok.org, as well as a page with information about it, gathered from the changelog. 2009-12-21 14:11:25 +01:00
Roel Spilker 83702e9269 Tell google we own this website 2009-12-10 17:34:59 +01:00
Reinier Zwitserloot 2caddc3c2a Added documentation for delombok. 2009-11-27 15:22:43 +01:00
Reinier Zwitserloot 56616f3bec Fix: getters and setters for $foo fields (including our own $lock!) are now no longer generated. 2009-10-17 15:35:05 +02:00
Reinier Zwitserloot 4bf8ee3f67 Change to the website page on disableCheckedExceptions to reflect the fact that its no longer developed in a branch. 2009-10-17 14:03:38 +02:00
Reinier Zwitserloot ea04b3ff14 The old 'disableCheckedExceptions' branch wasn't a particularly nice distribution/storage model of experimental features. For example, it was hopelessly out of date. Redesigned to a separate experimental directory, along with new build scripts, and rewrite it to the new lombok.patcher model.
Unfortunately it doesn't actually work, just yet. Seems to do nothing at all.
2009-10-16 20:10:05 +02:00
Reinier Zwitserloot 1f9d6089cd build.xml was getting rather large, so its been split up into separate 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-10-07 20:48:07 +02:00
Reinier Zwitserloot 02f8fbc13b Added a bunch of javadoc. No other changes. 2009-09-03 23:11:04 +02:00
Reinier Zwitserloot d0116a8efe Updated website features documentation for the new AnnotationLevel.NONE. 2009-09-03 02:28:30 +02:00
Reinier Zwitserloot f1124aad02 Addressed issue #32: The @EqualsAndHashCode and @ToString annotations now support explicitly listing the fields to use, via the new 'of' parameter.
We've also added any fields that start with $ to the default excludes list. Lombok itself can generate these fields ($lock of @Synchronized, for example), and in general they probably should count as effectively not part of the class.
2009-09-03 01:44:59 +02:00
Reinier Zwitserloot 10a4211346 Explained the correct pom magic incantation to force maven to use a v1.6 compiler. 2009-09-02 01:27:58 +02:00
Reinier Zwitserloot cb091204f4 Fixed documentation, specifically: added eclipse help system fix to the changelog, and added some documentation on the special handling of @NonNull/@NotNull/@Nullable for Data and Getter/Setter on the website docs. 2009-09-01 00:19:28 +02:00
Reinier Zwitserloot 3f3c0cb749 Added link to sun bug db which contains a feature request that is analogous to @SneakyThrows, except with a keyword. 2009-08-19 13:13:54 +02:00
Reinier Zwitserloot 68a69f214e ToString had the wrong title (@Data instead of @ToString) 2009-08-04 13:09:36 +02:00
Reinier Zwitserloot 57fb36be39 Whoops, we updated the 'header' control on index.html and totally forgot to port the changes over to slideshow.html which has the same header. Fixed now, and uploaded to website. 2009-07-30 16:59:30 +02:00
Reinier Zwitserloot 6b940dfc46 Added support for maven. 2009-07-29 17:27:23 +02:00
Reinier Zwitserloot 5898d3c96a Removed mention of github hosting the website. It doesn't. We're hosting it ourselves. 2009-07-29 14:13:23 +02:00
Reinier Zwitserloot b4b95e3832 Corrected 'licence' to 'license' which is a far more popular spelling. 2009-07-29 12:57:00 +02:00
Reinier Zwitserloot 4243bc2610 Removed small print which was covering gimmies already covered in @ToString, @EqualsAndHashCode, and @Getter / @Setter documentation. 2009-07-29 01:52:54 +02:00
Roel Spilker 86acfadf55 Use single quote instead of double quote in javadoc generation due to wonky
behaviour of javadoc tool

Worked on feature documentation

Renamed all "link to issue" to "Issue #n"
2009-07-29 01:44:16 +02:00
Reinier Zwitserloot 7068db574e Updated website target to bzip2 the content, as our deployment these days isn't via git, but via an ssh upload. 2009-07-28 18:23:54 +02:00
Reinier Zwitserloot b4a4da1f97 Version is now 'standalone' - it is separately compiled. The version is now 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 18:17:15 +02:00
Reinier Zwitserloot 36f01682d0 Address issue #10: If the video won't play, and you don't see the failsafe 'download it instead' message, there's now still a link in the footer if you can't see the video to help folks with
a bad mix of plugins along.
2009-07-28 17:53:33 +02:00
Reinier Zwitserloot fb6be45d2b Added website feature documentation for @ToString and @EqualsAndHashCode, 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-28 17:41:56 +02:00
Roel Spilker d153c40823 Added chrome to the list of alternative browser when the video doesn't play. 2009-07-23 01:01:08 +02:00
Reinier Zwitserloot 441e371efe Added google analytics tracking. 2009-07-22 08:34:01 +02:00
Reinier Zwitserloot d0efaf3143 Added a link to javadoc. 2009-07-22 06:28:19 +02:00
Reinier Zwitserloot 08c3435d1b Update to the credits page with photos and a mention of spi.googlecode.com 2009-07-22 01:36:51 +02:00
Reinier Zwitserloot 0b18e6d406 Okay, I _think_ the video should now work just about everywhere:
FF3.5 (video)
FF3.0 (flash, even if flash is at an ooold version)
Safari 4 (video)
IE6, 7, and 8
Opera10

Any flash version (or at least, 6 and up) should work, in that too old versions will show an upgrade-your-flash thingie. If javascript is on. Otherwise, well, you're screwed.
2009-07-22 01:35:13 +02:00
Reinier Zwitserloot b0267ddd1e On IE, without explicit sizes for the sldieshow images, they looked borked. 2009-07-22 01:23:00 +02:00
Reinier Zwitserloot 6d0bbcf529 Whoops, saved the images as quickdraw pictures. That's not going to work anywhere except on macs! 2009-07-21 22:54:39 +02:00
Reinier Zwitserloot a84e1b2afa Added the slideshow 2009-07-21 05:59:08 +02:00
Reinier Zwitserloot a466b56687 We don't put 'monospaced' in <code>'s CSS because that somehow affects rendering in safari. I also removed it from <pre>, because why in one but not the other? 2009-07-21 05:58:35 +02:00
Reinier Zwitserloot fd4b514df6 If the video tag doesn't work, flash is tried next instead of quicktime. 2009-07-21 05:34:03 +02:00
Reinier Zwitserloot c8fc7a362e Final versions of the videos 2009-07-21 05:25:55 +02:00
Reinier Zwitserloot c0c0f90eb7 Updated credits and build.xml for the video. 2009-07-20 05:22:23 +02:00
Reinier Zwitserloot 2f2e0fead6 Added the videos 2009-07-20 05:16:04 +02:00
Reinier Zwitserloot 297ab16c1a Added credits page. 2009-07-18 20:23:37 +02:00
Reinier Zwitserloot 4dbf06f171 More work on making that godawful excuse for a browser, IE6, render this stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves. 2009-07-18 04:08:33 +02:00
Reinier Zwitserloot b96bd7e926 Typo fixes. 2009-07-18 03:01:44 +02:00
Reinier Zwitserloot 64216d3ea9 Added feedback from r.spilker. 2009-07-18 02:59:32 +02:00
Reinier Zwitserloot 932e185045 Added SneakyThrows which finishes the documentation for the features pages. 2009-07-18 02:52:43 +02:00
Reinier Zwitserloot bc35f73ae8 Added text for the Synchronized annotation to the features pages. Also did some fixes in regards to whitespacing (some fancy footwork in regards to white-space: pre). 2009-07-18 02:28:29 +02:00
Reinier Zwitserloot a61efb8db4 Site now looks passable in IE6 and IE7 too. 2009-07-18 01:44:22 +02:00
Reinier Zwitserloot 316ce2584a Added a byline to all current feature pages, as well as fixing 1 typo in Cleanup.html. 2009-07-18 00:29:07 +02:00