compile:
[mkdir] Created dir: /home/mani/workspace/sigmanlp/build/classes
[javac] /home/mani/workspace/sigmanlp/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 174 source files to /home/mani/workspace/sigmanlp/build/classes
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/corpora/LogicLevel.java:7: error: package com.sun.org.apache.bcel.internal.classfile is not visible
[javac] import com.sun.org.apache.bcel.internal.classfile.LineNumber;
[javac] ^
[javac] (package com.sun.org.apache.bcel.internal.classfile is declared in module java.xml, which does not export it)
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/DependencyConverter.java:652: warning: [deprecation] CollapsedCCProcessedDependenciesAnnotation in SemanticGraphCoreAnnotations has been deprecated
[javac] SemanticGraph dependencies = sentence.get(CollapsedCCProcessedDependenciesAnnotation.class);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/semRewrite/datesandnumber/StanfordDateTimeExtractor.java:102: warning: [deprecation] CollapsedDependenciesAnnotation in SemanticGraphCoreAnnotations has been deprecated
[javac] dependencies = (sentence.get(CollapsedDependenciesAnnotation.class));
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/TermCloud.java:75: warning: [deprecation] Integer(int) in Integer has been deprecated
[javac] Integer freq = new Integer(1);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/TermCloud.java:89: warning: [deprecation] Integer(int) in Integer has been deprecated
[javac] freq = new Integer(0);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/corpora/CoNLL04.java:97: warning: [deprecation] Integer(int) in Integer has been deprecated
[javac] else return (new Integer(second)).compareTo(r.second);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/corpora/CoNLL04.java:99: warning: [deprecation] Integer(int) in Integer has been deprecated
[javac] else return (new Integer(first)).compareTo(r.first);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/pipeline/SentenceUtil.java:95: warning: [deprecation] CollapsedCCProcessedDependenciesAnnotation in SemanticGraphCoreAnnotations has been deprecated
[javac] SemanticGraph dependencies = sentence.get(CollapsedCCProcessedDependenciesAnnotation.class);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/pipeline/SentenceUtil.java:331: warning: [deprecation] CollapsedCCProcessedDependenciesAnnotation in SemanticGraphCoreAnnotations has been deprecated
[javac] SemanticGraph dependencies = sentence.get(CollapsedCCProcessedDependenciesAnnotation.class);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/pipeline/SentenceUtil.java:377: warning: [deprecation] CollapsedCCProcessedDependenciesAnnotation in SemanticGraphCoreAnnotations has been deprecated
[javac] SemanticGraph dependencies = sentence.get(CollapsedCCProcessedDependenciesAnnotation.class);
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/corpora/VerbNet/Frame.java:121: error: cannot find symbol
[javac] t.restrict.addAll(Verb.readSelrestrs(element2));
[javac] ^
[javac] symbol: variable Verb
[javac] location: class Frame
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/corpora/VerbNet/Frame.java:135: error: cannot find symbol
[javac] t.restrict.addAll(Verb.readSelrestrs(element2));
[javac] ^
[javac] symbol: variable Verb
[javac] location: class Frame
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/corpora/VerbNet/Frame.java:149: error: cannot find symbol
[javac] t.restrict.addAll(Verb.readSelrestrs(element2));
[javac] ^
[javac] symbol: variable Verb
[javac] location: class Frame
[javac] /home/mani/workspace/sigmanlp/src/main/java/com/articulate/nlp/corpora/VerbNet/VerbNetCorpus.java:22: error: incompatible types: com.articulate.sigma.VerbNet.Frame cannot be converted to com.articulate.nlp.corpora.VerbNet.Frame
[javac] for (Frame f : v.frames) {
[javac] ^
[javac] /home/mani/workspace/sigmanlp/src/test/unit/java/com/articulate/nlp/semRewrite/SemRewriteToFormulaTest.java:48: warning: [deprecation] logicallyEquals(String) in Formula has been deprecated
[javac] assertTrue(actualFormula.logicallyEquals(expectedOutput));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 5 errors
[javac] 10 warnings
BUILD FAILED
/home/mani/workspace/sigmanlp/build.xml:49: Compile failed; see the compiler error output for details.
Hi,
Running
antresults in following errors: