Issue 19181 - Parallel build of XmlSearch
Summary: Parallel build of XmlSearch
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC3
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 9443
  Show dependency tree
 
Reported: 2003-09-07 09:11 UTC by pavel
Modified: 2004-01-30 17:06 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 2003-09-07 09:11:26 UTC
Hi,

parallel build of XmlSearch with this command:

for i in `seq 100`; do rm -rf unxlngi4.pro/; build --from XmlSearch >log.$i
2>&1; ls -l log.$i; done

results in two types of log files:

pavel@oo:~/BuildDir/ooo_11rc4_src/XmlSearch> ls -l log.*|awk '{print
$5}'|sort|uniq -c
     60 15342
     40 4357

--- log.98	Sun Sep  7 10:08:37 2003
+++ log.99	Sun Sep  7 10:08:40 2003
@@ -20,168 +20,11 @@
 echo "Solar-Version: 645m18(Build:8687)" >>
../../../../unxlngi4.pro/class/META-INF/MANIFEST.MF
 -------------
 javac -classpath ............ removed ....
+cd ../../../../unxlngi4.pro/class && zip -u -r xmlsearch.jar 
META-INF/MANIFEST.MF  com
+	zip warning: name not matched: com
+	zip warning: xmlsearch.jar not found or empty
+  adding: META-INF/MANIFEST.MF (deflated 11%)
 Note: Some input files use or override a deprecated API.
 Note: Recompile with -deprecation for details.
 Making dpj...
-cd ../../../../unxlngi4.pro/class && zip -u -r xmlsearch.jar 
META-INF/MANIFEST.MF  com
 ...............................................................................................
-	zip warning: xmlsearch.jar not found or empty
-  adding: META-INF/MANIFEST.MF (deflated 11%)
-  adding: com/ (stored 0%)
-  adding: com/sun/ (stored 0%)
-  adding: com/sun/xmlsearch/ (stored 0%)
... removed ...
-  adding: com/sun/xmlsearch/xml/indexer/XmlIndexer$1.class (deflated 31%)
-  adding: com/sun/xmlsearch/xml/indexer/XmlIndexer.class (deflated 52%)

Thus in the short log, xmlsearch.jar is empty.
Some dependency is probably missing.
Comment 1 pavel 2003-12-25 21:38:07 UTC
This is now fixed in fix2.
Comment 2 hjs 2004-01-30 17:06:12 UTC
.