Closed Bug 90404 Opened 23 years ago Closed 23 years ago

Generate embed-jar.mn, remove cvs version

Categories

(Core Graveyard :: Embedding: APIs, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mcafee, Assigned: adamlock)

References

Details

Attachments

(4 files)

Generate embed-jar.mn, remove cvs version of this file.
over to adam for his checkin of gen_mn.pl
Assignee: mcafee → adamlock
Blocks: 83393
The patch updates the makefile.win, Makefile.in and embed-jar.mn file to use 
the new gen_mn.pl manifest generator. The sequence is this:

1. embed-jar.mn contains lists of files & directories we would *like* in 
embed.jar.
2. Makefile runs embed-jar.mn through gen_mn.pl to create embed-tmp.mn. This 
is the actual manifest of files, produced from the input, with warnings if 
files or directories don't exist.
3. embed-tmp.mn is fed to the package. Since all the files in embed-tmp.mn 
exist on the machine, the package shouldn't fail on option chrome such as the 
help module, platform specific stuff etc.

I have tested on Win32 & Linux so I'm looking for reviews please.
Can I have a review please, the number of manifest bugs are stacking up!
Blocks: 90540
r=chak [for the windows part]
I tested this on Windows and works fine.
sr=blizzard
Blocks: 90512
r=mcafee for 7/12 patch.
Fix is checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
No longer blocks: 90512
it seems that the patch broke makefile.win: line 29 generates embed.mn, but
lines 30 and 31 try to use embed-tmp.mn

line 29 of makefile.win should be changed to:

$(PERL) gen_mn.pl -manifest embed-jar.mn -mozpath $(DEPTH) -chrome
$(DIST)/bin/chrome > embed-tmp.mn

reopening to resolve windows issue
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Fix for bustage checked in
Status: REOPENED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → FIXED
Clean up verification of dated code change bus
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: