Re: [JPP-Devel] openjump on github

2021-01-19 Thread edgar . soldin
On 1/19/2021 9:19, Michaud Michael wrote: > Hi Jumpers > > Thanks to Eric's guide, I could initialize openjump project on gitub > (openjump-gis/openjump) and convert it to jts 1.18. > > It is not perfect (I could not convert 1.5 post_release >

Re: [JPP-Devel] openjump on github

2021-01-19 Thread Nicolas Ribot
The package task runs fine, and by modifying the pom to use jgit as SCM server, files are created with build number (ie OpenJUMP-20210119-rcaccfa1928f1bdc1205965d08cf431c50bfb5559-PLUS.zip) Nicolas On Tue, 19 Jan 2021 at 11:02, Nicolas Ribot wrote: > Hi, > That's a good news. >

Re: [JPP-Devel] openjump on github

2021-01-19 Thread Nicolas Ribot
nJUMP: Cannot get the revision information from the scm repository : Exception while executing SCM command. By commenting out the providerImplementations in the buildnumber-maven-plugin (pom.xml), the task runs, zip and jar files are created (ie: OpenJUMP-20210119-r${version.revision}.jar). The

[JPP-Devel] openjump on github

2021-01-19 Thread Michaud Michael
Hi JumpersThanks to Eric's guide, I could initialize openjump project on gitub (openjump-gis/openjump) and convert it to jts 1.18.It is not perfect (I could not convert 1.5 post_release tag because of the whitespace in the name :-(), but all in all, I think it is OK.Please, have a look and let me