#736 closed defect (fixed)
Build target for official Dojo builds should prompt for version number
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildTools | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I can change the ant build file to prompt for a build number and modify dojo.js to report this build number.
However, I need to know what command is used to generate the official builds. What I can do then is wrap that command in another target and that target can ask for the build number.
Alex, what command(s) do you do to generate the official builds?
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from anonymous to James Burke |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
If you set -Dversion=x.x.x.flag when invoking ant to do a release, it will replace the version info that is in dojo.js. The default value is 0.0.0.dev, and this value will be used if the -Dversion=x.x.x.flag option is not used. I updated build_release.sh to show how to use the version option.
Note: See
TracTickets for help on using
tickets.
Hi James,
I tend to use some specialization of what's in buildscripts/build_release.sh
Regards