Missing lang packs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2009 01:44 AM
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2009 03:16 AM
You need to make sure both your SVN client and Java compiler are set to use UTF-8.
Mie
Mie
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2009 12:19 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2009 05:21 AM
