Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: Tool Integrations
-
Labels:None
-
Environment:Maven
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
We have the standard themeroller themes, available in our src and bin bundles, in the icefaces/samples/ace/themes folder, but we don't currently have a way of specifying a maven dependency, for applications or our own tutorials to be able to use them.
Issue Links
- is duplicated by
-
ICE-9141 Maven builds don't include themes for showcase
- Closed
Activity
Mark Collette
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.4 [ 10770 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Comment |
[ The destination for the ACE ThemeRoller Themes should be: maven2/releases/org/icefaces/icefaces-ace-themes/3.3.0/ ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35090 | Wed May 15 15:56:29 MDT 2013 | ken.fyten | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/ace/themes/pom.xml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35115 | Wed May 15 16:43:57 MDT 2013 | ken.fyten | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/ace/themes/readme.txt
MODIFY /icefaces3/trunk/icefaces/ace/themes/pom.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35116 | Wed May 15 16:44:17 MDT 2013 | ken.fyten | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/ace/themes/ace-themes/pom.xml
ADD /icefaces3/trunk/icefaces/ace/themes/ace-themes |
Ken Fyten
made changes -
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Assignee | Ken Fyten [ ken.fyten ] | yip.ng [ yip.ng ] |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial,Compatibility/Configuration [ 10003, 10001, 10002 ] | |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA [ 10572 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35689 | Fri May 31 18:21:18 MDT 2013 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/themeselect/ThemeSelect.java
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/pom.xml |
yip.ng
made changes -
Attachment | screenshot-01.png [ 15997 ] |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Themes are now committed as source files in a Maven approved structure under icefaces/ace/themes.
To build the theme .jar files, use "mvn package" in the icefaces/ace/themes directory.
Alternatively, to build an individual theme .jar, use "mvn package" in the theme directory (ex. icefaces/ace/themes/ace-swanky-purse).