Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.BETA1
-
Fix Version/s: 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3/trunk
Description
There is a regression of the automatic mechanism added in
The following ACE resources are always being served minified:
* ace-datatable.js
* ace-components.js
* files under resources/icefaces.ace/util folder
Activity
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31679 | Tue Oct 23 12:48:41 MDT 2012 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/build.xml
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/HeadRenderer.java |
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Ken Fyten [ ken.fyten ] |
Migration
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Assignee Priority | P1 [ 10010 ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 [ 10010 ] |
Committed fix to trunk at revision 31679. Modified build script to keep uncompressed script resources and modified HeadRenderer to serve these uncompressed script resources when PROJECT_STAGE == Development.