Issue 40623 - filter project: delivering to non-existent dir
Summary: filter project: delivering to non-existent dir
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 05:23 UTC by pavel
Modified: 2005-01-22 08:27 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 pavel 2005-01-14 05:23:42 UTC
Hi,

while building m71s1:

deliver: /home/oo/BuildDir/ooo_SRC680_m71s1_src/filter/prj/d.lst: ERROR:
can't copy ../unxlngi6.pro/misc/fcfg_base_filters.xcu: No such file or
directory

This should fix it:

Index: d.lst
===================================================================
RCS file: /cvs/framework/filter/prj/d.lst,v
retrieving revision 1.20
diff -u -u -r1.20 d.lst
--- d.lst	18 Nov 2004 10:07:25 -0000	1.20
+++ d.lst	14 Jan 2005 05:22:26 -0000
@@ -20,6 +20,7 @@
 mkdir: %_DEST%\bin%_EXT%\xslt\import\common
 mkdir: %_DEST%\bin%_EXT%\xslt\import\spreadsheetml
 mkdir: %_DEST%\bin%_EXT%\xslt\import\wordml
+mkdir: %_DEST%\xml%_EXT%\registry\spool
 ..\source\xslt\common\*.xsl %_DEST%\bin%_EXT%\xslt\common\*.xsl
 ..\source\xslt\export\common\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\*.xsl
 ..\source\xslt\export\common\styles\*.xsl
%_DEST%\bin%_EXT%\xslt\export\common\styles\*.xsl

Not tested yet, the build just started. This is build breaker for us who use
clean builds ;-)
Comment 1 rt 2005-01-19 14:38:53 UTC
This one is hidden in case you build and deliver module officecfg before. Or if
you do a clean build, but only remove files, not directories, as we do usually ...
Comment 2 rt 2005-01-19 14:40:16 UTC
Fixed on HEAD and SRC680_m73. Please verify.
Comment 3 pavel 2005-01-22 08:27:00 UTC
seen it ok in m73, closing.

Thanks.