Opened 13 years ago
Closed 13 years ago
#4567 closed defect (wontfix)
build.sh fails when certain widgets is added as an dependency
Reported by: | guest | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | BuildTools | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Building dojo with certain dependencies crashes the build. The crash happens only when either "dijit.form.FilteringSelect?" or "dijit.form.ComboBox?" is added as an dependency. At least from my experience.
The build log and the build profile is attached
Attachments (2)
Change History (5)
Changed 13 years ago by
Attachment: | test.profile.js added |
---|
comment:1 Changed 13 years ago by
Replying to guest: My contact information is Martin Kjeldsen, [email protected]…
The version of dojo is 0.9
comment:2 Changed 13 years ago by
Milestone: | → 1.0 |
---|
comment:3 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
It looks like you are using packer for the layerOptimize command. It seems packer needs some extra memory to do its work than the default normally reserved for Java. Two options:
1) Stick with shrinksafe as the layerOptimize type (default)
2) Give more memory to Java for the build command. Something like this:
java -Xms256m -Xmx512m -jar lib/custom_rhino.jar build.js profile=test3 layerOptimize=packer action=release
Build profile