Salut Martin, On Wed, 2006-10-04 at 10:37 -0400, Martin Desruisseaux wrote: > Adrian Custer a écrit : > > The only major difference between 2.3.x and trunk that I see after the > > pending changes is that the 2.3.x branch contains the 'custom taglet' > > functionality in the javadoc section. Could whoever is responsible for > > that decide if trunk really doesn't need this? > > They should work on trunk too... I just tried on 2.4-SNAPSHOT and got pages > like > this one: > > http://javadoc.geotools.fr/snapshot/org/geotools/referencing/crs/AbstractCRS.html
I'm not sure what I'm looking at (what the test taglets do/handle). However, if it works, great! Can you commit the piece that worked to trunk, please? > > We need to make sure that "mvn install" has been executed at least once from > the > root directory (after the version number changes in pom.xml files) before > "mvn > javadoc:javadoc". This is needed in order to get gt2/maven/javadoc installed > in > the local maven repository with the appropriate version number. If I can guess correctly, this step will be necessary and sufficient so I will add this to the 'how to cut a release' doc and we should be ok. However, I worry about version numbers. We currently generate the javadocs, not during the release process but as a separate step. Maven2 seems really unhappy (refuses to start the release) if we don't start a release from a SNAPSHOT, therefore I've currently changed the number scheme to keep all development on one SNAPSHOT or another. This means that when we generate javadocs we will have the SNAPSHOT version numbers *not* the version numbers of the actual release. Now the SNAPSHOT taglet plugin will run fine, but if your taglet system depends on version numbering for links or other info, we may have a problem. > > Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
