Author: crossley
Date: Mon Aug 8 16:52:53 2005
New Revision: 230927
URL: http://svn.apache.org/viewcvs?rev=230927&view=rev
Log:
Explain that upgrade to commons-jxpath-1.2 causes errors with "site:" links.
Might be okay now, but problems last time we tried.
Issue: FOR-303
Modified:
forrest/trunk/etc/cocoon_upgrade/build.xml
Modified: forrest/trunk/etc/cocoon_upgrade/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/build.xml?rev=230927&r1=230926&r2=230927&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/build.xml (original)
+++ forrest/trunk/etc/cocoon_upgrade/build.xml Mon Aug 8 16:52:53 2005
@@ -46,12 +46,15 @@
<target name="copy-core-libs" depends="init">
<!-- ===============================================================
Copy all the libraries that belong to cocoon core.
- FIXME: use sync task so you can ensure than removed libs from cocoon
- are remove within forrest
+ FIXME: use sync task so you can ensure that removed libs from cocoon
+ are removed within forrest
=============================================================== -->
<copy todir="${forrest.home}/lib/core">
<fileset dir="${cocoon.home}/lib/core" defaultexcludes="yes">
- <!-- FIXME: why jxpath upgrade has to be ignored?? -->
+ <!-- FIXME: The jxpath upgrade cannot be done.
+ See issues FOR-405 and FOR-303 and dev mail list.
+ commons-jxpath-1.2 causes errors with "site:" links
+ -->
<exclude name="commons-jxpath-*.jar"/>
<!-- servlet.jar goes under tools/jetty -->
<exclude name="servlet-*.jar"/>
|