[josm-dev] JOSM moved

2010-01-31 Thread Dirk Stöcker
Hello,

today JOSM moved to a new server. Please report any missing or 
nonworking functions.

A little side effect is that we are nearly forced to go Java6 now. On the 
new machine Java6 is installed, so we no longer will see compiler errors 
for Java 6 code. The result is still Java 5 as long as only Java 5 
functions are used.

Ciao
-- 
http://www.dstoecker.eu/ (PGP key available)


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Richard Welty
On 1/31/10 10:15 AM, Dirk Stöcker wrote:
 Hello,

 today JOSM moved to a new server. Please report any missing or
 nonworking functions.

 A little side effect is that we are nearly forced to go Java6 now. On the
 new machine Java6 is installed, so we no longer will see compiler errors
 for Java 6 code. The result is still Java 5 as long as only Java 5
 functions are used.

there ought to be a command line flag to limit to java 5 features. i 
used to develop in
eclipse with a java 6 jvm, but with the features locked down to java 5 
at compile time.

i'll take a look and see what i can dig up.

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Timo Juhani Lindfors
Richard Welty rwe...@averillpark.net writes:
 there ought to be a command line flag to limit to java 5 features. i 

javac -source 1.5 perhaps?


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Richard Welty
On 1/31/10 11:43 AM, Timo Juhani Lindfors wrote:
 Richard Weltyrwe...@averillpark.net  writes:

 there ought to be a command line flag to limit to java 5 features. i
  
 javac -source 1.5 perhaps?



yes, that's the command. it may only restrict things the compiler can 
see, not sure if it impacts
the classes visible in the runtime libraries. we used to set java 5 
through eclipse and it would
just work.

richard

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Dirk Stöcker
On Sun, 31 Jan 2010, Richard Welty wrote:

 javac -source 1.5 perhaps?

 yes, that's the command. it may only restrict things the compiler can
 see, not sure if it impacts
 the classes visible in the runtime libraries. we used to set java 5
 through eclipse and it would
 just work.

This is enabled, but it seems it is only a suggestion tothe compiler. It 
does not ensure older compilers really can compile the code.

But probably it ensures 1.5 can execute the results, which should be 
enough.

Ciao
-- 
http://www.dstoecker.eu/ (PGP key available)


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Timo Juhani Lindfors
Dirk Stöcker openstreet...@dstoecker.de writes:
 But probably it ensures 1.5 can execute the results, which should be 
 enough.

Isn't -target 1.5 for ensuring that 1.5 can execute the result?


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Dirk Stöcker
On Sun, 31 Jan 2010, Sebastian Klein wrote:

 today JOSM moved to a new server. Please report any missing or
 nonworking functions.

 The plugin mechanism does not work for me. (Cannot add new ones.)

Be a bit more verbose. The have been no tries to add a new plugin at the 
webpage.

Ciao
-- 
http://www.dstoecker.eu/ (PGP key available)


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Sebastian Klein
Dirk Stöcker wrote:
 On Sun, 31 Jan 2010, Sebastian Klein wrote:
 
 today JOSM moved to a new server. Please report any missing or
 nonworking functions.
 The plugin mechanism does not work for me. (Cannot add new ones.)
 
 Be a bit more verbose. The have been no tries to add a new plugin at the 
 webpage.
 
 Ciao

No, on the client side:

I deleted my .josm folder, started the program, clicked on preference, 
plugins. Then picked a random plugin to install, did a restart - Error 
(Class not found; The plugin file hasn't actually been downloaded.)

__

Basti

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Dirk Stöcker
On Sun, 31 Jan 2010, Sebastian Klein wrote:

 I deleted my .josm folder, started the program, clicked on preference,
 plugins. Then picked a random plugin to install, did a restart - Error
 (Class not found; The plugin file hasn't actually been downloaded.)

There are some issues regarding plugins in Trac after Karl reworking the 
plugin stuff. Please file a new one or better fix it yourself. :-)

Ciao
-- 
http://www.dstoecker.eu/ (PGP key available)


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev