Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Icefaces 2 ant builds
-
Affects:Compatibility/Configuration
-
Workaround Exists:Yes
-
Workaround Description:A work-around for this issue is to always build "icefaces2/icefaces/ace/components/ ant clean dist "after building the top-level. This seems to product and icefaces-ace.jar that functions correctly.
Description
When building icefaces2 from either the top-level icefaces2/icefaces dir or icefaces2/icefaces/ace dirs, the resulting icefaces-ace.jar is somehow messed up such that ace components do not render or function correctly. For example, the tabset will not render the tab folders, the slider will not render at all, etc.
ant target all in ace folder not building ace jar correctly. Must use ace/components/build.xml and target "dist" to build a correct icefaces-ace.jar
ant target "world" in uppermost level of icefaces scripts uses the "all" target, which will not build a proper icefaces-ace jar.