Opened 7 years ago
Closed 7 years ago
#1218 closed defect (worksforme)
buildI2PTunnelJar target does not respect the require.gettext setting
Reported by: | killyourtv | Owned by: | zzz |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.13 |
Component: | apps/android | Version: | 0.9.11 |
Keywords: | ant gettext | Cc: | |
Parent Tickets: | Sensitive: | no |
Description
The Android build uses the buildI2PTunnelJar
target, which in turn calls the jar
target within i2ptunnel
. For whatever reason the translations are compiled regardless of the setting of require.gettext
unless it's set with -Drequire.gettext
. Setting it in override.properties
has no effect.
The bundle-proxy
target, when called during the normal router build, respects the setting from override.properties
.
Subtickets
Note: See
TracTickets for help on using
tickets.
zzz wasn't able to reproduce this, so perhaps it's been fixed.