Le 01/10/2021 à 01:11, Bruno Kinoshita a écrit :

The Javadoc is still showing 1.0 but as you mentioned that's work-in-progress.

Yes. In our current https://github.com/apache/sis-site repository with have a single branch for javadoc, without distinction between "staged" and "published" javadoc. So I have the changes locally but need to wait for the release before to push.


Imported two keys with gpg using the linked KEYS files, then checked signatures of dist area archives. All looking good. Had a quick look at the Maven artifacts and tested signatures too, no issues as well. Manually inspected the three files in the dist area, found no issues in license, notice, or in the other files.

Thanks for all those checks!


At first the sisfx utility didn't work for me on Ubuntu LTS:

kinow@ranma:~/Downloads/SIS/apache-sis-1.1$ ./bin/sisfx
./bin/sisfx: 22: source: not found

After a quick search on internet, the "source" command that I used in the "sisfx" script is not a POSIX command, so it is understood only by bash. The POSIX compliant command (understood by shells other than bash) is . (a simple dot) [1]. I will fix on development branches for next release (1.2).


Le 01/10/2021 à 09:23, Johann Sorel a écrit :

(…snip…)
- sisfx tool works too once javafx is configured but has some issues with geotiff, see at the end of the mail
(…snip…)

org.apache.sis.storage.DataStoreException: Ne peut pas produire une image pour la couverture de données « GEBCO_2019.tif ».
Caused by: java.nio.channels.ClosedChannelException

Thanks for the report. I will take a copy of this file and try to test next week. For the 1.1 release, I will put some emphasis on the web site saying that this application is in early stage.

    Martin

[1] https://ss64.com/bash/source.html

Reply via email to