Closed
Bug 65504
Opened 24 years ago
Closed 24 years ago
Java build process uses pushd/popd in bat file
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
People
(Reporter: jonsmirl, Assigned: cls)
Details
The Java classes build process uses pushd/popd from a bat file (buildpkg.bat)
pushd and popd and not included in the Mozilla tools zip file or the OS.
I found a GPL implementation here:
http://www.ucs.mun.ca/~z63rrl/utils.html
These should be included inthe Mozilla tools zip file
ftp://ftp.mozilla.org/pub/mozilla/source/wintools.zip
The pushd/popd I referenced do not work exactly the same as the Unix ones. They
push the directory but don't cd to it.
I am unable to locate a unix compatible pushd/popd for msdos. A simple fix
would be to add a cd %2 in buildpkg.bat after the pushd or modify the source
for the referenced pushd/popd to add the cd.
*** This bug has been marked as a duplicate of 64455 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•