Issue 37178 - qadevOOo/runner requires java.util.regexp (>jdk1.3.1)
Summary: qadevOOo/runner requires java.util.regexp (>jdk1.3.1)
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 14:25 UTC by hjs
Modified: 2013-08-07 15:06 UTC (History)
2 users (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 hjs 2004-11-15 14:25:43 UTC
since we still require OOo sources to build with jdk 1.3.1, will break the build.
Comment 1 steffen.grund 2004-11-25 11:02:02 UTC
Replaced all functions using jdk1.4.1, now using own implementation in util.utils.

I also changed test "ifc/document/_Settings.java" : this uses Java reflection to
access PrinterSettings.
Comment 2 hjs 2004-11-25 18:14:52 UTC
still not able to build (unxsols4, jdk-1.3.1)

ValueChanger.java:98: valueOf(java.lang.String) in java.lang.Boolean cannot be
applied to (boolean)
     newValue = Boolean.valueOf(!oldbool);
Comment 3 steffen.grund 2004-11-26 12:20:05 UTC
after updateing so-cwsserv06, it works.
Comment 4 steffen.grund 2004-11-26 12:57:01 UTC
filled in effort
Comment 5 hjs 2004-11-26 14:56:25 UTC
works fine (with latest updates)
Comment 6 eric.bachard 2004-11-28 09:13:53 UTC
Hi,

This issue seems to contain the solution of my problem, mentionned here :
<http://qa.openoffice.org/issues/show_bug.cgi?id=38004>

But I don't see what I have to do with your explanations. Can you please help me
? (in particular what is so-cwsserv06 ?)

BTW : it is for the m62 build, for Linux PPC port.

In advance, thank you very much


Regards,
eric bachard
Comment 7 hjs 2004-11-29 12:51:44 UTC
"so-cwsserv06" is just part of the directory name where these changes are
located ;-)

you'll find the required changes on the cvs branch "cws_src680_qadev20" in
module "qadevOOo".
Comment 8 eric.bachard 2004-11-29 21:56:18 UTC
Hi,

Yes !! this helped me really : now qadevOOo builds fine ! Thank you very much. 
Now wizards breaks the build, but I'm sure have seen something about.


#i38004# is now closed


Regards,
eric bachard
Comment 9 hjs 2005-01-04 17:56:49 UTC
.