Re: I think I broke CatalogResolver: what is it?

Let it run a while? I just committed a change that will show you when
each test starts, and from that I see that tests are running, just
quite slowly. Performance does remain a problem here.

I noticed that things run much much faster in Java 6, at least on my
Mac. This is generally surprising since Apple only has a developer
preview of Java 6 available and it is not optimized and generally much
slower than their version of 5. There must be something a bit
different about its libraries.

Anyway... I don't think we can or should require Java 6 yet but I'd be
curious if, Roland, you can reproduce this too? much faster in Java 6?
if so then it'll be worth tracing it down to a library version
difference or something.

Sean

On 9/22/07, Roland Gülle <roland@7val.com> wrote:
> Hi Sean,
>
> > After all that it seems to work for me even with my network cable
> > unplugged. CVS update and see if it works, anyone?
> same problem after a cvs up, I also try 'ant clean' before the 'ant
> test'
>
> test:
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.ClusterRuleSetFactory getClusterRuleSet
>       [java] INFO: Unable to find a cluster rule set in the
> classpath. Will load the default rule set.
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.ClusterRuleSetFactory getClusterRuleSet
>       [java] INFO: Unable to find a cluster rule set in the
> classpath. Will load the default rule set.
>       [java] 22.09.2007 09:43:49
> org.apache.coyote.http11.Http11Protocol init
>       [java] INFO: Initializing Coyote HTTP/1.1 on http-8080
>       [java] 22.09.2007 09:43:49 org.apache.catalina.startup.Catalina
> load
>       [java] INFO: Initialization processed in 269 ms
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.core.StandardService start
>       [java] INFO: Starting service Catalina
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.core.StandardEngine start
>       [java] INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.ContextConfig defaultWebConfig
>       [java] INFO: No default web.xml
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.DigesterFactory register
>       [java] WARNUNG: Could not get url for /javax/servlet/jsp/
> resources/jsp_2_0.xsd
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.DigesterFactory register
>       [java] WARNUNG: Could not get url for /javax/servlet/jsp/
> resources/web-jsptaglibrary_1_1.dtd
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.DigesterFactory register
>       [java] WARNUNG: Could not get url for /javax/servlet/jsp/
> resources/web-jsptaglibrary_1_2.dtd
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.DigesterFactory register
>       [java] WARNUNG: Could not get url for /javax/servlet/jsp/
> resources/web-jsptaglibrary_2_0.xsd
>       [java] 22.09.2007 09:43:49
> org.apache.catalina.startup.ContextConfig defaultWebConfig
>       [java] INFO: No default web.xml
>       [java] 22.09.2007 09:43:50
> org.apache.coyote.http11.Http11Protocol start
>       [java] INFO: Starting Coyote HTTP/1.1 on http-8080
>       [java] 22.09.2007 09:43:50 org.apache.catalina.startup.Catalina
> start
>       [java] INFO: Server startup in 465 ms
> ........ nothing happens
>
> cheers,
>   roland
>
>
>
>
>
>

Received on Saturday, 22 September 2007 18:27:56 UTC