Opened 8 years ago
Closed 8 years ago
#16818 closed defect (fixed)
Build system throws memory error when \ used in releaseDir path
Reported by: | kbenjamin | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | BuildSystem | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When building under Windows and using the releaseDir option the build system throws fatal Java out of heap or out of memory errors during writeResources.
The problem is described here: http://stackoverflow.com/questions/11148947/dojo-1-7-build-out-of-memory-errors, as is the workaround.
The problem occurs when a Windows-style path is specified i.e. path\to\release\dir but does not fail when a Unix-style path is specified i.e. path/to/release/dir.
This seems specific to the releaseDir property as other paths seem to to work correctly.
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [31253]: