Kengo's blog

Technical articles about original projects, JVM, Static Analysis and TypeScript.

log: Jul/27-Aug/17

Interests

Launch4j

It looks good to distribute executable files which is implemented by Java or other JVM languages.

Output

Maven introduction for beginners in Japanese

Now Maven can be common way to build projects, because Eclipse supports m2e and m2e-wtp by default. I know the old version of m2e, it was very unstable, but now it becomes stable and works well.

So for developers, learning Maven itself is very important to make his/her work better. It is why I made this document.

findbugs-slf4j: new version released

1.0.6 has been released. I haven't used this version in my projects yet. Please issue a bug if you find.

findbugs-plugin: new detector to find @Ignore without explanation