[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, null);
then reinserting a new one
Main.pref.put(osm-download.bounds,
currentSource.bounds.encodeAsString(;));

but the value never changes.
The documentation also says when preference file is modified, it is saved
directly, so why is the value always the same?
-- 
Best Regards
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Build Errors

2015-03-10 Thread Harvey Sama
Version 1.8.2

On 10 March 2015 at 15:56, Toby Murray toby.mur...@gmail.com 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 princeme.s...@gmail.com
 wrote:

  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. The application
 runs
  from eclipse and I can open the main application. Can I continue from
 here?
 
  --
  Best Regards
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  https://lists.openstreetmap.org/listinfo/josm-dev
 
 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 https://lists.openstreetmap.org/listinfo/josm-dev




-- 
Best Regards
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


[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. The application runs
from eclipse and I can open the main application. Can I continue from here?

-- 
Best Regards
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Build Errors

2015-03-10 Thread Harvey Sama
Thanks. It worked

On 10 March 2015 at 19:33, Vincent Privat vincent.pri...@gmail.com 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 princeme.s...@gmail.com:

 Version 1.8.2

 On 10 March 2015 at 15:56, Toby Murray toby.mur...@gmail.com 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 princeme.s...@gmail.com
  wrote:
 
   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. The application
  runs
   from eclipse and I can open the main application. Can I continue from
  here?
  
   --
   Best Regards
   ___
   josm-dev mailing list
   josm-dev@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/josm-dev
  
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  https://lists.openstreetmap.org/listinfo/josm-dev
 



 --
 Best Regards
 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 https://lists.openstreetmap.org/listinfo/josm-dev





-- 
Best Regards
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev