Opened 12 years ago
Last modified 9 years ago
#9830 closed enhancement
Error when creating dojo build — at Version 1
Reported by: | Goran Miskovic | Owned by: | James Burke |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | BuildTools | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
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.
Change History (1)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from alex to James Burke |
Note: See
TracTickets for help on using
tickets.
confirmed in trunk