Emmanuel Bourg

Results 49 comments of Emmanuel Bourg

On Debian and its derivatives (Ubuntu, Mint, etc) the system jar files are installed in `/usr/share/java`.

FYI recent versions of SWT no longer support 32 bit

Rhino is good enough to handle the PAC. Nashorn has a better performance but that's not critical for interpreting a simple proxy.pac file. If Nashorn was available as a standalone...

Using the scripting API is a good idea.

The easiest solution is to disable doclint, by setting -Xdoclint:none there https://github.com/junit-team/junit4/blob/main/pom.xml#L536 and below

I think the patch should also update the version of pull-parser:pull-parser in build.gradle to 2.1.10

Any plan to port jcabi to the new org.eclipse.aether API (now Maven Resolver) ? @vicmosin : do you still have a copy of your port?

This issue has been addressed in Debian with this patch: https://salsa.debian.org/java-team/aspectj-maven-plugin/blob/master/debian/patches/01-relative-path-in-build-config-file.patch

I've tested with the version 1.5.1 and the head of the master branch.

I tried with Java 8 and 11 on Windows 10 with a standard 1920x1080, non scaled display. There was no difference with `-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true`, the subpixel anti-aliasing still doesn't work.