Opened 16 years ago
Closed 13 years ago
#894 closed enhancement (fixed)
Installer: move commonly set variables out of build.bat into setenvironment.bat
Reported by: | jbirch | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Build System | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Currently, I have to modify some values (locations of paraffin, ant, java, etc) in the MapGuide and Installer build.bat scripts every time something changes in them. It would be handy if:
- the build.bat scripts tested for existing environment variables and uses them if they are set externally
- a "template" setenvironment.bat script could be checked into the repository
Under normal conditions, the developer would copy this setenvironment script into an uncontrolled directory, and keep local modifications there
Change History (2)
comment:1 by , 16 years ago
Component: | Installer → Build System |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r6417