-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 2.1.X EE
-
Labels:None
-
Fix Priority:5
-
Affects Portal Version/s:6.1.30 EE GA3, 6.1.20 EE GA2
6.1 Contacts Center fails to compile
E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet>ant clean deploy Buildfile: E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\build.xml clean: [delete] Deleting directory E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\classes clean-portal-dependencies: compile: merge: compile-import-shared: compile: compile-import-shared: compile-java: jar: [mkdir] Created dir: E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\classes [copy] Copying 2 files to E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\lib [copy] Copying 1 file to E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\tld [copy] Copying 5 files to E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\lib compile-java: [copy] Copying 63 files to E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\classes [copy] Copied 21 empty directories to 12 empty directories under E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\classes [javac] Compiling 20 source files to E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\classes [javac] ---------- [javac] 1. ERROR in E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\src\com\liferay\contacts\util\ContactsUtil.java (at line 335) [javac] if (StringUtil.equalsIgnoreCase(listTypeName, "business")) { [javac] ^^^^^^^^^^^^^^^^ [javac] The method equalsIgnoreCase(String, String) is undefined for the type StringUtil [javac] ---------- [javac] 2. ERROR in E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet\docroot\WEB-INF\src\com\liferay\contacts\util\ContactsUtil.java (at line 338) [javac] else if (StringUtil.equalsIgnoreCase(listTypeName, "personal")) { [javac] ^^^^^^^^^^^^^^^^ [javac] The method equalsIgnoreCase(String, String) is undefined for the type StringUtil [javac] ---------- [javac] 2 problems (2 errors) BUILD FAILED E:\private\released\ee-6.1.20-plugins\build-common-plugin.xml:719: The following error occurred while executing this line: E:\private\released\ee-6.1.20-plugins\build-common.xml:121: Compile failed; see the compiler error output for details. Total time: 4 seconds E:\private\released\ee-6.1.20-plugins\portlets\contacts-portlet>
- is caused by
-
SOS-2376 Social Office vCard export does not follow standard
- Closed