Opened 7 years ago
Closed 7 years ago
#17241 closed task (fixed)
Launchpad translation template out of date
| Reported by: | simon04 | Owned by: | Don-vip |
|---|---|---|---|
| Priority: | critical | Milestone: | 19.01 |
| Component: | Core | Version: | |
| Keywords: | launchpad pot i18n | Cc: | Don-vip, stoecker |
Description
Translation template hasn't been updated since 2019-01-18: https://translations.launchpad.net/josm/trunk/+templates
Attachments (0)
Change History (15)
comment:1 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Should be fixed. Please check tomorrow and reopen if it's not the case.
comment:3 by , 7 years ago
@Dirk: I don't know if I have documented we need to do wget https://github.com/sormuras/bach/blob/master/install-jdk.sh in /opt for our server.
follow-up: 9 comment:4 by , 7 years ago
This missing Java also caused https://taginfo.openstreetmap.org/projects/josm_main_presets to not be updated?
comment:5 by , 7 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Both, https://translations.launchpad.net/josm/trunk/+templates and https://taginfo.openstreetmap.org/projects/josm_main_presets still haven't been updated since 2019-01-18.
comment:6 by , 7 years ago
See #17231, low priority as whatever it is, it anyway needs to be checked and will change ;-) This evening I have time again.
follow-up: 8 comment:7 by , 7 years ago
Thanks for taking care of the server. But I disagree that the translation template on Launchpad not being updated for a week is low priority, especially considering that there should be a new release according to roadmap in three days!
comment:8 by , 7 years ago
comment:9 by , 7 years ago
Replying to simon04:
This missing Java also caused https://taginfo.openstreetmap.org/projects/josm_main_presets to not be updated?
Yes, this is why I needed Java 11 in the first place. I'm checking why yesterday fix did not work. Sorry for delay, I'm sick for a week now :(
comment:10 by , 7 years ago
Ah I messed up. Dirk the correct command line is wget https://raw.githubusercontent.com/sormuras/bach/master/install-jdk.sh
comment:12 by , 7 years ago
| Milestone: | → 19.01 |
|---|
comment:13 by , 7 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Again down since 11.02.:
Reason is that tests fail and thus launchpad target never gets called:
./org/openstreetmap/josm/TestUtils.java:61: error: package com.google.common.io does not exist
import com.google.common.io.ByteStreams;
^
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:17: error: package com.google.common.collect does not exist
import com.google.common.collect.ImmutableMap;
^
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:18: error: package com.google.common.primitives does not exist
import com.google.common.primitives.Ints;
^
./org/openstreetmap/josm/TestUtils.java:532: error: cannot find symbol
ByteStreams.toByteArray(streamA),
^
symbol: variable ByteStreams
location: class TestUtils
./org/openstreetmap/josm/TestUtils.java:533: error: cannot find symbol
ByteStreams.toByteArray(streamB)
^
symbol: variable ByteStreams
location: class TestUtils
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:62: error: cannot find symbol
protected static final Map<Integer, int[]> optionTypePermittedResults = ImmutableMap.of(
^
symbol: variable ImmutableMap
location: class JOptionPaneSimpleMocker
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:288: error: cannot find symbol
if (!(result instanceof Integer && Ints.contains(optionTypePermittedResults.get(optionType), (int) result))) {
^
symbol: variable Ints
location: class JOptionPaneSimpleMocker
7 errors
org/openstreetmap/josm/TestUtils.java:61: error: package com.google.common.io does not exist
import com.google.common.io.ByteStreams;
^
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:17: error: package com.google.common.collect does not exist
import com.google.common.collect.ImmutableMap;
^
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:18: error: package com.google.common.primitives does not exist
import com.google.common.primitives.Ints;
^
org/openstreetmap/josm/TestUtils.java:532: error: cannot find symbol
ByteStreams.toByteArray(streamA),
^
symbol: variable ByteStreams
location: class TestUtils
org/openstreetmap/josm/TestUtils.java:533: error: cannot find symbol
ByteStreams.toByteArray(streamB)
^
symbol: variable ByteStreams
location: class TestUtils
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:62: error: cannot find symbol
protected static final Map<Integer, int[]> optionTypePermittedResults = ImmutableMap.of(
^
symbol: variable ImmutableMap
location: class JOptionPaneSimpleMocker
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:288: error: cannot find symbol
if (!(result instanceof Integer && Ints.contains(optionTypePermittedResults.get(optionType), (int) result))) {
^
symbol: variable Ints
location: class JOptionPaneSimpleMocker
7 errors
./org/openstreetmap/josm/TestUtils.java:61: error: package com.google.common.io does not exist
import com.google.common.io.ByteStreams;
^
org/openstreetmap/josm/testutils/PluginServer.java:27: error: package com.google.common.collect does not exist
import com.google.common.collect.ImmutableList;
^
org/openstreetmap/josm/testutils/PluginServer.java:28: error: package com.google.common.collect does not exist
import com.google.common.collect.Streams;
^
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:17: error: package com.google.common.collect does not exist
import com.google.common.collect.ImmutableMap;
^
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:18: error: package com.google.common.primitives does not exist
import com.google.common.primitives.Ints;
^
./org/openstreetmap/josm/TestUtils.java:532: error: cannot find symbol
ByteStreams.toByteArray(streamA),
^
symbol: variable ByteStreams
location: class TestUtils
./org/openstreetmap/josm/TestUtils.java:533: error: cannot find symbol
ByteStreams.toByteArray(streamB)
^
symbol: variable ByteStreams
location: class TestUtils
org/openstreetmap/josm/testutils/PluginServer.java:122: error: cannot find symbol
return Streams.stream(filesRootPath.relativize(jarPath)).map(p -> p.toString()).collect(Collectors.joining("/"));
^
symbol: variable Streams
location: class RemotePlugin
org/openstreetmap/josm/testutils/PluginServer.java:189: error: cannot find symbol
this.pluginList = ImmutableList.copyOf(remotePlugins);
^
symbol: variable ImmutableList
location: class PluginServer
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:62: error: cannot find symbol
protected static final Map<Integer, int[]> optionTypePermittedResults = ImmutableMap.of(
^
symbol: variable ImmutableMap
location: class JOptionPaneSimpleMocker
./org/openstreetmap/josm/testutils/mockers/JOptionPaneSimpleMocker.java:288: error: cannot find symbol
if (!(result instanceof Integer && Ints.contains(optionTypePermittedResults.get(optionType), (int) result))) {
^
symbol: variable Ints
location: class JOptionPaneSimpleMocker
comment:14 by , 7 years ago
Forgot to backport https://josm.openstreetmap.de/changeset/14785/josm/trunk/build.xml?old=14695&old_path=josm%2Ftrunk%2Fbuild.xml to Makefile.
comment:15 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |



our makefile fails with
/opt/jdk-11/bin/java: not foundIndeed the
Java-EarlyAccess-Update-JDKis failing since the 18th. Oracle changed their download links.