Issue 91162 - to-be-DEV300_m22: lucene doesn't unpack
Summary: to-be-DEV300_m22: lucene doesn't unpack
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: code (show other issues)
Version: DEV300m20
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 3.0
Assignee: ab
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-28 07:34 UTC by pavel
Modified: 2008-07-03 20:56 UTC (History)
5 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 pavel 2008-06-28 07:34:33 UTC
Module lucene doesn't unpack on Windows/cygwin:

Building module lucene
/cygdrive/f/home/pavel/BuildDir/ooo_DEV300_m22_src/lucene
-------------
dmake:  Error executing 'mv': No such file or directory
dmake:  Error code -1, while making './wntmsci10.pro/misc/lucene-2.3.2.unpack'

ERROR: Error 65280 occurred while making 
/cygdrive/f/home/pavel/BuildDir/ooo_DEV300_m22_src/lucene
Comment 1 tono 2008-06-28 13:45:31 UTC
The dmake variable PATH is exported to the environment at line #61 but it is 
never set unless jdk version is 1.40. The directory becomes buildable if 
the .EXPORT statement is moved to the conditional part.
Comment 2 pavel 2008-06-28 13:51:46 UTC
tono or simply commented out ;-)

Comment 3 tono 2008-06-29 00:24:13 UTC
Yes, I quite agree with Pavel because PATH environment should always include 
JDK path in OOo build.
Comment 4 rt 2008-06-30 07:52:46 UTC
Removed that PATH line from lucene\makefile.mk as masterfix for DEV300 m22.
Comment 5 pavel 2008-07-03 20:56:05 UTC
Verified, closing.