You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/07/05 13:27:16 UTC

DO NOT REPLY [Bug 10505] New: - [PATCH] Splitting JVM 1.3 and 1.4 Avalon binaries

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10505>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10505

[PATCH] Splitting JVM 1.3 and 1.4 Avalon binaries

           Summary: [PATCH] Splitting JVM 1.3 and 1.4 Avalon binaries
           Product: Cocoon 2
           Version: 2.0.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: stuart.roebuck@adolos.co.uk


The attached files allow Cocoon 2.0.3 to be built with either JVM1.3 or 1.4 Avalon binaries resolving problems related to running the JVM 1.4 built binaries on JVM 1.3 systems, etc..  Included are the patches to build.xml and jars.xml and the rebuilt versions of Avalon for JVM 1.3 (which include Carsten's ECM patch of 2002-07-05).  I cannot supply equivalent 1.4 JVM built Avalon classes as I do not have a release build of 1.4.

I presume this patch applied equally to 2.1 but I have tested on 2.0.3.

To incorporate these modifications, do the following:

Create two new directories ./lib/core/jvm13 and ./lib/core/jvm14
Move and rename the existing avalon binaries in ./lib/core to
   ./lib/core/jvm14/avalon-excalibur-vm14-20020627.jar
   ./lib/core/jvm14/avalon-framework-vm14-20020627.jar
Added the new binaries (supplied) as:
   ./lib/core/jvm13/avalon-excalibur-vm13-20020705.jar
   ./lib/core/jvm13/avalon-framework-vm13-20020705.jar
Apply the patches (supplied) for ./build.xml and ./lib/jars.xml.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org