I tried to download the conde and compile it, but got stuck. I did the
following on an ubuntu 12.04 computer, equipped with Sun java 6:
create a directory ~/projecten/NLP/codak
Download the source in that directory with "git clone
git://git.code.sf.net/p/codak/code codak-code".
"cd codak-code/codak-core"
mvn compile.
The compilation failed with the following message:
"
/home/paul/projecten/NLP/codak/codak-code/codak-core/docbase-jdbc/src/main/java/net/sf/transorma/docbase/jdbc/ProcessingJobRecord.java:70,26
incompatible types
found : java.util.List
required: java.util.Collection
"
Dear Wauter.
You were right: the problem disappeared by using openjdk version 6.I used Sun java because I feared the opposite problem: software that does not work on openjdk but does work on Sun java.
Thanks,
Paul.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Wauter,
I tried to download the conde and compile it, but got stuck. I did the following on an ubuntu 12.04 computer, equipped with Sun java 6:
The compilation failed with the following message:
"
/home/paul/projecten/NLP/codak/codak-code/codak-core/docbase-jdbc/src/main/java/net/sf/transorma/docbase/jdbc/ProcessingJobRecord.java:[70,26] incompatible types
found : java.util.List<net.sf.transorma.docbase.jdbc.filerecord>
required: java.util.Collection<net.sf.transorma.docbase.file>
"</net.sf.transorma.docbase.file></net.sf.transorma.docbase.jdbc.filerecord>
What did I do wrong?
Thanks,
Paul.
Hi,
Do you have a specific reason to use sun jdk? Using openjdk will
probably make this error disappear.
Wauter
On Tue, Jun 12, 2012 at 2:54 PM, Paul Huygen paulhuygennl@users.sf.net wrote:
Dear Wauter.
You were right: the problem disappeared by using openjdk version 6.I used Sun java because I feared the opposite problem: software that does not work on openjdk but does work on Sun java.
Thanks,
Paul.