Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-02 | [#3143] Review and update jopatai's work on the maven/ecj agent jar | Reinier Zwitserloot | |
* Update copyright headers * Update code style (tabs, not spaces, spaces around + operator - that's about it) * Use `x.class.getResourceAsStream`, not `x.getClass().` - minor mostly irrelevant nit. * Rename and re-locate the jar itself. * 'ecj' as an alias for this command seems a bit too cavalier' removed it. * The source is in its own 'root' src dir, it doesn't really fit in the eclipse agent sources - it's more a maven agent. * Fixed a bug where a filehandle wasn't safe closed. Mostly irrelevant (JVM would quite afterwards anyway). * Slight rewording of the ecj docs. | |||
2022-03-18 | [fixes #3143] Maven+ECJ Agent Bootstrap | JohnPaulTaylorII | |
* Adds AgentBootstrap, the actual bootstrapping agent * Adds MavenEcjBootstrapApp, the command line app for generating the appropriate files * Updates the build to package these correctly * Updates the documentation for setup/ecj | |||
2022-01-29 | a11y fix heading levels | Roel Spilker | |
2022-01-27 | rename main.html to index.html | Roel Spilker | |
2022-01-14 | Add 'restart' instructions to Eclipse p2 installer. | Roel Spilker | |
2020-12-09 | Add information about 2020.3 having Lombok support | mjaggard | |
Built in support is now available in IntelliJ | |||
2020-08-28 | [website] [#397] [#2371] added docs for installing in eclipse via p2 | Reinier Zwitserloot | |
2020-08-20 | [docs] typo-fixes | Reinier Zwitserloot | |
2020-02-27 | [website] ecj instructions were outdated and the pom link was broken | Reinier Zwitserloot | |
2020-01-30 | add test deps to gradle setup documentation | Roel Spilker | |
2020-01-08 | Document compiling java modules with maven. Fixes #2325 | Roel Spilker | |
2020-01-08 | Update javac documentation regarding the module system | Roel Spilker | |
2019-12-05 | [website] removing mention on javac setup page that module support is only ↵ | Reinier Zwitserloot | |
in edge (its in stable) | |||
2019-08-28 | Update gradle.html | Lars Grefer | |
2019-01-28 | [website] updated docs for using lombok with gradle | Reinier Zwitserloot | |
2019-01-22 | [website] linked to blog for intellij install instructions just in case ↵ | Reinier Zwitserloot | |
someone’s looking for screenshots and such | |||
2018-10-15 | [website] Updated documentation on how to use Lombok and GWT together. | Reinier Zwitserloot | |
2018-10-08 | Added instructions for the GWT/Eclipse plugin. | Reinier Zwitserloot | |
2018-09-10 | update website documentation | Roel Spilker | |
2018-07-17 | lombok config broken: version must be string | Thomas Klambauer | |
otherwise gradle compile will fail. | |||
2018-03-27 | Fixes #1608: give pages a title | Roel Spilker | |
2018-03-19 | [website] Added instruction page about VS Code support in lombok. Updated ↵ | Reinier Zwitserloot | |
upcoming talks section. | |||
2018-02-07 | [trivial] updated comment and slight tweak to website text. | Reinier Zwitserloot | |
2018-02-07 | [jdk9] forcing new rounds when compiling multiple modules didn’t work. ↵ | Reinier Zwitserloot | |
(FilerException on creating the new round). | |||
2018-02-06 | [website] Updated docs for JDK9 module-info support. | Reinier Zwitserloot | |
2017-10-26 | update Android Studio gradle file documentation | Roel Spilker | |
2017-10-26 | Added an individual ‘setup’ page; hamburger menu now goes to it. | Reinier Zwitserloot | |
2017-10-02 | add ids to h1/h2/h3 for linking directly to them | Roel Spilker | |
2017-06-30 | Updated setup instructions for Gradle | bitsal | |
2017-06-19 | Added pages for build tools, and updated the android instructions. | Reinier Zwitserloot | |
2017-06-19 | Wrong IDE referenced in the restart step | jimreader | |
2017-05-29 | The great rename: the old ‘website’ is now ‘website-old’, and ↵ | Reinier Zwitserloot | |
‘website2’ is now ‘website’. |