Issue 35393

Summary: writerperfect doesn't get build
Product: Build Tools Reporter: quetschke
Component: solenvAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: caolanm, issues, mmeeks, vladimir.glazounov
Version: 680m55   
Target Milestone: OOo 2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 35022    
Attachments:
Description Flags
Patch that lets build.pl build writerconfig and friends none

Description quetschke 2004-10-12 17:59:03 UTC
writerperfect (new module) doesn't get build even though it is mentioned
in sw/prj/build.lst. (In cws_src680_writerperfect01)

This comes from not being included in "solenv/config/stand.lst"

Funny thing: Adding a writerperfect entry to that file and testing
with "build --all --show" in sw shows that now also libwpd would be build.

And another question, how do I mark a module as OOo only?
Comment 1 quetschke 2004-10-12 18:13:53 UTC
Created attachment 18321 [details]
Patch that lets build.pl build writerconfig and friends
Comment 2 quetschke 2004-10-13 00:33:24 UTC
*blush* Ignore the patch, I must have been working/testing in different
directories, or something comparable stupid.

After the (committed before, but somehow lost in my tree)
+++ sw/sw/prj/build.lst	2004/10/12 17:02:26	1.13.168.2
@@ -1,4 +1,4 @@
-sw	sw	:	connectivity OO:writerperfect svx stoc uui sch NULL
+sw	sw	:	connectivity writerperfect svx stoc uui sch NULL

patch everything works fine here. Tested with "build --all --show".

But the second question remains: "How do I mark a module as OOo only?"

Comment 3 caolanm 2004-10-13 15:47:15 UTC
verified
Comment 4 vg 2004-10-13 16:08:43 UTC
To vq: you were so close to the right guess ;-). Just use OOo instead of OO in
module's dependencies string
Comment 5 hjs 2004-10-18 12:28:06 UTC
you were quite close: "OOo:writerperfect" should do the trick.

the variable "BUILD_TYPE" and the defaults set in "build.pl" are used to
define/activate these prefixes.
Comment 6 quetschke 2004-10-19 04:22:07 UTC
OK, I save us the Reopen->Fixed->Verified circle. I added the OOo: to
writerperfect in sw/prj/build.lst and verified with "build --all --show"
that it is still build for OOo.

Keeping verified ...
Comment 7 hjs 2004-11-10 16:48:58 UTC
.