Re: Maven translation (i18n) plugin

2010-02-05 Thread Henri Gomez
This one seems interesting : http://lutinutil.labs.libre-entreprise.org/maven-i18n-plugin/index.html Someone use it allready ? 2010/2/5 Henri Gomez : > Thanks Milos. > > It's a good starting point > > 2010/2/5 mkleint : >> there is http://mojo.codehaus.org/l10n-ma

Re: Maven translation (i18n) plugin

2010-02-05 Thread Henri Gomez
Thanks Milos. It's a good starting point 2010/2/5 mkleint : > there is http://mojo.codehaus.org/l10n-maven-plugin/ but it doesn't exactly > do what you describe > > Milos > > Henri Gomez wrote: >> >> Hi to all, >> >> I'm looking for a

Re: Maven translation (i18n) plugin

2010-02-05 Thread mkleint
there is http://mojo.codehaus.org/l10n-maven-plugin/ but it doesn't exactly do what you describe Milos Henri Gomez wrote: Hi to all, I'm looking for a maven translator (i18n) plugin which could be able to create localized properties files from a master properties file and a S

Maven translation (i18n) plugin

2010-02-05 Thread Henri Gomez
Hi to all, I'm looking for a maven translator (i18n) plugin which could be able to create localized properties files from a master properties file and a SQL backend containing the translation. These files are for RCP applications but it should be able to works with any properties files unde

Re: I18N of pom.xml description -- can it be done?

2009-05-21 Thread Trudy Cool
Ignore the preceding please -- I just figured it out. I create an index.apt under an apt directory and it overrides the default.   - Original Message From: Trudy Cool To: users@maven.apache.org Sent: Thursday, May 21, 2009 5:07:40 PM Subject: I18N of pom.xml description -- can it

I18N of pom.xml description -- can it be done?

2009-05-21 Thread Trudy Cool
Hi I'm using -- mvn site --  to generate multilingual documentation of a project. The  tag in my pom.xml is used to supply the introductory text on the main page of the site, but it appears the same in the site_pt.xml and site_es.xml versions. Is there any way to override this and get differe

Re: Running Site i18n problem

2008-09-07 Thread Brett Porter
That sounds like a bug - have you checked the issue tracker to see if it has already been reported? Cheers, Brett 2008/9/6 Mac-Systems <[EMAIL PROTECTED]> > Hello, > > when using site-deploy the Menu "Project Documention" still remain in my > default local which is German. > In my site plugin con

Running Site i18n problem

2008-09-06 Thread Mac-Systems
Hello, when using site-deploy the Menu "Project Documention" still remain in my default local which is German. In my site plugin config i use: org.apache.maven.plugins maven-site-plugin 8859-1 en W

RE: I18N

2008-08-05 Thread Peter Karich
Hi Anne, > I think it's definitely a great idea but I have no clue > how to do that. it even helps to know that it is not possible with maven2 ;-) In maven1 one can define a key in the property file e.g. siteLink1=http://www.dfdfg.de and let other languages overwrite this key. It is seems eas

RE: I18N

2008-08-05 Thread anne.gerodolle
maven, and how to proceed with multimodule projects! Regards, Anne -Message d'origine- De : Peter Karich [mailto:[EMAIL PROTECTED] Envoyé : lundi 4 août 2008 13:55 À : Maven Users List Objet : Re: I18N Hi again! >> I think you are referring to Maven 1.x documentatio

Re: I18N

2008-08-04 Thread Peter Karich
Hi again! I think you are referring to Maven 1.x documentation. Have a look at http://maven.apache.org/guides/mini/guide-site.html, it has an Internationalization section at the end which describes how to setup a multi-language site. Okay, with the described method it is easy to let the langu

Re: I18N

2008-07-28 Thread Peter Karich
Hi Jeff! Did you install manually this JAR in your local repository ? No. Maybe I should explain it again: I downloaded it from the repository: http://repo1.maven.org/maven2/com/incors/plaf/kunststoff/2.0.2/ and there is the jar file, but no pom file. And so maven tries to download the pom on

Re: I18N

2008-07-28 Thread Jeff MAURY
On 7/28/08, Peter Karich <[EMAIL PROTECTED]> wrote: > > Hi Dirk, > > thank you for your response. > > I think you are referring to Maven 1.x documentation. Have a look at >> http://maven.apache.org/guides/mini/guide-site.html, it has an >> Internationalization section at the end which describes how

Re: I18N

2008-07-28 Thread Peter Karich
Hi Dirk, thank you for your response. I think you are referring to Maven 1.x documentation. Have a look at http://maven.apache.org/guides/mini/guide-site.html, it has an Internationalization section at the end which describes how to setup a multi-language site. Okay, with the described meth

Re: I18N

2008-07-27 Thread Dirk Olmes
Peter Karich wrote: Hi all, I am new to maven (I use mvn2) and I have two questions: 1. How can I make my web site available in English and in Germany? I read the documentation [1], but I it doesn't say how I should call the ${maven.xdoc.bundle} - files. I need the property files to specify the

I18N

2008-07-24 Thread Peter Karich
Hi all, I am new to maven (I use mvn2) and I have two questions: 1. How can I make my web site available in English and in Germany? I read the documentation [1], but I it doesn't say how I should call the ${maven.xdoc.bundle} - files. I need the property files to specify the key and the text. Is

Re: Maven plugins that can check for hardcoded (un-externalized) strings at build time? (i18n)

2008-01-31 Thread Rémy Sanlaville
Hi, I don't think so but it will be a useful plugin. Rémy

Maven plugins that can check for hardcoded (un-externalized) strings at build time? (i18n)

2008-01-29 Thread jonathanyu
For internationalization purposes, are there any Maven plugins that would check during build time for strings that aren't externalized to a resource (.property) file? For example, if I have code like this: System.out.println("hello"); //$NON-NLS-1$ System.out.println("world"); is there a maven

Re: internationalization (i18n) of XML files during process-resources phase

2008-01-12 Thread Farrukh Najmi
your input, and what do you want as output), and perhaps someone will have specific suggestions that will be helpful. Wayne On 1/5/08, Farrukh Najmi <[EMAIL PROTECTED]> wrote: Can any one guide me as to best practice for doing internationalization (i18n) of XML files using standard java

Re: internationalization (i18n) of XML files during process-resources phase

2008-01-05 Thread Wayne Fay
est practice for doing internationalization > (i18n) of XML files using standard java properties files in a maven2 > project. TIA. > > -- > Regards, > Farrukh Najmi > > - > To unsubscribe, e-mail: [EMAIL PRO

internationalization (i18n) of XML files during process-resources phase

2008-01-05 Thread Farrukh Najmi
Can any one guide me as to best practice for doing internationalization (i18n) of XML files using standard java properties files in a maven2 project. TIA. -- Regards, Farrukh Najmi - To unsubscribe, e-mail: [EMAIL

Re: Problem with site generation i18n

2007-09-11 Thread Insitu
Thanks for the pointer. I thought this had something to do with the site plugin instead. regards, -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com - To unsubscribe, e-mail: [EMAIL

Re: Problem with site generation i18n

2007-09-11 Thread Hervé BOUTEMY
Hello, I suppose it's the same problem as http://jira.codehaus.org/browse/MPIR-59. It has been fixed in svn but not released yet. regards, Hervé Le dimanche 9 septembre 2007, Insitu a écrit : > Hello, > I ran recently into a strange problem with site generation. When I add > the locale fr, mave

Problem with site generation i18n

2007-09-10 Thread Insitu
Hello, I ran recently into a strange problem with site generation. When I add the locale fr, maven fails with the following error: java.lang.IllegalArgumentException: Unmatched braces in the pattern. at org.apache.maven.reporting.AbstractMavenReportRenderer.applyPattern(AbstractMav

maven, i18n and xliff

2007-06-14 Thread mljv
Hi folks, does anybody know of a maven plugin which supports translation process of properties files and jsp? I did some research on this topic: The best open source tool around for translating seems to be OpenLanguageTool, it has nice filters transforming source to xliff, has a translation me

Images and i18n

2006-12-12 Thread Eric Giguère
Hi all A quick one. I've just stated using the multilingual support in site generation. Pretty cool. But now I'm trying to have images (screen shots) inserted in the text and am wondering if it is possible to switch images with the languages? I'm writing some an installation procedure that inc

i18n within skin

2006-05-23 Thread Vance Karimi
he template looks up the 'site-renderer' bundle from the doxia-site-renderer artifact. I'd like to package my own resource bundle in the skin, but no matter where the bundle is placed, I get the following error: [ERROR] Method getString threw exception for reference $i18n in template

Re: xDoc i18n does not honor KEY attribute in tag in element in navigation.xml

2006-04-28 Thread Lukas Theussl
Thanks for reporting this, I created a JIRA issue: http://jira.codehaus.org/browse/MPXDOC-194 -Lukas Lance Bader wrote: I am using Maven 1.1-beta-2 and maven-xdoc-plugin-1.9.2 on a Windows XP workstation. I made changed my navigation.xml file to use i18n support, removing all the NAME

xDoc i18n does not honor KEY attribute in tag in element in navigation.xml

2006-04-28 Thread Lance Bader
I am using Maven 1.1-beta-2 and maven-xdoc-plugin-1.9.2 on a Windows XP workstation. I made changed my navigation.xml file to use i18n support, removing all the NAME attributes and adding KEY attributes to reference values in the properties files. tags within the element are displayed

Re: [m2] i18n of reports

2006-04-26 Thread Edwin Punzalan
Joerg, Thanks for volunteering! ^_^ You can look at the maven-project-info-reports-plugin for a sample report plugin that supports i18n. Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I have seen that the custom site stuff perfectly supports

[m2] i18n of reports

2006-04-26 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I have seen that the custom site stuff perfectly supports internationalization. Does somebody know anything about the reports generated by plugins? I this also build in by the concept of maven and just missing some resource-bundles or is thi

Re: xDoc i18n base language HTML placed in wrong directory

2006-03-02 Thread Lukas Theussl
Lance Bader wrote: No, I double checked my prototype web site. If a directory does not contain any xdoc source files (like images or styles in my structure), it is copied to the base directory but not the language directories. Maybe this is a defect? This should be fixed in the current 1.10

Re: xDoc i18n scalability

2006-03-01 Thread Lukas Theussl
n that you mentioned. I'd also like to point out that at this stage of Maven 1 development, we are not sure to work on major enhancements anymore. Unless, of course, someone submits ready-to-apply patches.. -Lukas Lance Bader wrote: I see how to use the xDoc plugin's i18n support t

Re: xDoc i18n base language HTML placed in wrong directory

2006-03-01 Thread David Sag
Lance Bader wisely said: "Automatic redirection based on browser locale is a good idea for a consumer site but our multi-lingual users are aggravated if they have to change the browser's locale in order to view a particular language.  A multi-lingual front page allowing quick choices to a particul

Re: xDoc i18n base language HTML placed in wrong directory

2006-03-01 Thread Lance Bader
No, I double checked my prototype web site. If a directory does not contain any xdoc source files (like images or styles in my structure), it is copied to the base directory but not the language directories. Maybe this is a defect? Better yet, use the value specified as the base language, ${ mav

Re: xDoc i18n scalability

2006-03-01 Thread Lance Bader
; I'd also like to point out that at this stage of Maven 1 development, we > are not sure to work on major enhancements anymore. Unless, of course, > someone submits ready-to-apply patches.. > > -Lukas > > > > Lance Bader wrote: > > I see how to use the xDoc plugin's

Re: xDoc i18n scalability

2006-02-27 Thread Lukas Theussl
h the last option that you mentioned. I'd also like to point out that at this stage of Maven 1 development, we are not sure to work on major enhancements anymore. Unless, of course, someone submits ready-to-apply patches.. -Lukas Lance Bader wrote: I see how to use the xDoc plugin&#x

Re: xDoc i18n for a dozen languages

2006-02-27 Thread Lukas Theussl
Hi Lance, Thanks a lot for your interest and help on this topic! Any of your contributions will certainly be welcome, even if you only send us partial translations (even though complete translations would be preferred ;) ). Please make sure to get the latest properties files from svn, as we h

Re: xDoc i18n base language HTML placed in wrong directory

2006-02-27 Thread Arnaud HERITIER
I think that user resources (images, ..) are copied in each language directory and in the top directory. We put the default language in the root of the documentation because we didn't know what to add in the root of the docs without it ? A default home page with links for all documentations ? It's

Re: xDoc i18n for a dozen languages

2006-02-26 Thread Wayne Fay
On 2/26/06, Lance Bader <[EMAIL PROTECTED]> wrote: > Would it be worthwile to just contribute this small subset of values in 12 > languages (really 9 more languages since you already have English, German, > and French? It would be adequate for those, like me, who don't use any of > the Maven repor

xDoc i18n base language HTML placed in wrong directory

2006-02-26 Thread Lance Bader
I'm willing to believe I'm wrong, but if the base langague is xx, shouldn't the generated HTML be placed in ${maven.docs.dest}/xx? Consider this scenario. - Assume that there are number of files that are copied, not generated from XML source, including images, style sheets, Javadoc, and code temp

xDoc i18n scalability

2006-02-26 Thread Lance Bader
I see how to use the xDoc plugin's i18n support to build language dependent navigation menus and titles as well as section and subsection headings. This is GREAT because, as a rule, translators do not translate attribute values. They only translate text between the tags. But how do you re

Re: xDoc i18n for a dozen languages

2006-02-26 Thread Lance Bader
wrote: > > At > > > http://maven.apache.org/maven-1.x/reference/plugins/xdoc/reference/i18n.htmlit > > says > > > > "Actually, only English, French and German are currently fully supported > by > > Maven. Contributions are welcome!" > > > >

Re: xDoc i18n for a dozen languages

2006-02-17 Thread Lance Bader
> by > > Maven. Contributions are welcome!" > > > > What does "fully supported" mean? What "contributions" would you like? > > > > I see no reason why the i18n support would not work for any language and > we > >

Re: xDoc i18n for a dozen languages

2006-02-17 Thread Arnaud HERITIER
ributions are welcome!" > > What does "fully supported" mean? What "contributions" would you like? > > I see no reason why the i18n support would not work for any language and we > intend to serve a dozen languages from our web site, generating the HTML &g

xDoc i18n for a dozen languages

2006-02-17 Thread Lance Bader
like? I see no reason why the i18n support would not work for any language and we intend to serve a dozen languages from our web site, generating the HTML using Maven 1.2-Beta and xDoc plugin 1.9.2. Am I setting myself up for a failure? Lance

Re: disable maven i18n output message

2005-12-24 Thread Ken Perl
n <[EMAIL PROTECTED]> wrote: > > > > Hi Ken > > > > Look at this: > > http://www.mail-archive.com/dev@maven.apache.org/msg25571.html > > > > HTH > > > > Cheers, > > > > Vincent > > > > 2005/12/6, Ken Perl <[EMAIL PROTECTE

Re: disable maven i18n output message

2005-12-09 Thread Arnaud HERITIER
H > > Cheers, > > Vincent > > 2005/12/6, Ken Perl <[EMAIL PROTECTED]>: > > Hi, > > I have trouble to view the maven 's i18n message in my computer, it > > displays many questions mark ??? in its output. > > How could disable the i18n output mes

Re: disable maven i18n output message

2005-12-08 Thread Vincent Siveton
Hi Ken Look at this: http://www.mail-archive.com/dev@maven.apache.org/msg25571.html HTH Cheers, Vincent 2005/12/6, Ken Perl <[EMAIL PROTECTED]>: > Hi, > I have trouble to view the maven 's i18n message in my computer, it > displays many questions mark ??? in its output.

Re: disable maven i18n output message

2005-12-07 Thread Lukas Theussl
as has been discussed recently here [1], you will also find some hints in this thread about encoding properties to set. Good luck! Lukas [1] http://www.nabble.com/-M-1.1b1-Maven-Reports%3A-Encoding-Problems-t556735.html#a1503583 Ken Perl wrote: Hi, I have trouble to view the maven 's i18n

Re: disable maven i18n output message

2005-12-06 Thread Ken Perl
> > > [1] > http://www.nabble.com/-M-1.1b1-Maven-Reports%3A-Encoding-Problems-t556735.html#a1503583 > > Ken Perl wrote: > > Hi, > > I have trouble to view the maven 's i18n message in my computer, it > > displays many questions mark ??? in its output. > > H

Re: disable maven i18n output message

2005-12-06 Thread Lukas Theussl
http://www.nabble.com/-M-1.1b1-Maven-Reports%3A-Encoding-Problems-t556735.html#a1503583 Ken Perl wrote: Hi, I have trouble to view the maven 's i18n message in my computer, it displays many questions mark ??? in its output. How could disable the i18n output message and view English output only?

disable maven i18n output message

2005-12-06 Thread Ken Perl
Hi, I have trouble to view the maven 's i18n message in my computer, it displays many questions mark ??? in its output. How could disable the i18n output message and view English output only? I am using maven 1.1-beta-2. -- perl -e 'print unpack(u,"62V5N\"FME;G\!E

Re: [m2] i18n .properties files in war

2005-07-13 Thread Dennis Geurts
maven 1.x maybe ?? I was fooled myself too when I started getting to know maven 2... Dennis On 7/13/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > I don't know where I picked up the instruction to run war:war. I see > it's not on the list of common lifecycle phases on the website. > > Rather

Re: [m2] i18n .properties files in war

2005-07-13 Thread Adam Hardy
I don't know where I picked up the instruction to run war:war. I see it's not on the list of common lifecycle phases on the website. Rather misleadingly (obviously in my case) the output from war:war contains this: [INFO] [war:war] [INFO] Copy webapp resources to /home/adam/java/projects/gar

Re: [m2] i18n .properties files in war

2005-07-13 Thread Dennis Geurts
Hi Adam, what's the command you supply ?? 'm2 war:war' or 'm2 package' (it should be the latter) this might be a stupid question, but is the ' ApplicationResources.properties' file located at the 'src/main/resources' location in yout project ? Dennis On 7/13/05, Adam Hardy <[EMAIL PROTECTED

[m2] i18n .properties files in war

2005-07-13 Thread Adam Hardy
I have exhausted the mailing list archives and the documentation on the website and I cannot see why my .properties file is not being included in my war, since my pom.xml appears to be correct. The file is not copied into the target directory nor is it included in the war file. I see from the

RE : RE : RE : RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-29 Thread antoine.h sur laposte.net
Done, and it works fine. Thanks Antoine -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mercredi 29 juin 2005 09:03 À : Maven Users List Objet : Re: RE : RE : RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href ahg

Re: RE : RE : RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-29 Thread Emmanuel Venisse
All infos are there : http://maven.apache.org/maven2/building.html Emmanuel Thank you. Antoine -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mercredi 29 juin 2005 06:44 À : Maven Users List Objet : Re: RE : RE : [REPOST] i18n (M1 or M2): how to set

RE : RE : RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-28 Thread ahgt sur laposte.net
e: RE : RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href Hi Antoine, it's a mistake, you need only one site.xml under site/ ;-) The full support for i18n is in svn, you need to checkout the trunk and bootstrap it for obtain it and the doc is ready in sv

Re: RE : RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-28 Thread Emmanuel Venisse
Hi Antoine, it's a mistake, you need only one site.xml under site/ ;-) The full support for i18n is in svn, you need to checkout the trunk and bootstrap it for obtain it and the doc is ready in svn (http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-site/src/site/apt/site.ap

RE : RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-28 Thread ahgt sur laposte.net
(French version) +- site.xml (Default site descriptor) +- site_fr.xml (French site descriptor) It looks strange to me : two site.xml under site/ ? Etc... On the web site, there is no i18n folder structure shown. Could you explain this more ? Or tell where to find the

RE : i18n : error or bug with menu tag ?

2005-06-28 Thread ahgt sur laposte.net
Thank you. But now, I am looking to move to M2, where i18n is dealt with no key string etc... If i keep M1 (fail using M2 right now in production), I'll try it for sure Antoine -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : mardi 28 juin 20

RE: i18n : error or bug with menu tag ?

2005-06-28 Thread Arnaud HERITIER
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 info

Re: RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-26 Thread Jason van Zyl
n Text > Antoine > > > -Message d'origine- > De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 26 juin 2005 15:19 > À : Maven Users List > Objet : Re: [REPOST] i18n (M1 or M2): how to set llinks () whith > language dependant href > > >

RE : [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-26 Thread ahgt sur laposte.net
uin 2005 15:19 À : Maven Users List Objet : Re: [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href ahgt sur laposte.net wrote: > > Hello, > > in the content of a page, I want to set a link to another page of the > site. > > in the about pa

Re: [REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-26 Thread Emmanuel Venisse
ahgt sur laposte.net wrote: Hello, in the content of a page, I want to set a link to another page of the site. in the about page, I want to say : "Go and see the href="/licence.html">licence." but then, the href="/licence.html" goes only to the default language page. When in the fr

[REPOST] i18n (M1 or M2): how to set llinks () whith language dependant href

2005-06-26 Thread ahgt sur laposte.net
Hello, in the content of a page, I want to set a link to another page of the site. in the about page, I want to say : "Go and see the licence." but then, the href="/licence.html" goes only to the default language page. When in the fr language page, I would like to have href="/fr/licence.h

i18n : how to set llinks () whith language dependant href

2005-06-23 Thread Antoine sur Netcourrier
Hello, in the content of a page, I want to set a link to another page of the site. in the about page, I want to say : "Go and see the licence." but then, the href="/licence.html" goes only to the default language page. When in the fr language page, I would like to have href="/fr/licence.htm

RE : RE : i18n : error or bug with menu tag ?

2005-06-23 Thread ahgt sur laposte.net
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 :

Re: RE : i18n : error or bug with menu tag ?

2005-06-23 Thread Emmanuel Venisse
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 su

RE : i18n : error or bug with menu tag ?

2005-06-23 Thread ahgt sur laposte.net
entation ? 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

Re: i18n : error or bug with menu tag ?

2005-06-22 Thread Vincent Siveton
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 i

i18n : error or bug with menu tag ?

2005-06-21 Thread ahgt sur laposte.net
Hello, I work with Maven 1.1-beta-1 and maven-xdoc-plugin-1.9.1 I can't get the menu names with translation. In navigation.xml, I have set : Result : I've got the "TOTO", but nothing (empty line, just the underlining) for the menu define

Re: RE : RE : i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread Emmanuel Venisse
di 21 juin 2005 19:33 À : ahgt sur laposte.net Cc : Maven Users List Objet : Re: RE : i18n : how to put html tag in translation piece of texte ? Hi When you say "for maven 1..." does it means some new things in maven 2 ? Well, Maven2 will be using Doxia (http://doxia.codehaus.org/) for gener

Re: RE : i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread Emmanuel Venisse
Vincent Siveton wrote: Hi When you say "for maven 1..." does it means some new things in maven 2 ? Well, Maven2 will be using Doxia (http://doxia.codehaus.org/) for generating content so the i18n will be support for all (reports and content site). Not exactly, doxia i

RE : RE : i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread ahgt sur laposte.net
e ? Thanks, Antoine -Message d'origine- De : Vincent Siveton [mailto:[EMAIL PROTECTED] Envoyé : mardi 21 juin 2005 19:33 À : ahgt sur laposte.net Cc : Maven Users List Objet : Re: RE : i18n : how to put html tag in translation piece of texte ? Hi > When you say "for maven 1...&

Re: RE : i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread Vincent Siveton
Hi > When you say "for maven 1..." does it means some new things in maven 2 ? Well, Maven2 will be using Doxia (http://doxia.codehaus.org/) for generating content so the i18n will be support for all (reports and content site). > I've just started and understood quic

RE : i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread ahgt sur laposte.net
Thank you... So no way... When you say "for maven 1..." does it means some new things in maven 2 ? I've just started and understood quickly that if I need to generate a site, maven 2 is not ready. Any idea when this (with i18n) will be ready ? Where can I get information about

Re: i18n : how to put html tag in translation piece of texte ?

2005-06-21 Thread Vincent Siveton
Hi Antoine, With maven1, the translation is based on Jelly tags. So using HTML content in bundle provides HTML result (ie will be transform to ) Thus, your solution sounds the pretty way. Cheers, Vincent 2005/6/21, ahgt sur laposte.net <[EMAIL PROTECTED]>: > Hi, > Just starting with maven.

i18n : how to put html tag in translation piece of texte ?

Hi, Just starting with maven. Looks great. I've build up a maven project with site generation, with two languages. Using "key=blabla", to get the translation text from properties file xdocs_fr.properties, is ok,... But is there a way to put html tags in it ? I understand that it is not really nic

Re: I18n site

fault one and supported language) > should become a standalone part of the POM definition (sourceforge.net > provides translation support as project definition). > Thus, all plugins should provide integrated solutions for i18n. > > Cheers, > > Vincent > > -Message d'or

Re: I18n site

upport as project definition). > Thus, all plugins should provide integrated solutions for i18n. > > Cheers, > > Vincent > > -Message d'origine- > De : Brett Porter [mailto:[EMAIL PROTECTED] > Envoyé : 14 février 2005 07:06 > À : Maven Users List; Arnaud H

RE: I18n site

solutions for i18n. Cheers, Vincent -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : 14 février 2005 07:06 À : Maven Users List; Arnaud HERITIER Objet : Re: I18n site Hi, Is any work being undertaken on this? I'm not actively doing anything to xdoc at

Re: I18n site

Hi, Is any work being undertaken on this? I'm not actively doing anything to xdoc at the moment, and it should be safe to apply the changes to HEAD. Currently the only known problems is that anything inside is being lost in translation (ie most fragments). - Brett On Thu, 3 Feb 2005 11:47:15

Re: I18n site

> I used it, I just add to set the required version of the maven yo > 1.1-SNAPSHOT instead od 1.1. > > It works fine for a single project but I had some problems with the > multiproject:site. I think that the children projects are overiding > the parent project's bundle. > > An improvement could

Re: I18n site

> I wil try to use it on my project and post my feed back here. I used it, I just add to set the required version of the maven yo 1.1-SNAPSHOT instead od 1.1. It works fine for a single project but I had some problems with the multiproject:site. I think that the children projects are overiding th

Re: I18n site

Ok, Thx Arnaud On Fri, 28 Jan 2005 08:43:54 +0100, Thomas Recloux <[EMAIL PROTECTED]> wrote: > > You can take a look at this : http://jira.codehaus.org/browse/MPXDOC-128 > > > > Vincent Siveton started to implement it but I didn't have the time to > > review it. > > I wil try to use it on my p

Re: I18n site

> You can take a look at this : http://jira.codehaus.org/browse/MPXDOC-128 > > Vincent Siveton started to implement it but I didn't have the time to review > it. I wil try to use it on my project and post my feed back here. -- Thomas Recloux

RE: I18n site

5 17:15 > À : Maven Users List; Brett Porter > Objet : Re: I18n site > > What about a locale aware file naming convention? > > index.xml (Default version) > index_fr.xml (French version) > > The docs could just add a link near the top to allow you to switch. >

Re: I18n site

Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Users List" ; "Thomas Recloux" <[EMAIL PROTECTED]> Sent: Thursday, January 27, 2005 7:54 AM Subject: Re: I18n site There is no particular support at this point in time, though we'd

Re: I18n site

There is no particular support at this point in time, though we'd be interested to discuss ideas for it. - Brett On Thu, 27 Jan 2005 13:52:31 +0100, Thomas Recloux <[EMAIL PROTECTED]> wrote: > Hello, > > I'm working an a project and I d'like the maven generated web site to > be published in two

I18n site

Hello, I'm working an a project and I d'like the maven generated web site to be published in two languages. Anyone as an idea / best practice ? Thanks. -- Thomas Recloux - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition