Sounds great. 

I understand that all the reste will roughly the same : xdoc files, i18n
done with properties files, etc...

Thank you,
Antoine

-----Message d'origine-----
De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 23 juin 2005 09:17
À : Maven Users List
Objet : Re: RE : i18n : error or bug with menu tag ?


My general response is wait and see. alpha-3 will be release in few
hours.

With alpha-3, if you want to create an i18n site, you don't need to know

Doxia or plexus-i18n.

You 'll can create a site content with this structure directory :
- src
   - site
     - apt (The new format supported by maven, you can use xdoc too) 
<=put in here the main site content
       - fr (put in here the french translation)

And in your <build> pom section, add this :
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
           <locales>en,fr</locales>
         </configuration>
       </plugin>


Emmanuel

ahgt sur laposte.net wrote:
> Hi Vincent,
> 
> jira issue done.
> Thank you for the maven.xdoc.bundle (did not catch the thing from the 
> doc).
> 
> About moving to M2 right now ?
> Question remain :
>       - I've read Maven 2.0 Alpha 3 will support site generation
>       - with doxia
>               => ok, but what about documentation ? I mean will it be
possible to 
> start and be reasonnably able to build the web site ?
>               => give it a try or wait and see... That is the question
> ?
> 
> For i18n in M2 :
>       - I've read it will be done in plexus
>       - can't find any doc on this
>               => how to ...?
>               => or how to know what one can reasonnably expect.... ?
> 
> Other way to ask this question :
>       - I'll be glad to test the new version and contribute with
testing 
> and feed back
>       - for this, I need a start point.
>               => where may (will) be the start point ? May it be
> "there's no doc, making one is the first thing to do" ?
> 
> Cheers,
> Antoine
> 
> 
> 
> -----Message d'origine-----
> De : Vincent Siveton [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 22 juin 2005 14:39
> À : Maven Users List
> Objet : Re: i18n : error or bug with menu tag ?
> 
> 
> Hi Antoine,
> 
> 
>>Is it a bug or something I do wrong ?
> 
> 
> It seems to be a bug...
> Just for your information, you dont need to specify a bundle: by 
> default, it is the bundle defined by the key ${maven.xdoc.bundle}.
> 
> 
>>I've seen nothing about this on Jira. Do i open a Jira issue  ?
> 
> 
> Yes please.
> 
> 
>>(any idea if it worth moving to M2 right now, as I am just starting ?)
> 
> 
> http://maven.apache.org/maven2/maven1.html#m1-or-m2
> 
> Cheers,
> 
> Vincent
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to