Re: [josm-dev] Blacklisted IP

2015-03-16 Thread Harvey Sama
I used the comments and its worked. Thanks On 16 March 2015 at 14:02, Dirk Stöcker wrote: > On Mon, 16 Mar 2015, Harvey Sama wrote: > > I tried to register to the tickets tracker and my IP got blacklisted as my >> registration was considered a spam. How can I solve this? >&

[josm-dev] Blacklisted IP

2015-03-15 Thread Harvey Sama
I tried to register to the tickets tracker and my IP got blacklisted as my registration was considered a spam. How can I solve this? -- Best Regards ___ josm-dev mailing list josm-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/josm-dev

[josm-dev] JOSM saved preferences

2015-03-15 Thread Harvey Sama
Hello, I tried to change the value of a preference - osm-download.bounds. using Main.pref.put(Key, value) JOSM documentation says " *value* the value of the setting. Can be null or "" which both removes the key-value entry." So I first removed the value using Main.pref.put("osm-download.bounds", nu

Re: [josm-dev] Build Errors

2015-03-10 Thread Harvey Sama
Thanks. It worked On 10 March 2015 at 19:33, Vincent Privat wrote: > See comment 1: > https://josm.openstreetmap.de/ticket/10385#comment:1 > > You need at least Ant 1.8.3. > > 2015-03-10 16:04 GMT+01:00 Harvey Sama : > >> Version 1.8.2 >> >> On 10

Re: [josm-dev] Build Errors

2015-03-10 Thread Harvey Sama
Version 1.8.2 On 10 March 2015 at 15:56, Toby Murray wrote: > What version of ant are you using? This seems relevant: > > https://josm.openstreetmap.de/ticket/10385 > > Toby > > On Tue, Mar 10, 2015 at 9:51 AM, Harvey Sama > wrote: > > > Hello. > > I

[josm-dev] Build Errors

2015-03-10 Thread Harvey Sama
Hello. I tried to build the project using ant. I get the following error; C:\Users\Harvey\eclipseLuna\josm\build.xml:220: javac doesn't support the "createMissingPackageInfoClass" attribute I tried using java, but I get a list of 100 errors With eclipse, I had some JDK problem but I solved it. T