Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-24 Thread Atsuhiko Yamanaka
Hi, On Wed, Feb 3, 2010 at 11:00 AM, pomu0325 pomu0...@gmail.com wrote: Hi, I'm quite a newbie to Lift. I'm now trying to port my first Lift application from Lift1.0.2 to latest Lift2.0-scala280, and faced a problem relating to source encoding. ...  My problem here, is I'm using utf-8 for

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-08 Thread David Pollak
Please open a ticket at https://liftweb.assembla.com/spaces/liftweb/ticketson this issue and assign it to me. On Tue, Feb 2, 2010 at 6:00 PM, pomu0325 pomu0...@gmail.com wrote: Hi, I'm quite a newbie to Lift. I'm now trying to port my first Lift application from Lift1.0.2 to latest

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-03 Thread Timothy Perrett
Do not use the 2.8 port of Lift yet... its mostly broken. Please use 2.7.7 until the official 2.8 release is out. Cheers, Tim On 3 Feb 2010, at 02:00, pomu0325 wrote: Hi, I'm quite a newbie to Lift. I'm now trying to port my first Lift application from Lift1.0.2 to latest Lift2.0-scala280,

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-03 Thread TAKEUCHI POMU
Thanks for the comment. I was too much hasted... I'm going to use 2.7.7 for a while. Pomu TAKEUCHI 2010/2/3 Timothy Perrett timo...@getintheloop.eu: Do not use the 2.8 port of Lift yet... its mostly broken. Please use 2.7.7 until the official 2.8 release is out. Cheers, Tim -- You

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-03 Thread David Pollak
On Wed, Feb 3, 2010 at 1:54 AM, Timothy Perrett timo...@getintheloop.euwrote: Do not use the 2.8 port of Lift yet... its mostly broken. Please use 2.7.7 until the official 2.8 release is out. Although this is the kind of bug we want to find. For production sites, I would strongly recommend

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-03 Thread Indrajit Raychaudhuri
Takeuchi-san, Can you please set project.build.sourceEncoding=UTF-8 in your pom.xml and check if it works? You can set project.build.sourceEncoding in pom.xml the following way: properties project.build.sourceEncodingUTF-8/project.build.sourceEncoding ... ... /properties Cheers,

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-03 Thread TAKEUCHI POMU
Indrajit, Thanks for the advise. I already tried that, but not worked on *.html templates. Exception occurs at runtime, not at build.  project.build.sourceEncodingUTF-8/project.build.sourceEncoding Regards, Pomu TAKEUCHI 2010/2/4 Indrajit Raychaudhuri indraj...@gmail.com: Takeuchi-san, Can

[Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-02 Thread pomu0325
Hi, I'm quite a newbie to Lift. I'm now trying to port my first Lift application from Lift1.0.2 to latest Lift2.0-scala280, and faced a problem relating to source encoding. I managed to merge pom.xml and some codes on Boot.scala, and succeeded to build my application, but when I access to it from