Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha1
-
Fix Version/s: 2.0-Alpha2, 2.0.0
-
Component/s: Release
-
Labels:None
-
Environment:ICEfaces 2.0 glimmer
Description
Make enhancements to the current build files for ICEfaces 2.0 (glimmer). Initial changes include:
- make the default targets build for Glassfish (which means not including the JSF libraries)
- add convenience targets and/or properties for including the JSF libraries, including/excluding ICEfaces and ICEpush
- make the default targets build for Glassfish (which means not including the JSF libraries)
- add convenience targets and/or properties for including the JSF libraries, including/excluding ICEfaces and ICEpush
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19902 | Wed Dec 09 11:09:18 MST 2009 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19909 | Wed Dec 09 13:13:20 MST 2009 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Salesforce Case | [] | |
Fix Version/s | 2.0-Alpha2 [ 10214 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20317 | Thu Jan 21 11:10:22 MST 2010 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20326 | Thu Jan 21 13:50:32 MST 2010 | ted.goddard | also obey the jsf build flag to include jsf jars ( |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20328 | Thu Jan 21 14:40:34 MST 2010 | ted.goddard | also obey the jsf build flag to include jsf jars ( |
Files Changed | ||||
![]() |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Improvements to the build have been made. Default targets now default to Glassfish as a platform and include icefaces.jar and icepush.jar by default. These can be overridden using the convenience targets provided:
war.jsf (includes jsf-*.jar files only)
war.jsf.ice (includes jsf-* and icefaces.jar)
war.jsf.ice.push (includes jsf-* and icefaces.jar and icepush.jar)
Properties are also available for setting which jars get added:
ant -Djsf='true' -Dice='true' -Dpush='true'
each property adds the related jar(s).