Author: julien(a)jboss.com
Date: 2007-02-24 20:50:29 -0500 (Sat, 24 Feb 2007)
New Revision: 6396
Modified:
trunk/core-admin/build.xml
trunk/core/build.xml
Log:
have to move tomavak from core-admin to core otherwise it breaks hot redeployment of the
core-admin. I suspect that myfaces has somewhere an hard cache containing classes as the
error I had was an IAE on method invoke of the TreeData class where the class of instance
of TreeData and the class were not the same.
Modified: trunk/core/build.xml
===================================================================
--- trunk/core/build.xml 2007-02-25 01:11:40 UTC (rev 6395)
+++ trunk/core/build.xml 2007-02-25 01:50:29 UTC (rev 6396)
@@ -344,6 +344,7 @@
<fileset dir="${apache.lang.lib}"
includes="commons-lang-2.0.jar"/>
<fileset dir="${facelets.facelets.lib}"
includes="jsf-facelets.jar"/>
<fileset dir="${el.el.lib}"
includes="el-api.jar,el-ri.jar"/>
+ <fileset dir="${apache.tomahawk.lib}"
includes="tomahawk.jar"/>
</copy>
</target>
Modified: trunk/core-admin/build.xml
===================================================================
--- trunk/core-admin/build.xml 2007-02-25 01:11:40 UTC (rev 6395)
+++ trunk/core-admin/build.xml 2007-02-25 01:50:29 UTC (rev 6396)
@@ -196,7 +196,6 @@
</copy>
<copy todir="${build.resources}/portal-admin.sar/lib">
<fileset dir="${build.lib}"
includes="portal-core-admin-lib.jar"/>
- <fileset dir="${apache.tomahawk.lib}"
includes="tomahawk.jar"/>
</copy>
<copy
todir="${build.resources}/portal-admin.sar/portal-admin.war">
<fileset dir="${build.resources}/portal-admin-war"/>
Show replies by date