#12492 closed defect (fixed)
[regression] JOSM trunk won't build since rev 9689
Reported by: | jcr83 | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | 16.02 |
Component: | Core | Version: | latest |
Keywords: | Cc: | kolesar |
Description
JOSM trunk compilation fails with this error :
build.xml:629: java.awt.AWTError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
If I revert the patch made in rev 9689, the problem disappear.
I am using Gentoo Linux, and the josm-9999 ebuild.
Full build log attached.
Attachments (1)
Change History (9)
by , 9 years ago
comment:3 by , 9 years ago
Cc: | added |
---|
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
follow-up: 8 comment:6 by , 9 years ago
As far I can see my patch was the last drop of water in the glass. Projection
creates a StringProperty
that checks Main
class that initializes a JPanel
that needs X. Do I see right?
comment:7 by , 9 years ago
Milestone: | → 16.02 |
---|
comment:8 by , 9 years ago
Replying to kolesar:
As far I can see my patch was the last drop of water in the glass.
Projection
creates aStringProperty
that checksMain
class that initializes aJPanel
that needs X. Do I see right?
Yes, but should be alright now.
Complete build log