Details
Description
As there are very few cases where an application would want to use the compat.jar APIs and not also be using the compat-comps.jar components, it would make things simpler to combine these two jars into a single icefaces-compat.jar.
This is planned prior to beta.
This is planned prior to beta.
Issue Links
- blocks
-
ICE-5222 ICEfaces-2.0 push throws exception when redploying application on Tomcat on Windows
-
- Closed
-
The last problem was caused by the dependency that compat/components classes have on the compat/core classes. Before the refactoring the classes in compat/core were already compiled and thus referenced by the compat/components compile target. The solution applied makes sure that compat/core classes are compiled first before the classes in compat/components are compiled.