#143 closed defect (fixed)
package builds should reflect the profile name
Reported by: | dylan | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The ant script for creating builds, ant -Dprofile=profileName clean release, should provide a mechanism for either adding the profile name to the dojo file name, or put in a release_profileName directory... something that makes it easy to have multiple profiles building from the same dojo checkout.
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to James Burke |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed. Now you can set the release name by doing the following:
ant -Dprofile=ajax -DreleaseName?=myajax release
To clean, use the same releaseName property:
ant -DreleaseName?=myajax clean