Opened 12 years ago
Last modified 9 years ago
#9830 closed enhancement
Error when creating dojo build — at Initial Version
Reported by: | Goran Miskovic | Owned by: | alex |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | BuildTools | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
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:
buildscripts$ ./build.sh profileFile=$HOME/dojo_builds/custom.profile.js version=$version releaseName=$buildName copyTests="false" cssOptimize="comments" action="clean, release, intern-strings" clean: Deleting: ../../release/ js: uncaught JavaScript? runtime exception: TypeError?: Cannot find function release.
Note: See
TracTickets for help on using
tickets.