Hi Mathieu,

if your module is not present in the javadoc, it is because it is not in 
the build.
That's to say the pom.xml of unsupported module does not declare your 
module edigeo in any profile of compilation.
You see, when I generate the javadoc, I give the option -Dall, a maven 
property that you can find in some declaration like:
     <profile>
       <id>swing</id>
       <activation>
         <property><name>all</name></property>
       </activation>
       <modules>
         <module>widgets-swing-pending</module>
       </modules>
     </profile>

Here (just a simple example), this profile will be enabled if I specify 
-Dall or -Pswing, that will lead to the compilation of the 
widgets-swing-pending module.
In the case of the -Dall option, lots of others profiles will be enabled 
too.

For your module, it can probably be added in the profile with the id 
"unsupported", I think, but you have to do the request in the Devel 
mailing list to add your module to the future Geotools building.

Cheers,
Cédric.

Mathieu Coudert a écrit :
> Bonjour Cédric,
>
> Je me posais juste une question concernant la génération de la javadoc.
> J'ai commité il y a de cela qqs jours (une semaine ou deux) un module 
> non supporté (edigeo).
> Je suis étonné de ne pas le voir apparaître dans la javadoc.
> Y a t'il une étape supplémentaire que j'ai loupé?
>
> Merci,
> Cordialement,
>
> Mathieu
>
>
> On Thu, Nov 20, 2008 at 2:39 PM, Cédric Briançon 
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>     The javadoc for the trunk version has been updated at revision
>     31882, on
>     http://javadoc.geotools.fr/snapshot/
>
>     Enjoy :)
>     Cédric.
>
>     Cédric Briançon a écrit :
>     > No problem,
>     > the javadoc for the trunk lasts from mid-August ... it has to be
>     > updated, definitely.
>     > It will be done in a couple of hours.
>     >
>     > Michael Bedward a écrit :
>     >
>     >> I really don't envy your task Cédric !  Please don't go to any
>     trouble
>     >> to rebuild the docs today if it's just for my changes.
>     >>
>     >> Michael
>     >>
>     >>
>     >> 2008/11/20 Cédric Briançon <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>:
>     >>
>     >>
>     >>> Yes, I have experimented lots of trouble in the generation of
>     the Geotools
>     >>> javadoc (both branches, tags and trunk).
>     >>> I've finally found one way to do it (but for the moment
>     nothing with a jdk5
>     >>> work).
>     >>>
>     >>> On a Sun Jdk6 and maven 2.0.9:
>     >>> - First I build the whole project from the trunk directory
>     (with the option
>     >>> -Dall).
>     >>> - Then I go on the modules directory.
>     >>> - Finally I do "mvn javadoc:javadoc"
>     >>> And when it is finished (the whole process takes me around one
>     hour ...) I
>     >>> have an aggregated javadoc in the modules/target/ directory.
>     >>>
>     >>> As this process is quite long, I don't do it regularly, around
>     every month
>     >>> or every two months for the trunk.
>     >>> If I have some time today, I will try to update the javadoc on
>     >>> http://javadoc.geotools.fr/2.6/
>     >>>
>     >>> Cédric.
>     >>>
>     >>>
>     >>>
>     >>
>     >>
>     >
>     >
>     >
>     -------------------------------------------------------------------------
>     > This SF.Net email is sponsored by the Moblin Your Move
>     Developer's challenge
>     > Build the coolest Linux based applications with Moblin SDK & win
>     great prizes
>     > Grand prize is a trip for two to an Open Source event anywhere
>     in the world
>     > http://moblin-contest.org/redirect.php?banner_id=100&url=/
>     <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>     > _______________________________________________
>     > Geotools-devel mailing list
>     > Geotools-devel@lists.sourceforge.net
>     <mailto:Geotools-devel@lists.sourceforge.net>
>     > https://lists.sourceforge.net/lists/listinfo/geotools-devel
>     >
>     >
>     >
>
>
>     -------------------------------------------------------------------------
>     This SF.Net email is sponsored by the Moblin Your Move Developer's
>     challenge
>     Build the coolest Linux based applications with Moblin SDK & win
>     great prizes
>     Grand prize is a trip for two to an Open Source event anywhere in
>     the world
>     http://moblin-contest.org/redirect.php?banner_id=100&url=/
>     <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>     _______________________________________________
>     Geotools-devel mailing list
>     Geotools-devel@lists.sourceforge.net
>     <mailto:Geotools-devel@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
>
>
> -- 
> Mathieu Coudert
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to