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.com> on 2017/05/05 10:20:16 UTC

Google Summer of Code projects accepted

Hello all

The following projects have been accepted for the Google Summer of Code
2017:

  * Port Apache SIS to Android by Sisinda Dinusha
  * SIS JavaFX Front End by Siddhesh Rane

Welcome to Sisinda and Siddhesh! The time line is:

  * From now until May 30th: community bounding period [1]
  * May 30th - August 29th: coding, with intermediate evaluations in
    June and July.

Sisinda and Siddhest, how would you prefer to work? Would you like to
create your Git clone of https://github.com/apache/sis? The branches to
clone are:

  * For Android project: trunk
  * For JavaFX project: JDK8

Sisinda, I think that you will have a busy June month because of exam.
Do you think you may have a chance to start some coding during the
community bound period?

    Martin


[1]
http://googlesummerofcode.blogspot.fr/2007/04/so-what-is-this-community-bonding-all.html



RE: Google Summer of Code projects accepted

Posted by Siddhesh Rane <Si...@disroot.org>.
Hello Martin, 
My exams are currently going on and will get over by 12th May. 
I will begin communication then 

Regards 
Siddhesh Rane 

---- Martin Desruisseaux wrote ----

>Hello all
>
>The following projects have been accepted for the Google Summer of Code
>2017:
>
>  * Port Apache SIS to Android by Sisinda Dinusha
>  * SIS JavaFX Front End by Siddhesh Rane
>
>Welcome to Sisinda and Siddhesh! The time line is:
>
>  * From now until May 30th: community bounding period [1]
>  * May 30th - August 29th: coding, with intermediate evaluations in
>    June and July.
>
>Sisinda and Siddhest, how would you prefer to work? Would you like to
>create your Git clone of https://github.com/apache/sis? The branches to
>clone are:
>
>  * For Android project: trunk
>  * For JavaFX project: JDK8
>
>Sisinda, I think that you will have a busy June month because of exam.
>Do you think you may have a chance to start some coding during the
>community bound period?
>
>    Martin
>
>
>[1]
>http://googlesummerofcode.blogspot.fr/2007/04/so-what-is-this-community-bonding-all.html
>
>

Re: Google Summer of Code projects accepted

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Sisinda

Yes, the sis-utility module would be the first one to do. But before
doing so, I think there is some project configuration to do. On your branch:

  * In all pom.xml files, search for all occurrences of "0.8-SNAPSHOT"
    and replace them by "0.8-android-SNAPSHOT" (or something else if you
    have alternative proposal for the "0.8-android" part).
  * Delete the "sis-build-helper" module (delete completely the
    directory and remove the <module>sis-build-helper</module>
    declaration in the parent pom.xml file. I don't think that we need
    to port this module to Android; we can use the one from trunk instead.
  * In all other pom.xml files (other than the one we deleted in
    previous step), search all occurrences of "sis-build-helper" and
    keep "0.8-SNAPSHOT" as their version number (do not make the change
    to "0.8-android-SNAPSHOT" for them). That way, the build will
    continue to use the plugin for trunk. This is okay because this
    plugin is used only at build time; it will not be deployed on any
    Android device.
  * Delete the "sis-console", "sis-webapp" and "sis-openoffice" modules
    in the same way as we did for "sis-build-helper", because I don't
    think that those modules make sense on Android. I'm not quite sure
    about "sis-javafx"; I think there is a project for running JavaFX on
    Android, so we may keep that module for now.

After this cleanup, you can start with sis-utility module. I suggest to
begin with any package except "org.apache.sis.xml" and
"org.apache.sis.internal.jaxb.*". Those packages will be the hard ones,
so let keep them for the end of sis-utility.

    Martin


Le 05/05/2017 à 15:11, Sisinda Dinusha a écrit :
> Hello Martin,
> Yes it is a good idea to start coding now because of the coming exams in
> next month. I will fork the repo and send commits as pull requests. I
> thought to start with the sis-utility package and I am open for suggestions
> in this one.


Re: Google Summer of Code projects accepted

Posted by Sisinda Dinusha <si...@gmail.com>.
Hello Martin,
Yes it is a good idea to start coding now because of the coming exams in
next month. I will fork the repo and send commits as pull requests. I
thought to start with the sis-utility package and I am open for suggestions
in this one.

On Fri, May 5, 2017 at 3:50 PM, Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello all
>
> The following projects have been accepted for the Google Summer of Code
> 2017:
>
>   * Port Apache SIS to Android by Sisinda Dinusha
>   * SIS JavaFX Front End by Siddhesh Rane
>
> Welcome to Sisinda and Siddhesh! The time line is:
>
>   * From now until May 30th: community bounding period [1]
>   * May 30th - August 29th: coding, with intermediate evaluations in
>     June and July.
>
> Sisinda and Siddhest, how would you prefer to work? Would you like to
> create your Git clone of https://github.com/apache/sis? The branches to
> clone are:
>
>   * For Android project: trunk
>   * For JavaFX project: JDK8
>
> Sisinda, I think that you will have a busy June month because of exam.
> Do you think you may have a chance to start some coding during the
> community bound period?
>
>     Martin
>
>
> [1]
> http://googlesummerofcode.blogspot.fr/2007/04/so-what-
> is-this-community-bonding-all.html
>
>
>