You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by Martin Desruisseaux <ma...@geomatys.fr> on 2013/03/22 18:16:00 UTC

JDK7 build back to normal

Hello all

The metadata implementation classes have been ported to the JDK7 branch 
(not yet ported to trunk) and the Maven build is back to normal. From 
now, we can switch back the "every build failure is a bug" mode.

XML marshalling, toString() and many other services do not yet work. I 
will work on filling the holes in the coming week. However we can have 
some feeling of ISO 19115 by looking at the javadoc for the 
org.apache.sis.iso packages [1]. There is also an overview at [2] (the 
SQL package mentioned in that page is not yet there. I will propose it 
later after the XML part is working).

My hope is to target for a 0.3 release by the end of April. The content 
would be pretty close to the classes that are already there, with the 
potential addition of a small SQL package (only 2 public classes) and a 
NetCDF one (only for the metadata part of NetCDF).

     Martin


[1] https://builds.apache.org/job/sis-jdk7/site/apidocs/index.html
[2] https://builds.apache.org/job/sis-jdk7/site/sis-metadata/index.html


Re: JDK7 build back to normal

Posted by Martin Desruisseaux <ma...@geomatys.fr>.
Le 22/03/13 18:51, Mattmann, Chris A (388J) a écrit :
> Whoah, a ton of classes and rich API in [1].

Thanks :-). ISO standards are revised only once every 10 years. But 
ironically, if we release SIS 0.3 in time, the new ISO 19115 revision 
will be out almost immediately after. We currently implement the 2003 
version, and the 2013 version is scheduled for May if my memory serves 
me right.

Anticipating the upcoming official release of the ISO standard revision, 
that could be the subject of a Google Summer of Code: upgrade Apache SIS 
to ISO 19115:2013. However this would require upgrading the GeoAPI 
interfaces before we can upgrade the SIS implementation, so that would 
be a 50% - 50% OGC/Apache project.

Any though?

     Martin


Re: JDK7 build back to normal

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Whoah, a ton of classes and rich API in [1].

You are the man, Martin!

ISO 19115 here we come!

Cheers,
Chris


On 3/22/13 10:16 AM, "Martin Desruisseaux"
<ma...@geomatys.fr> wrote:

>Hello all
>
>The metadata implementation classes have been ported to the JDK7 branch
>(not yet ported to trunk) and the Maven build is back to normal. From
>now, we can switch back the "every build failure is a bug" mode.
>
>XML marshalling, toString() and many other services do not yet work. I
>will work on filling the holes in the coming week. However we can have
>some feeling of ISO 19115 by looking at the javadoc for the
>org.apache.sis.iso packages [1]. There is also an overview at [2] (the
>SQL package mentioned in that page is not yet there. I will propose it
>later after the XML part is working).
>
>My hope is to target for a 0.3 release by the end of April. The content
>would be pretty close to the classes that are already there, with the
>potential addition of a small SQL package (only 2 public classes) and a
>NetCDF one (only for the metadata part of NetCDF).
>
>     Martin
>
>
>[1] https://builds.apache.org/job/sis-jdk7/site/apidocs/index.html
>[2] https://builds.apache.org/job/sis-jdk7/site/sis-metadata/index.html
>