Foren

Trying to build social office, but no luck...

g p, geändert vor 11 Jahren.

Trying to build social office, but no luck...

New Member Beiträge: 9 Beitrittsdatum: 27.04.12 Neueste Beiträge
Hi to all,

I 've been trying to install Social Office CE to my Liferay installation, but the following error comes up:

================================================================================================================
Compiler Version: Apache Ant(TM) version 1.8.3 compiled on February 26 2012
Build Liferay: liferay-portal-src-6.1.1-ce-ga2
Results:
compile:

compile:

compile:

compile:

compile-java:

compile:

compile-java:

compile:

compile-dependencies:

build-common-java.compile:

compile-java:
[javac] Compiling 2 source files to /home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/portal-impl/classes
[javac] ----------
[javac] 1. ERROR in /home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/portal-impl/src/com/liferay/portlet/documentlibrary/util/LiferayConverter.java (at line 642)
[javac] IStreamCoder.CodecStandardsCompliance.COMPLIANCE_EXPERIMENTAL);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] CodecStandardsCompliance cannot be resolved or is not a field
[javac] ----------
[javac] 2. ERROR in /home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/portal-impl/src/com/liferay/portlet/documentlibrary/util/LiferayConverter.java (at line 649)
[javac] if (iStreamCoder.open(null, null) < 0) {
[javac] ^^^^
[javac] The method open() in the type IStreamCoder is not applicable for the arguments (null, null)
[javac] ----------
[javac] 3. ERROR in /home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/portal-impl/src/com/liferay/portlet/documentlibrary/util/LiferayConverter.java (at line 677)
[javac] IStream outputIStream = outputIContainer.addNewStream(iCodec);
[javac] ^^^^^^^^^^^^
[javac] The method addNewStream(int) in the type IContainer is not applicable for the arguments (ICodec)
[javac] ----------
[javac] ----------
[javac] 4. ERROR in /home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/portal-impl/src/com/liferay/portlet/documentlibrary/util/LiferayVideoConverter.java (at line 349)
[javac] IStream outputIStream = outputIContainer.addNewStream(iCodec);
[javac] ^^^^^^^^^^^^
[javac] The method addNewStream(int) in the type IContainer is not applicable for the arguments (ICodec)
[javac] ----------
[javac] 4 problems (4 errors)

BUILD FAILED
/home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/build.xml:142: The following error occurred while executing this line:
/home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/portal-impl/build.xml:1048: The following error occurred while executing this line:
/home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/build-common-java.xml:45: The following error occurred while executing this line:
/home/user1/projects/Others/liferay-portal-src-6.1.1-ce-ga2/build-common-java.xml:67: Compile failed; see the compiler error output for details.
==================================================================================================

I am totally stuck, and cant find any solution to this problem. Anyone cared to help?

Thanks in advance.