Issue 29894

Summary: wizard build fails depends on qadevOOo
Product: porting Reporter: sparcmoz <sparcmoz>
Component: codeAssignee: Martin Hollmichel <nesshof>
Status: CLOSED DUPLICATE QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: ---   
Hardware: Sun   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description sparcmoz 2004-06-05 01:20:35 UTC
building cws_src680_ooo20040620 on linux sparc

jim@sun:~/680/wizards$ java -version
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-01)
Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode)


/home/jim/680/wizards/com/sun/star/wizards/tutorial/executer/util
Making dpj...

javac -classpath ".:../../../../../../../unxlngs.pro/class:/usr/local/j2sdk1.4.
1/jre/lib/rt.jar:.:/home/jim/680/solver/680/unxlngs.pro/bin/unoil.jar:/home/jim
/680/solver/680/unxlngs.pro/bin/jurt.jar:/home/jim/680/solver/680/unxlngs.pro/b
in/ridl.jar:/home/jim/680/solver/680/unxlngs.pro/bin/sandbox.jar:/home/jim/680/
solver/680/unxlngs.pro/bin/juh.jar:/home/jim/680/solver/680/unxlngs.pro/bin/jut
.jar:/home/jim/680/solver/680/unxlngs.pro/bin/java_uno.jar:/home/jim/680/solver
/680/unxlngs.pro/bin/OOoRunner.jar" -d ../../../../../../../unxlngs.pro/class
AccessibilityTools.java                 Child.java              DefaultLogger.j
ava             FindInterfaces.java             MacroReader.java             
PathProperties.java              XLogger.java            BasicLogger.java     
Control.java             File.java               MacroCreator.java            
NameProvider.java                Localizer.java          PropertiesFileW
riter.java              Debug.java              Helper.java             FileCho
oser.java               MacroListener.java              ObjectFileWriter.java
URLDispatcher.java
Localizer.java:81: package complexlib does not exist
import complexlib.ComplexTestCase;
                  ^
Localizer.java:89: cannot resolve symbol
symbol  : class ComplexTestCase
location: class com.sun.star.wizards.tutorial.executer.util.Localizer
public class Localizer extends ComplexTestCase {

As shown above, it needs OOoRunner.jar which is built by qadevOOo, then it
builds OK.

I wonder if OOoRunner.jar is needed for building only, or does it need to be
installed with the product?
Comment 1 sparcmoz 2004-06-05 01:25:05 UTC
building wizards in cws_src680_ooo20040620
needs OOoRunner.jar which is built by qadevOOo. 

Previously this qadevOOo been needed only for tests so I am uncertain whether
qadevOOo should be added to the build.lst or should the requirement be removed
from the wizards code?
Comment 2 Martin Hollmichel 2004-06-11 16:45:31 UTC
duplicate to 29656

*** This issue has been marked as a duplicate of 29656 ***
Comment 3 sparcmoz 2004-06-11 23:04:03 UTC
closing duplicate