cancel
Showing results for 
Search instead for 
Did you mean: 

Missing lang packs

khinendra
Champ on-the-rise
Champ on-the-rise
Hi,

I downloaded alfresco source code from SVN "http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/Head", but it is missing lang-pack project, due to which I am getting the error in Repositry project

class->      ADMLuceneTest.java
line->        mlText.addValue(Locale.CHINESE, new String(new char[] { (char) ('香' + orderTextCount) }) + " 香蕉");
error->      Invalid character constant


Please tell me that from where I can get project, or how to resolve this error?


thanks
Khinendra
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
You need to make sure both your SVN client and Java compiler are set to use UTF-8.

Mie

khinendra
Champ on-the-rise
Champ on-the-rise
Hi,

Thanks.
I have set character encoding as UTF-8 for all project and all the errors have gone.
Now please tell me that how can I debug/run it from eclipse, because there is no option is appearing as run on server when i am right clicking on Web-Client project. Please also tell me that how can I configure tomcat for it.


Regards,
Khinendra

mikeh
Star Contributor
Star Contributor
Please refer to: http://wiki.alfresco.com/wiki/Developer_Guide

Thanks,
Mike