Sitemap
nipafx news

Whatever recently caught my interest: a thrilling development in the Java community, libraries or tools I am using, what I’ve written or read that might interest you, fascinating questions on StackOverflow, odd tweets, etc. I also send this out via email: https://nipafx.dev/news/

Java Argument Files, Affiliations, And Lego

8 min readApr 18, 2017

--

Java Argument Files

@<filename> Read options and filenames from file

On Java 9

With Maven

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
<!-- NOPE! -->
<arg>@somefile</arg>
</compilerArgs>
</configuration>
</plugin>

J9MS Standing Discount

Affiliate Programs

Amazon Affiliation Fuck-up

Kobo

SciFi

Lego

Press enter or click to view image in full size
Press enter or click to view image in full size

Project Of The Week

@Test
public void equalsContract() {
EqualsVerifier.forClass(Foo.class).verify();
}

Shots

so long … Nicolai

--

--

nipafx news
nipafx news

Published in nipafx news

Whatever recently caught my interest: a thrilling development in the Java community, libraries or tools I am using, what I’ve written or read that might interest you, fascinating questions on StackOverflow, odd tweets, etc. I also send this out via email: https://nipafx.dev/news/

Nicolai Parlog
Nicolai Parlog

Written by Nicolai Parlog

Nicolai is a #Java enthusiast with a passion for learning and sharing — in posts & books; in videos & streams; at conferences & in courses. https://nipafx.dev

Responses (1)