Closed
Bug 93136
Opened 24 years ago
Closed 22 years ago
fix or remove 'xcopy' warning in Win32 build automation
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.1alpha
People
(Reporter: jj.enser, Assigned: kysmith)
References
(Blocks 1 open bug)
Details
build-verification.pl emails the following warning during most cycles:
> [2001-08-01-12-0.9.3] xcopy failed to copy mozilla for zip package
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.1
Comment 1•23 years ago
|
||
I think i fixed this while i was working on jebus... i forgot a close (XCOPY);
command after opening a filehandle to read from xcopy's stdout.
accepting until i actually checkin the fix.
Status: NEW → ASSIGNED
Updated•23 years ago
|
Blocks: buildwarning
Comment 2•23 years ago
|
||
punting to kyle to find this fix in the automation and make sure it is checked in.
Assignee: leaf → kysmith
Status: ASSIGNED → NEW
Assignee | ||
Comment 3•22 years ago
|
||
All filehandles opened for XCOPY statements are being closed properly in the
script. Resolving FIXED.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•