aboutsummaryrefslogtreecommitdiff
path: root/website/templates/setup
AgeCommit message (Collapse)Author
2022-04-02[#3143] Review and update jopatai's work on the maven/ecj agent jarReinier 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 BootstrapJohnPaulTaylorII
* 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-29a11y fix heading levelsRoel Spilker
2022-01-27rename main.html to index.htmlRoel Spilker
2022-01-14Add 'restart' instructions to Eclipse p2 installer.Roel Spilker
2020-12-09Add information about 2020.3 having Lombok supportmjaggard
Built in support is now available in IntelliJ
2020-08-28[website] [#397] [#2371] added docs for installing in eclipse via p2Reinier Zwitserloot
2020-08-20[docs] typo-fixesReinier Zwitserloot
2020-02-27[website] ecj instructions were outdated and the pom link was brokenReinier Zwitserloot
2020-01-30add test deps to gradle setup documentationRoel Spilker
2020-01-08Document compiling java modules with maven. Fixes #2325Roel Spilker
2020-01-08Update javac documentation regarding the module systemRoel 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-28Update gradle.htmlLars Grefer
2019-01-28[website] updated docs for using lombok with gradleReinier 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-08Added instructions for the GWT/Eclipse plugin.Reinier Zwitserloot
2018-09-10update website documentationRoel Spilker
2018-07-17lombok config broken: version must be stringThomas Klambauer
otherwise gradle compile will fail.
2018-03-27Fixes #1608: give pages a titleRoel 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-26update Android Studio gradle file documentationRoel Spilker
2017-10-26Added an individual ‘setup’ page; hamburger menu now goes to it.Reinier Zwitserloot
2017-10-02add ids to h1/h2/h3 for linking directly to themRoel Spilker
2017-06-30Updated setup instructions for Gradlebitsal
2017-06-19Added pages for build tools, and updated the android instructions.Reinier Zwitserloot
2017-06-19Wrong IDE referenced in the restart stepjimreader
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.