25. Juli 2017
Kurze Durchsage in eigener Sache : In der aktuellen Ausgabe der JavaAktuell, dem Magazin des iJUG e.V., findet sich mein Artikel „Lebendige Dokumentation mit AsciiDoctor“ (hier als PDF). Die JavaAktuell gibt es bei jedem größeren Bahnhofszeitschriftenhandel – zumindest an den Bahnhöfen wo ich es zuletzt verifizieren konnte Ich hoffe die Interpolation anhand dieser Stichproben ist […]
25. Juli 2017 · Software, Work
16. November 2016
Sometimes you want to have simple additional tasks in a build to generate certain output. A good example is generation of HTML or PDF from Asciidoctor. With the following example you can just do gradle pdf or gradle html to create the desired output – instead of changing the „backends“ property in the build.gradle back […]
16. November 2016 · Software, Work
10. Juni 2016
Lately I wanted to use Java on the RaspberryPi a little more intensive. With that involved, there is of course a Gradle build. But it went not as easy a I expected. I attempted to use the openjdk-8 package, the system in question was based on a Hypriot OS 0.7.0 Berry (beta), which is based […]
10. Juni 2016 · Java, Linux, RaspberryPi
1. April 2016
As Hendrik stated rightfully in his post about the Dolphin Platform Jumstart maven archetype, Starting with a new technology is often hard. To make getting started with the Dolphin Platform in combination with Gradle easier for a broader audience, Maxim and me created a lazybones template for the jump start project of the Dolphin Platform […]
1. April 2016 · Software, Work
14. April 2015
The slides from my talk at GreachConf: Find examples at Github: https://github.com/madmas/AsciidoctorGradle-Doc2Life MrHaki has written a nice wrap up of the Greach conference.
14. April 2015 · Software, Work
13. April 2011
Achtung: Technik Gradle ist ein wirklich interessantes Buildsystem, dass z.B. auf Maven oder Ant basierende Builds ablösen kann. Dabei hat es eine wirklich angenehme eigene DSL (Domain Specific Language), die an Groovy angelehnt ist. Da gerade ein neues Milestone-Release herausgekommen ist, vielleicht ein guter Zeitpunk auf ein kleines Video zum Einstieg hinzuweisen. Interessante Präsentation darüber, […]
13. April 2011 · Software, Work
30. Juni 2010
Und nun zu etwas völlig anderem: Build automation mit Gradle. Richtig, ein technischer Beitrag Gradle ist ein sehr interessates und mächtiges Buildsystem, dass nicht wie Ant auf XML zur Konfiguration setzt, sondern Groovy als DSL (Domain Specific Language) einsetzt um zum Ziel zu kommen. Dadurch wird es sehr mächtig und vielseitig einsetzbar. Das interessante ist […]