mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-26 16:15:14 +00:00
f6e951e297
Ancient msgfmt doesn't know about generics. This change allows devs to set javac.compilerargs=-Xlint:unchecked in override.properties without getting an overwhelming number of false positives from the bundles. If msgfmt ever adds a --java5 option, we can remove this, but it's been almost 20 years. For the same reason, while the sed script is fragile, seems unlikely msgfmt will change the output without a new option. If they do, we'll fix it then.
Current setup:
* Build desktopgui:
* 'ant jar' in the desktopgui directory
OR
* 'ant desktopgui' in the i2p.i2p directory
* Place desktopgui.jar in the $I2P/lib/ directory.
* Add to .i2p/clients.config:
#Desktopgui
clientApp.6.args=
clientApp.6.delay=5
clientApp.6.main=net.i2p.desktopgui.Main
clientApp.6.name=desktopgui
clientApp.6.startOnLoad=true