Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 57713 invoked from network); 20 Dec 2003 14:13:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Dec 2003 14:13:41 -0000 Received: (qmail 54334 invoked by uid 500); 20 Dec 2003 14:13:35 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 54051 invoked by uid 500); 20 Dec 2003 14:13:34 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 54034 invoked from network); 20 Dec 2003 14:13:33 -0000 Received: from unknown (HELO priorweb.be) (213.193.229.2) by daedalus.apache.org with SMTP; 20 Dec 2003 14:13:33 -0000 Received: (qmail 16012 invoked from network); 20 Dec 2003 14:13:32 -0000 Received: from unknown (HELO domek.be) (217.228.234.30) by 0 with SMTP; 20 Dec 2003 14:13:32 -0000 Message-ID: <3FE458F7.8080800@domek.be> Date: Sat, 20 Dec 2003 15:13:11 +0100 From: Jorg Heymans User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Speeding up Cocoon start at runtime? References: <42EA0E21-32CD-11D8-A0DF-000393CFE402@apache.org> <3FE42FCA.70808@domek.be> <36616.10.0.0.5.1071922125.squirrel@ags01.agsoftware.dnsalias.com> In-Reply-To: <36616.10.0.0.5.1071922125.squirrel@ags01.agsoftware.dnsalias.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I downloaded the wsdk_51 for windows which comes with "build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030618" Doing build results in errors both for jdk 1.4 and ibm jre 1.3.1 BUILD RESULTS IBM jre ======================================== mail-compile: Copying 1 file to D:\src\cocoon-2.1\build\cocoon-2.1.4-dev\blocks\mail\dest Copied 14 empty directories to 5 empty directories under D:\src\cocoon-2.1\ build\cocoon-2.1.4-dev\blocks\mail\dest Compiling 21 source files to D:\src\cocoon-2.1\build\cocoon-2.1.4-dev\block s\mail\dest D:\src\cocoon-2.1\src\blocks\mail\java\org\apache\cocoon\mail\MailContentHandlerDelegate.java:384: cannot resolve symbol symbol : method getDeletedMessageCount () location: class javax.mail.Folder addAttribute("deleted-messages", String.valueOf(folder.getDelet edMessageCount())); ^ 1 error BUILD FAILED D:\src\cocoon-2.1\tools\targets\compile-build.xml:152: Following error occured while executing this line D:\src\cocoon-2.1\build\cocoon-2.1.4-dev\temp\blocks-build.xml:5020: Following error occured while executing this line D:\src\cocoon-2.1\build\cocoon-2.1.4-dev\temp\blocks-build.xml:5062: Compile failed; see the compiler error output for details. ======================================== BUILD RESULTS JDK 1.4 ======================================== Processing: D:\src\cocoon-2.1\src\blocks\woody\conf\woody-category.xlog Processing: D:\src\cocoon-2.1\src\blocks\woody\conf\woody-target.xlog Writing: D:\src\cocoon-2.1\build\webapp\WEB-INF\logkit.xconf Processing: D:\src\cocoon-2.1\src\blocks\hsqldb\conf\hsql.driver.xweb Error in: D:\src\cocoon-2.1\src\blocks\slide\conf\slide-auth.xweb BUILD FAILED D:\src\cocoon-2.1\tools\targets\webapp-build.xml:70: Following error occured while executing this line D:\src\cocoon-2.1\build\cocoon-2.1.4-dev\temp\blocks-build.xml:8611: IOException: java.io.IOException: XPath (mime-mapping[position() = last()]) returned not one node, but 43 nodes ======================================== HTH Jorg PS during IBM build i got this banner, so i guess really only JVM 1.3+ is supported +-------------------------| W A R N I N G |------------------------+ This build is targeted for use with JVM 1.3 Using this build on a virtual machine other than the one it is targeted for may result in runtime errors. +------------------------------------------------------------------+ Antonio Gallardo wrote: > Jorg Heymans dijo: > >>the IBM 1.3 jre seems to stumble over this feature. >> >>http://blogs.codehaus.org/people/avasseur/archives/2003_09.html#000139_aspectwerkz_has_support_for_ibm >> >>Is the IBM runtime supported by cocoon? > > > Don't know. > > Are you using it? If yes, please test the lastest CVS and report about it. > > Best Regards, > > Antonio Gallardo > >