hi all,
when i compile on the open-xchanges, i got this below error. any idea regarding this below
Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character
[javac] Found 1 semantic error compiling "/usr/src/open-xchange-0.8.6-5/src/com/openexchange/groupware/MDT.java":
[javac] 132. m = new CalendarSearchDelete();
[javac] ^------------------^
[javac] *** Semantic Error: Type "CalendarSearchDelete" was not found.
[javac] Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character
[javac] Found 1 lexical error in "/usr/src/open-xchange-0.8.6-5/src/com/openexchange/groupware/CalendarSearchDelete.java":
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ^----------------------------^
[javac] *** Lexical Error: String constant not properly terminated.
[javac] Found 6 syntax errors in "/usr/src/open-xchange-0.8.6-5/src/com/openexchange/groupware/CalendarSearchDelete.java":Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ^--------------------------------------^
[javac] *** Syntax Error: ";" inserted to complete Statement
[javac] <--------------------------------
[javac] 109. if(no.getLanguage().equals("DE"))
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement
[javac] <
[javac] 107. if(no.name.equals("nothingSelected")){
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "}" inserted to complete Statement
[javac] <-------------------------------------
[javac] 107. if(no.name.equals("nothingSelected")){
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement
[javac] <
[javac] 105. public void onAfterNASGetObject(nasObject no) {
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "}" inserted to complete MethodBody
[javac] <
[javac] 18. public class CalendarSearchDelete extends Management{
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "}" inserted to complete ClassBody
BUILD FAILED
/usr/src/open-xchange-0.8.6-5/build.xml:57: Compile failed; see the compiler error output for details.
pls give advice or help.thanks
when i compile on the open-xchanges, i got this below error. any idea regarding this below
Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character
[javac] Found 1 semantic error compiling "/usr/src/open-xchange-0.8.6-5/src/com/openexchange/groupware/MDT.java":
[javac] 132. m = new CalendarSearchDelete();
[javac] ^------------------^
[javac] *** Semantic Error: Type "CalendarSearchDelete" was not found.
[javac] Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character
[javac] Found 1 lexical error in "/usr/src/open-xchange-0.8.6-5/src/com/openexchange/groupware/CalendarSearchDelete.java":
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ^----------------------------^
[javac] *** Lexical Error: String constant not properly terminated.
[javac] Found 6 syntax errors in "/usr/src/open-xchange-0.8.6-5/src/com/openexchange/groupware/CalendarSearchDelete.java":Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ^--------------------------------------^
[javac] *** Syntax Error: ";" inserted to complete Statement
[javac] <--------------------------------
[javac] 109. if(no.getLanguage().equals("DE"))
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement
[javac] <
[javac] 107. if(no.name.equals("nothingSelected")){
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "}" inserted to complete Statement
[javac] <-------------------------------------
[javac] 107. if(no.name.equals("nothingSelected")){
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement
[javac] <
[javac] 105. public void onAfterNASGetObject(nasObject no) {
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "}" inserted to complete MethodBody
[javac] <
[javac] 18. public class CalendarSearchDelete extends Management{
[javac] . . .
[javac] 110. nothing = "Sie haben keinen Termin zum L
[javac] ----------------------------------------------------------------------->
[javac] *** Syntax Error: "}" inserted to complete ClassBody
BUILD FAILED
/usr/src/open-xchange-0.8.6-5/build.xml:57: Compile failed; see the compiler error output for details.
pls give advice or help.thanks
Comment