Opened 15 years ago
Closed 15 years ago
#335 closed defect (fixed)
GS3 Build Failure
Reported by: | ak19 | Owned by: | nobody |
---|---|---|---|
Priority: | very high | Milestone: | 3.04 Release |
Component: | Collection Building | Severity: | blocker |
Keywords: | GS3, compilation, failure | Cc: |
Description
Fresh svn checkout of GS3 onto a Linux machine on the evening of July 18.
The following is the error output:
compile-core:
[javac] Compiling 61 source files to /research/ak19/gs3-standalone-svn/build [javac] /research/ak19/gs3-standalone-svn/src/java/org/greenstone/gsdl3/service/GS2LuceneSearch.java:236: cannot find symbol [javac] symbol : variable num_ [javac] location: class org.greenstone.LuceneWrapper.LuceneQueryResult.DocInfo [javac] String doc_num = Long.toString(((LuceneQueryResult.DocInfo) docs.elementAt(d)).num_); [javac] [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error
BUILD FAILED /research/ak19/gs3-standalone-svn/build.xml:991: Compile failed; see the compiler error output for details.
Total time: 2 minutes 0 seconds
The error does not appear to be in GS2LuceneSearch (for one thing, the file has not been touched for a many months time). The LuceneQueryResult.java contains the DocInfo class that it tries to work with above. The location of the java class is in the Indexers folder at: http://trac.greenstone.org/browser/indexers/trunk/lucene-gs/src/org/greenstone/LuceneWrapper/LuceneQueryResult.java
Change History (2)
comment:1 by , 15 years ago
Priority: | moderate → very high |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |