Issue 29894 - wizard build fails depends on qadevOOo
Summary: wizard build fails depends on qadevOOo
Status: CLOSED DUPLICATE of issue 29656
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: Sun Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-05 01:20 UTC by sparcmoz
Modified: 2004-06-11 23:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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