Re: [josm-dev] Automatic Plugin Update Procedure

2011-12-13 Thread Frederik Ramm

Jo,

On 12/13/11 00:50, Jo wrote:

I updated to josm-latest 4655 in order to get the latest version of the
license check plugin. Upon rebooting JOSM I get Could not load plugin
licensechange. Delete from preferences?


Can you try updating it again? Does it work now? It seems I somehow 
checked in a broken binary, but the current one now works for me with 
-latest and -tested.


Bye
Frederik

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


Re: [josm-dev] JOSM API

2011-12-13 Thread Paul Hartmann
Hi Frans,

 where i can get information regarding to 0.7 development?

The OpenStreetMap API v. 0.7 is far in the future, so I think there is
no serious information at the moment. When there is development, there
will probably be an update on this page:

http://wiki.openstreetmap.org/wiki/API

 and which API in JOSM will use 0.7?
 
 i just think JOSM must produce JSOM API, so Java programmer can use
 the same api with JSOM for their development

What is JSOM API? Do you mean JSON?

This project is an editor application for OSM-Users and not a library.
If you have a Java project where you want to talk to the OSM-Server, you
can probably copypaste a lot of source code from JOSM, but it's still
some work to get it running.

Paul

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


Re: [josm-dev] Automatic Plugin Update Procedure

2011-12-13 Thread Valeriy Pekarskyy
Just remind that anyone who know where dist folder is (URL:
http://svn.openstreetmap.org/applications/editors/josm/dist) can use older
version from SVN if there are problems with current version of any plugin:

svn log licensechange.jar -l 5

r27162 | frederik | 2011-11-26 19:19:33 +0200 (Сб, 26 Лис 2011) | 2 lines

modified version of licensechange.jar - compiled


r26993 | stoecker | 2011-10-31 00:44:47 +0200 (Пн, 31 Жов 2011) | 1 line

update plugins

r26616 | stoecker | 2011-09-02 23:33:40 +0300 (Пт, 02 Вер 2011) | 1 line

updated

r26571 | frederik | 2011-08-24 23:40:56 +0300 (Ср, 24 Сер 2011) | 2 lines

update license change binary


r26378 | frederik | 2011-07-21 02:55:01 +0300 (Чт, 21 Лип 2011) | 2 lines

new compiled version




2011/12/13 Jo winfi...@gmail.com

 Same problem in 4639. Where can I get the old plugin which did work?

 Jo

 2011/12/13 Jo winfi...@gmail.com

  Shit hits the fan:
 
  I updated to josm-latest 4655 in order to get the latest version of the
  license check plugin. Upon rebooting JOSM I get Could not load plugin
  licensechange. Delete from preferences?
 
  Disable PI, Keep PI
 
  So I went into the file system and took it out. JOSM complained. I did
  F12. It went to fetch it again. After reboot: same problem.
 
  It's annoying, as I worked on a large area and I'd like to upload as
  quickly as possible, but I also like to safeguard my hard work by solving
  license issues.
 
  Polyglot
 
 
  2011/12/12 Frederik Ramm frede...@remote.org
 
  Hi,
 
 
  On 12/12/2011 11:38 AM, Dirk Stöcker wrote:
 
  When the required version of JOSM increased, update is not possible. In
  this case JOSM stays on old version. You see this indicated by a small
  * in the plugin list of that instance.
 
 
  Ah, thanks. I re-built the plugin, let's see if we get flooded with
  complaints now ;)
 
  Bye
  Frederik
 
  --
  Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09
 E008°23'33
 
 
  __**_
  josm-dev mailing list
  josm-dev@openstreetmap.org
  http://lists.openstreetmap.**org/listinfo/josm-dev
 http://lists.openstreetmap.org/listinfo/josm-dev
 
 
 
 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/josm-dev

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


Re: [josm-dev] JOSM API

2011-12-13 Thread Frans Thamura
 What is JSOM API? Do you mean JSON?


Osm api for.java

We want to.make it become spring injection

And put in our container

 This project is an editor application for OSM-Users and not a library.
 If you have a Java project where you want to talk to the OSM-Server, you
 can probably copypaste a lot of source code from JOSM, but it's still
 some work to get it running.

 Paul

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


[josm-dev] current latest not working (blocked whole session)

2011-12-13 Thread Martin Koppenhoefer
The current JOSM version has 2 fundamental problems:

1. shortcuts for most actions get changed
2. JOSM freezes (no problem displayed in console output or
.josm/josm.log). The system wasn't reacting at all (no alt-tab or
similar), the only way I could return was to log into the system from
a  different terminal and kill the process.

more details here:
https://josm.openstreetmap.de/ticket/7139

cheers,
Martin

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


[josm-dev] new package repository for Ubuntu

2011-12-13 Thread Paul Hartmann
Hi,

there's now a JOSM apt repository for Ubuntu. It provides two packages:

josm
The tested version
Replaces the package from the official Ubuntu repository.
josm-latest
The development version (nightly build)
Can be installed parallel to the josm package.

For details, see
https://josm.openstreetmap.de/wiki/Download#Ubunturepository

Paul

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


Re: [josm-dev] new package repository for Ubuntu

2011-12-13 Thread Hartmut Holzgraefe

On 13.12.2011 14:19, Paul Hartmann wrote:

Hi,

there's now a JOSM apt repository for Ubuntu. It provides two packages:



\o/

--
hartmut

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


Re: [josm-dev] JOSM API

2011-12-13 Thread Mike Dupont
ok, well I was working on something, the gwt josm
https://github.com/h4ck3rm1k3/GWTOsm
http://osmopenlayers.blogspot.com/2010/05/start-of-gwtosm-port-of-josm-to-gwt.html

that was working on splitting the josm between client and server..
mike

On Tue, Dec 13, 2011 at 9:49 AM, Frans Thamura fr...@meruvian.org wrote:
 What is JSOM API? Do you mean JSON?


 Osm api for.java

 We want to.make it become spring injection

 And put in our container

 This project is an editor application for OSM-Users and not a library.
 If you have a Java project where you want to talk to the OSM-Server, you
 can probably copypaste a lot of source code from JOSM, but it's still
 some work to get it running.

 Paul

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



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org

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


Re: [josm-dev] JOSM API

2011-12-13 Thread Frans Thamura
That will be awesome if osm api server want to make their rest api as ogc
implementation. So... josm api is ogc api.

We can use josm api for any ogc related server.

That more ubiquities
On Dec 14, 2011 3:00 AM, Mike Dupont jamesmikedup...@googlemail.com
wrote:

 ok, well I was working on something, the gwt josm
 https://github.com/h4ck3rm1k3/GWTOsm

 http://osmopenlayers.blogspot.com/2010/05/start-of-gwtosm-port-of-josm-to-gwt.html

 that was working on splitting the josm between client and server..
 mike

 On Tue, Dec 13, 2011 at 9:49 AM, Frans Thamura fr...@meruvian.org wrote:
  What is JSOM API? Do you mean JSON?
 
 
  Osm api for.java
 
  We want to.make it become spring injection
 
  And put in our container
 
  This project is an editor application for OSM-Users and not a library.
  If you have a Java project where you want to talk to the OSM-Server, you
  can probably copypaste a lot of source code from JOSM, but it's still
  some work to get it running.
 
  Paul
 
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  http://lists.openstreetmap.org/listinfo/josm-dev
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  http://lists.openstreetmap.org/listinfo/josm-dev



 --
 James Michael DuPont
 Member of Free Libre Open Source Software Kosova http://flossk.org

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