Changes between Initial Version and Version 1 of Ticket #9830
- Timestamp:
- Sep 4, 2009, 1:54:32 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9830
- Property Owner changed from alex to James Burke
-
Ticket #9830 – Description
initial v1 1 1 When giving more than one option to argument ''action'' there must be no space after comma. Otherwise following or similar exception (depend on ordering) will be raised: 2 2 3 {{{ 3 4 buildscripts$ ./build.sh profileFile=$HOME/dojo_builds/custom.profile.js version=$version releaseName=$buildName copyTests="false" cssOptimize="comments" action="clean, release, intern-strings" 4 5 clean: Deleting: ../../release/ 5 6 js: uncaught JavaScript runtime exception: TypeError: Cannot find function release. 7 }}}