Hello Chris
Following on the initial version of a command line tools, there is the
status of code and what we may want to complete before a release.
* I have not yet ported the tests for XML (un)marshalling. At the very
least, I feel that we should have some tests before to propose a
release...
* I had to comment out some metadata XML elements in order to have
this initial version of the command-line working. They can be
identifier by "TODO" strings in org.apache.sis.metadata.iso package
and sub-packages. I would like to resolve some of those "TODO" elements.
* I have a small list of known bug. For example in case of recursivity
(A contains B contains C contains A) - which is legal and do occur
in ISO 19115 metadata - , then methods "equals", "hashCode" and a
few other methods will fall in an infinite loop. I would like to fix
some of those bugs before the release, at least the easy ones.
I will try to fix some of them in the next few hours and report how it
is going.
Martin