problem while conversion in build

2012-11-29 Thread Praveen Jain
  Hi  I am building my project using maven, I have some german character in my validation-global.xml When I build it they got converted to some garbage value in validation.xml.   If I add in validation-global.xml , then after build german character placed as it is in validation.xml.

RE: problem while conversion in build

2012-11-29 Thread Praveen Jain
: Maven Users List Subject: Re: problem while conversion in build   Do you set any encoding in your pom.xml? for example see http://maven.apache.org/plugins/maven-resources-plugin/examples/encoding.html     On Thu, Nov 29, 2012 at 11:44 AM, Praveen Jain <praveen.x.j...@oracle.

RE: problem while conversion in build

2012-12-02 Thread Praveen Jain
Park, Pune, India     From: Praveen Jain Sent: Thursday, November 29, 2012 4:25 PM To: Maven Users List Subject: RE: problem while conversion in build   Yes I am using ISO-8859-1     Thanks Warm Regards, Praveen Jain   Praveen Jain | 020-66563094 Prime Sourcing, Oracle Financial

Re: problem while conversion in build

2012-12-03 Thread Mikhail Kalkov
6). If you succinctly describe how your problem can be reproduced by any mailing list subscriber, there is a better chance you get a helpful reply.Kind regards,Mikhail KalkovFrom: "Praveen Jain" To: "Maven Users List" Sent: Monday, December 3, 2012 5:46:40 AMSubject: RE: pro

RE: problem while conversion in build

2012-12-03 Thread Praveen Jain
Subject: Re: problem while conversion in build   Hi, I don't understand your problem and doubt many people do. What is validation.xml and how does it relate to validation-global.xml? Why is form-validation tag relevant? I am afraid your question is as cryptic as Napoleon's krem

Re: problem while conversion in build

2012-12-03 Thread Mikhail Kalkov
al.xml from iso-8859-1 to utf-8? Which version of xdoclet and xdoclet-maven-plugin do you use by the way?/MikhailFrom: "Praveen Jain" To: "Maven Users List" Sent: Monday, December 3, 2012 11:57:39 AMSubject: RE: problem while conversion in build When we include xdo

RE: problem while conversion in build

2012-12-03 Thread Praveen Jain
    From: Mikhail Kalkov [mailto:mikhail.kal...@purplescout.se] Sent: Monday, December 03, 2012 11:05 PM To: Maven Users List Subject: Re: problem while conversion in build   I've never used XDoclet but it sounds like xmlencoding attribute of <strutsvalidationxml/> tag on

Re: problem while conversion in build

2012-12-04 Thread Mikhail Kalkov
4, 2012 6:01:34 AMSubject: RE: problem while conversion in build I am using Xdoclet 1.2.3 and org.apache.maven.plugin is 1.6. There is no encoding tag in validator-global.xml If I add Then it simply added to validation.xml with all other tag and This line is added 2 time in

RE: problem while conversion in build

2012-12-04 Thread Praveen Jain
Users List Subject: Re: problem while conversion in build   By the way, I've just noticed that you use whereas it should be I've removed whitespace before xmlversion, changed quotes to ASCII, and most importantly added a missing question mark in the end. /Mikhail  

Re: problem while conversion in build

2012-12-05 Thread Mikhail Kalkov
.se] Sent: Tuesday, December 04, 2012 3:01 PM To: Maven Users List Subject: Re: problem while conversion in build   By the way, I've just noticed that you use whereas it should be I've removed whitespace before xmlversion, changed quotes to ASCII, and most importantly a