Hello Sanjay

I don't know yet for the semantic question; I will try to have a though about 
that.

However, in a hope to make sharing easier, I created a (initially empty) 
geometry module in Geotools. Would it be possible (if you agree of course) to 
commit your code in that module please? Steps to follow:

Visit the following page I just created:

   http://docs.codehaus.org/display/GEOTOOLS/Geometry

It is mostly empty for now. It is a wiki you can edit. If you can put some note 
about your plans, issues you want to though about, etc., it would be 
appreciated.

Next, setup the module on Geotools SVN. Proposal:

   mkdir geotools
   cd geotools
   svn checkout http://svn.geotools.org/geotools/trunk/gt trunk
   cd trunk/modules/unsupported/geometry

or, if you want to get only the geometry module and not care about the rest of 
Geotools (I don't know yet if we may have cross-dependencies or not):

   svn checkout 
http://svn.geotools.org/geotools/trunk/gt/modules/unsupported/geometry


Next, edit the pom.xml file. It should be mostly correct, but I left some 
(todo) 
tags that you may fill with informations like organization name, etc. Do not 
worry too much about getting Maven to work at this stage if you are not 
familiar 
with it; I will take care of this part.

Note that the pom.xml file contains a <license> statement. The current license 
is LGPL. Is it okay for you? Note that while the proposed license is LGPL, you 
keep the copyright on your code, of course.

Next, choose a SVN login and password, and send them to Paul Ramsey (his adress 
is in this email CC list). Reminder: the addition of a geometry module has been 
enthousiastly voted by Geotools PMC last week, so the authorisation should be 
clean :).

Commit your implementation in the 
trunk/modules/unsupported/geometry/src/main/java directory. Do not commit the 
modified OpenGIS interfaces; we should commit them into the GeoAPI Geometry 
branch instead (you already have write access for this one - just make sure to 
use "svn move" if you moved or renamed existing interfaces).

Let me know when all those steps are done, so I can tweak Maven.

     Thanks and best regards,

        Martin

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to