Martin Desruisseaux ha scritto: > Hello all > > Some answers to the IRC meeting:
... > > >> aaime Martin does not keep us very up to date :-( >> aaime He's not only merging, also refactoring a lot > > This is true that I'm doing a lot of refactoring in the process. But I'm > leaving the original name space untouched. I mean, I do not modify > ... That's the kind of feedback I was looking for, thank you. Yeah, the way suggest to work is ok. We'll have a look at the replacements, thank you :-) >> aaime I see... maybe you can remove those modules from the build? >> aaime It' just a matter of modifying the parent's pom.xml > > Temporary removal of module from the parent pom.xml seems fine to me. > > Is the following approach acceptable for futur development? > > Incremental work done more often on trunk (a little bit less branch). We > would create a branch when a deep refactoring is in progress, but if the > changes can be done incrementaly without breaking "mvn install". I would > like to see such work more often on the trunk. I suggest that we "only" > insist for the following rules: > > * "mvn install" should always work (by commenting-out some modules > from the parent pom.xml if needed). > > * ALL new public/protected class/field/method must have a "@since 2.3" > javadoc tag > (or "@since 2.4" after the 2.3 release, etc.). > > * All classes/fields/methods with a "@since 2.3" javadoc tag can be > modified, renamed, > moved or deleted in an incompatible way as long as 2.3 has not be been > released. Geotools > developpers working with trunk are warned that they should avoid all > methods with such > javadoc tag, or use them at their own risks. > > * All public or protected classes/fields/methods with "@since 2.2", > "@since 2.1" or > "@since 2.0" javadoc tags are not allowed to be deleted or modified in > an incompatible > way (unless the method was obviously broken). They can only be > deprecated for the 2.3 > release, and deleted in a post 2.3 release. That would be good for me :-) Cheers Andrea 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
