Re: how to track down parallel build issues?
Caolán McNamara <[email protected]>
| Newsgroups | gmane.comp.gnome.ximian.openoffice |
|---|---|
| Message-ID | <1274718769.4064.7.camel@Vain> |
On Mon, 2010-05-24 at 17:31 +0200, Petr Mladek wrote: > grr, I feel that it is a random bug. > > > This happened with ooo-build 3.2.1.1/m17 here. Maybe that's something > > different. > > It is hard to guess. This is a LuceneHelpWrapper.jar issue right ?. If this is the jar that is failing to register, then unzip it into some tmp dir and have a look at its META-INF/MANIFEST.MF. It should have a "Class-Path:" line in it. If it doesn't then that's probably the problem. A while ago I noticed that the vanilla 3.2.1 has this error still in it, while DEV300_m78 doesn't. So if it has no Class-Path line then, try whacking in a line of... JARCLASSPATH=lucene-core-2.3.jar lucene-analyzers-2.3.jar into xmlhelp/source/com/sun/star/help/makefile.mk after the JARFILES+= line and rm the .jar and rebuild it C.