Re: [JPP-Devel] sourceforge warning

2025-05-25 Thread Michaud Michael via Jump-pilot-devel
hey Mike,i already took action and deleted the old OpenJUMP (not 2) snapshot folder and cleaned out OpenJUMP2 snapshots older than 2025.i'd wager these clean ups should suffice and be visible to sf.net folks. if not they will probably contact us again.sunny regards ..edeOn 25.05.2025 09:52, Mich

[JPP-Devel] sourceforge warning

2025-05-25 Thread Michaud Michael via Jump-pilot-devel
Hi Ede, Peppe, Jukka,My last message seems to be unreadable, I send a new one : maybe some of you received the attached mail from sourceforge which is still used to upload compiled version of OpenJUMP.Most space is used by OpenJUMP 2 snapshots (25 / 35 GB).If you don't mind, I will free some spac

[JPP-Devel] Fwd: Storage issue for project: jump-pilot

2025-05-24 Thread Michaud Michael via Jump-pilot-devel
Hi Ede, Peppe, Jukka,Maybe some of you received the attached mail from sourceforge which is still used to upload compiled version of OpenJUMP.Most space is used by OpenJUMP 2 snapshots (25 / 35 GB).If you don't mind, I will free some space by deleting OpenJUMP2 snapshots (preserving 2025 snapshot

Re: [JPP-Devel] commons-imaging version issue

2024-10-01 Thread Michaud Michael via Jump-pilot-devel
requestPeppeIl giorno lun 30 set 2024 alle ore 08:02 Giuseppe Aruta <giuseppe.ar...@gmail.com> ha scritto:Thanks Michael, I thought I upgraded to that version. I will give it a look and change the versionIl dom 29 set 2024, 20:36 Michaud Michael via Jump-pilot-devel <jump-pilot-devel@lists.source

[JPP-Devel] commons-imaging version issue

2024-09-29 Thread Michaud Michael via Jump-pilot-devel
Hi Peppe,There is a commons-imaging version issue in the last OpenJUMP version.On april this year, I upgraded commons imaging to alpha-4 to have bigtiff.In the current version, the class org/apache/commons/imaging/ImageReadException has been removed.I think we already solved this problem earlier

[JPP-Devel] PR #131

2024-09-02 Thread Michaud Michael via Jump-pilot-devel
Hi Ede,Do you want to review and merge the following PR ? : https://github.com/openjump-gis/openjump/pull/131If you lack time, I have no problem to merge it myself, just try to discipline myself by not committing directly to the main ;-)Michaël ___ Jum

[JPP-Devel] OpenJUMP 2.3.0

2024-07-28 Thread Michaud Michael via Jump-pilot-devel
Congratulations Ede,and thank you for all the work to release 2.3.0 !Michaël ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Re: [JPP-Devel] mini DEVEL-Guide in Github Readme ?

2024-07-15 Thread Michaud Michael via Jump-pilot-devel
Hi Janos,>> but how can I transfer data from e.g. postgis ?Here is a small example (not tested) importing a query result as a layer :(you may have to initiate postgresql driver with 'Class.forName("org.postgresql.Driver");'try {  String url = "">  String user = ;  String pwd = ;  String query = ;