Thanks man Mathus :) ----- Original Message ----- From: Baptiste MATHUS <[EMAIL PROTECTED]> To: Maven Users List <[email protected]> Sent: Sat, 8 Nov 2008 19:42:05 +0530 (IST) Subject: Re: Maven compilation error
Hi, See the maven-compiler-plugin: http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#encodingadd the encoding tag inside the configuration one. Cheers. 2008/11/8 <[EMAIL PROTECTED]> > Hi, > > When i am compiling the classes using > > mvn com[ile,I am gettin the followiug exceptions... > > INFO] Compilation failure > > > error: IO exception sun.io.MalformedInputException > error: IO exception sun.io.MalformedInputException > error: IO exception sun.io.MalformedInputException > error: IO exception sun.io.MalformedInputException > > > Earlier when we had used ant scripts,this was resolved with > > <javac encoding="iso-8859-1" srcdir=""..... > > > How to specify the same in maven?? > > THanks > > Regards > > > -- > Hyundai to launch the i20 in India. Catch the exclusive preview on > ZigWheels.com > > http://www.zigwheels.com/b2cam/newsDetails.action?name=Emb11_20080731&path=/INDT/News/Emb11_20080731&page=1&pagecount=2&utm_source=indmail&utm_medium=footer&utm_content=tracking&utm_campaign=Nletter_07oct2008_ZW > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Baptiste <Batmat> MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor ! -- Hyundai to launch the i20 in India. Catch the exclusive preview on ZigWheels.com http://www.zigwheels.com/b2cam/newsDetails.action?name=Emb11_20080731&path=/INDT/News/Emb11_20080731&page=1&pagecount=2&utm_source=indmail&utm_medium=footer&utm_content=tracking&utm_campaign=Nletter_07oct2008_ZW --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
