Issue 35393 - writerperfect doesn't get build
Summary: writerperfect doesn't get build
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: 680m55
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 35022
  Show dependency tree
 
Reported: 2004-10-12 17:59 UTC by quetschke
Modified: 2006-03-14 21:03 UTC (History)
4 users (show)

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


Attachments
Patch that lets build.pl build writerconfig and friends (784 bytes, patch)
2004-10-12 18:13 UTC, quetschke
no flags Details | Diff

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