-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 CE GA1
-
Fix Version/s: 7.0.0 CE RC1
-
Component/s: Environments, Environments > App Servers
-
Labels:
-
Fix Priority:5
-
Git Pull Request:
The following errors occurs when building Resin 4.0.44
- Set app.server.type=resin
- Run 'ant -f build-dist.xml unzip-resin'
- Run 'ant all'
deploy-additional-jars: [copy] Copying 5 files to /Users/ayame/Liferay/public_2/master-bundles/resin-4.0.44/ext-lib [copy] Copying 190 files to /Users/ayame/Liferay/public_2/master-bundles/resin-4.0.44/webapps/ROOT/WEB-INF/lib deploy: [copy] Copied 5 empty directories to 5 empty directories under /Users/ayame/Liferay/public_2/master-portal/support-resin/classes [javac] Compiling 1 source file to /Users/ayame/Liferay/public_2/master-portal/support-resin/classes [javac] /Users/ayame/Liferay/public_2/master-portal/support-resin/src/com/liferay/support/resin/EnvironmentClassLoader.java:28: error: package com.caucho.loader does not exist [javac] extends com.caucho.loader.EnvironmentClassLoader { [javac] ^ [javac] /Users/ayame/Liferay/public_2/master-portal/support-resin/src/com/liferay/support/resin/EnvironmentClassLoader.java:36: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /Users/ayame/Liferay/public_2/master-portal/support-resin/src/com/liferay/support/resin/EnvironmentClassLoader.java:44: error: cannot find symbol [javac] return super.getPermissions(); [javac] ^ [javac] symbol: variable super [javac] location: class EnvironmentClassLoader [javac] /Users/ayame/Liferay/public_2/master-portal/support-resin/src/com/liferay/support/resin/EnvironmentClassLoader.java:47: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /Users/ayame/Liferay/public_2/master-portal/support-resin/src/com/liferay/support/resin/EnvironmentClassLoader.java:55: error: cannot find symbol [javac] return super.getPermissions(codeSource); [javac] ^ [javac] symbol: variable super [javac] location: class EnvironmentClassLoader [javac] 5 errors BUILD FAILED /Users/ayame/Liferay/public_2/master-portal/build.xml:69: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build.xml:304: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build.xml:438: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build-common-java.xml:233: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build-common-java.xml:114: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build-common-java.xml:133: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build-common-java.xml:145: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build-common-java.xml:161: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/support-resin/build.xml:18: The following error occurred while executing this line: /Users/ayame/Liferay/public_2/master-portal/build-common-java.xml:72: Compile failed; see the compiler error output for details.
- is caused by
-
LPS-64052 Remove PHP Portlet support
- Closed