To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107964
                 Issue #|107964
                 Summary|build with system lucene 3.0.0 broken
               Component|tools
                 Version|OOO320m8
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|andyrtr





------- Additional comments from andy...@openoffice.org Mon Dec 28 11:38:13 
+0000 2009 -------
Since we updated our system lucene to 3.0.0 OOo build breaks like this:

Entering
/tmp/go-openoffice/trunk/src/ooo-build-3.2.0.1/build/ooo320-m8/transex3/source/help
Making:    HelpLinker.dpj
Compiling: xmlhelp/unxlngx6/misc/helplinker_dflt_version.c
Compiling: xmlhelp/source/help/HelpLinker.cxx
Compiling: xmlhelp/source/help/HelpCompiler.cxx
echo Manifest-Version: 1.0 >
../../unxlngx6.pro/class/HelpLinker/META-INF/MANIFEST.MF
echo "Solar-Version: 320m8(Build:9472)" >>
../../unxlngx6.pro/class/HelpLinker/META-INF/MANIFEST.MF
/usr/lib/jvm/java-6-openjdk/bin/javac -source 1.6 -target 1.6 -classpath
".:../../unxlngx6.pro/class:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:.:/usr/share/java/lucene-core.jar:/usr/share/java/lucene-analyzers.jar"
-d ../../unxlngx6.pro/class  @/tmp/mkx0U9Yr
Compiling: xmlhelp/source/help/HelpLinker.cxx
Compiling: xmlhelp/source/help/HelpCompiler.cxx
Fix Java Class-Path entry for Lucene libraries from system.
HelpIndexerTool.java:162: cannot find symbol
symbol  : constructor CJKAnalyzer()
location: class org.apache.lucene.analysis.cjk.CJKAnalyzer
            Analyzer analyzer = aLanguageStr.equals("ja") ? (Analyzer)new
CJKAnalyzer() : (Analyzer)new StandardAnalyzer();
                                                                      ^
HelpIndexerTool.java:162: cannot find symbol
symbol  : constructor StandardAnalyzer()
location: class org.apache.lucene.analysis.standard.StandardAnalyzer
            Analyzer analyzer = aLanguageStr.equals("ja") ? (Analyzer)new
CJKAnalyzer() : (Analyzer)new StandardAnalyzer();
                                                                               
                    ^
HelpIndexerTool.java:163: cannot find symbol
symbol  : constructor
IndexWriter(java.io.File,org.apache.lucene.analysis.Analyzer,boolean)
location: class org.apache.lucene.index.IndexWriter
            IndexWriter writer = new IndexWriter( aIndexDir, analyzer, true );
                                 ^
HelpFileDocument.java:73: cannot find symbol
symbol  : variable UN_TOKENIZED
location: class org.apache.lucene.document.Field.Index
            doc.add(new Field("path", aPath, Field.Store.YES,
Field.Index.UN_TOKENIZED));
                                                                         ^
Note: HelpIndexerTool.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
dmake:  Error code 1, while making 
'../../unxlngx6.pro/misc/HelpLinker_dummy.java'

ERROR: Error 65280 occurred while making
/tmp/go-openoffice/trunk/src/ooo-build-3.2.0.1/build/ooo320-m8/transex3/source/help
rmdir /tmp/mySkkew8Nd
make: *** [stamp/build] Error 1

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to