RT: Re: Warming the cache.

2002-06-26 Thread Bruce Krautbauer
This is a possible issue for us too. We'll be doing all the standard things to make the processing as efficient as possible, but some of our transforms will take 4-5 seconds (with Xalan) and it would be impractical to pre-transform all of the possible combinations. What would be nice would be

RE: negative time with Profiling on 2.1-Dev (was NPEwithProfiling on 2.1-Dev)

2002-06-26 Thread Bruce Krautbauer
Hello again, Yes, I was using ProfilingCaching. I switched to ProfilingNoncaching and the negative times go away. I had not tried non-caching before. It gives you a very good appreciation for the *caching* version. Thanks, Bruce >>> [EMAIL PROTECTED] 06/26/02 01:31AM >>> Do you use the Pro

RE: negative time with Profiling on 2.1-Dev (was NPEwithProfiling on 2.1-Dev)

2002-06-25 Thread Bruce Krautbauer
t;>> [EMAIL PROTECTED] 06/25/02 10:17AM >>> > From: Bruce Krautbauer [mailto:[EMAIL PROTECTED]] > > Hi Carsten, thanks for the fix, it works now. This is a

RE: negative time with Profiling on 2.1-Dev (was NPE withProfiling on 2.1-Dev)

2002-06-25 Thread Bruce Krautbauer
i.t-online.de > -Original Message- > From: Bruce Krautbauer [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 11:52 PM > To: [EMAIL PROTECTED] > Subject: NPE with Profiling on 2.1-Dev > > > I'm getting a NPE from ProfilingCachingProcessingPipeline when I

RE: Session transformer and namespaces

2002-06-13 Thread Bruce Krautbauer
Maybe it's just IE. The error I get when trying to display this output (as the result of a ) is: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. ---

Session transformer and namespaces

2002-06-13 Thread Bruce Krautbauer
This input: http://cocoon.apache.org/session/1.0"; name="sessionTest" /> http://cocoon.apache.org/session/1.0"; context="sessionTest" path="/root"> http://namespace.org/a";>foo bar http://cocoon.apache.org/session/1.0"; context=

Re: build test error with CVS HEAD

2002-06-07 Thread Bruce Krautbauer
Total time: 9 seconds To make Anteater available to ant do I need to do anything other than add the Anteater bin directory to my PATH? Thanks, Bruce >>> [EMAIL PROTECTED] 06/07/02 12:55PM >>> On 6/6/02 6:49 AM, "Bruce Krautbauer" <[EMAIL PROTECTED]> wrote:

build test error with CVS HEAD

2002-06-06 Thread Bruce Krautbauer
I know the CVS HEAD can sometimes be unstable, but for the last week or so my 'build test' has been failing during the anteater tests with the following error: anteater.tests: BUILD FAILED D:\xml-cocoon2\build.xml:1805: Execute failed: java.io.IOException: CreateProcess: anteater -f src/test/

Re: Another session transformer question

2002-05-31 Thread Bruce Krautbauer
I've found a work-around: http://cocoon.apache.org/session/1.0";> foo bar fred Bruce >>> [EMAIL PROTECTED] 05/30/02 04:08PM

Re: Another session transformer question

2002-05-30 Thread Bruce Krautbauer
I just took a quick look at the code and it seems like this should work the way I thought it would. I've been working with the CVS HEAD (which today is having some problems with the sitemap), JDK 1.3.1_02 and Win2K. Does anyone have any ideas? Thanks >>> [EMAIL PROTECTED] 05/23/02 03:44PM >>

Another session transformer question

2002-05-23 Thread Bruce Krautbauer
I've found something else that doesn't work the way I think it should... ;) I thought this XML: http://cocoon.apache.org/session/1.0";> foo bar fred would create this

Session transformer mergexml issue

2002-05-23 Thread Bruce Krautbauer
I've been looking at the new session transformer and I stumbled onto an issue that may or may not be a bug. This XML: http://cocoon.apache.org/session/1.0";> foo bar

Re: [Announcement] Updates to i18n

2002-05-07 Thread Bruce Krautbauer
Hi Konstantin, great work on i18n! Is there an XML Schema the i18n elements? I would like to import it into a schema I am putting together. Thanks, Bruce - Please check that your question has not already been answered in th

RE: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-15 Thread Bruce Krautbauer
Perry, thanks for procedure, it worked for me! Is someone collecting JDK 1.4.0 related bugs? Bruce >>> [EMAIL PROTECTED] 04/14/02 11:34PM >>> Seems as though it might be an issue with the change in the javadoc options for 1.4 In the build log, it has an error with: org.apache.cocoon.components

RE: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-11 Thread Bruce Krautbauer
I just did a cvs checkout -r HEAD xml-cocoon2 to a new directory, copied xercesImpl-2.0.0.jar, xalan-2.3.1.jar, and the xml-apis.jar from the .\lib\core\ to the %JAVA_HOME%\jre\lib\endorsed\ directory and my build javadocs gives the same result as Marc's. Everything else seems to build and run