Changes between Version 3 and Version 4 of OnyxCode
- Timestamp:
- 12/14/10 17:56:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnyxCode
v3 v4 21 21 Note that these changes affect the current version of briccs-onyx, and would need to be replicated after each upgrade. At the time of writing I cannot find the mechanism for giving the onyx package an image file to build the logo_on_dark.png and logo_on_light.png automatically. THIS NEEDS TO BE ADDRESSED BEFORE THE NEXT UPGRADE. 22 22 23 ---- 24 25 Comments 26 27 Looks to me as if this could be addressed in one of two ways: 28 29 * By having two maven profiles, one for production and one for test. 30 * By having two deployment options in a deployment script. 31 32 It maybe the best approach is to have both! That is, we build two artifacts, and decide at system deployment whether the system requires the production artifact or the test artifact. 33 34 -- JeffLusted 35