Jody Garnett a écrit :
> I am worried about the direction you are going Martin; it is one thing 
> to have problems with the library moving too slow for Java 6. It is 
> another to start looking at tech so you can work on your own private 
> branch and not have to interact with the community.

My usage of word "branch" is misleading. I'm absolutly not considering a SVN 
branch. I'm considering something along the line of "repository clone" à la 
Mercurial.

The kind of arrangement I have in mind is:

1) Refraction (or other) SVN targeting Java 5.
2) Mercurial clone for that SVN (we already have one running).
3) A second mercurial repository which is a clone of (2) but targeting Java 6.

* Development applicable for both Java 5 and Java 6 are done on (1).
* Development specific to Java 6 (JAXB, maybe more) are done on (3).
* All work done on (1) is automatically merged to (3) by cron table.
* Work done on (3) are not merged to (1) until the switch to Java 6.

Similar repository clones could be created for "lightweight referencing", etc. 
as experience teach us.


> Eclipse has identified that a testMetadataAnnotations() 
> method is not going to be able to run since it lacks an XMLStreamWriter 
> class. What has changed since last week to make this a problem for me 
> today?

Nothing as far as I known... We have not done any JAXB related work on GeoTools 
for many weeks... But its look like that the conclusion is that having JAXB on 
trunk is a cause of problems, so we may be better to put it somewhere else.

        Martin


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to