Hello!
I`m tryin go compile my open-xchange - ant -Dlib.dir=/opt/open-xchange/lib install
but the error apers:
compile:
[javac] Compiling 1086 source files to /progsy/open/open-xchange/build
[javac] ----------
[javac] 1. ERROR in /progsy/open/open-xchange/src/com/openexchange/ajax/helper/ParamContainerException.java (at line 1)
[javac] /*
[javac] ^^
[javac] The type Enum is not generic; it cannot be parameterized with arguments <ParamContainerException.Code>
[javac] ----------
[javac] 1 problem (1 error)
BUILD FAILED
/progsy/open/open-xchange/build.xml:114: Compile failed; see the compiler error output for details.
What is the problem? How can i resolve this?
I`m tryin go compile my open-xchange - ant -Dlib.dir=/opt/open-xchange/lib install
but the error apers:
compile:
[javac] Compiling 1086 source files to /progsy/open/open-xchange/build
[javac] ----------
[javac] 1. ERROR in /progsy/open/open-xchange/src/com/openexchange/ajax/helper/ParamContainerException.java (at line 1)
[javac] /*
[javac] ^^
[javac] The type Enum is not generic; it cannot be parameterized with arguments <ParamContainerException.Code>
[javac] ----------
[javac] 1 problem (1 error)
BUILD FAILED
/progsy/open/open-xchange/build.xml:114: Compile failed; see the compiler error output for details.
What is the problem? How can i resolve this?
Comment