That is the exception that happens with the forking. Once the
CoreRenderKitTest is fixed (I cannot do it today), we can set the fork
to once or none and this error will go away. The real problem is that
CoreRenderKitTest is broken.

-Andrew

On Dec 5, 2007 3:41 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> a bit higher in the stack trace, I just saw this:
>
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> D:\work\Apache\___TRINIDAD_TRUNK\trinidad-impl\target\surefire-reports
> javax.faces.FacesException: java.lang.ClassNotFoundException:
> org.apache.myfaces.trinidadinternal.renderkit.MRenderKitFactory
>         at 
> javax.faces.FactoryFinder.newFactoryInstance(FactoryFinder.java:165)
>         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:101)
>         at 
> org.apache.myfaces.trinidadinternal.renderkit.RenderKitBootstrap.setFactories(RenderKitBootstrap.java:117)
>         at 
> org.apache.myfaces.trinidadinternal.renderkit.RenderKitBootstrap.init(RenderKitBootstrap.java:145)
>         at 
> org.apache.myfaces.trinidadinternal.renderkit.RenderKitTestCase._initGlobal(RenderKitTestCase.java:479)
>         at 
> org.apache.myfaces.trinidadinternal.renderkit.RenderKitTestCase.<init>(RenderKitTestCase.java:68)
>         at 
> org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitTest.<init>(CoreRenderKitTest.java:56)
>         at 
> org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitTest.suite(CoreRenderKitTest.java:49)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.junit.runners.AllTests.testFromSuiteMethod(AllTests.java:36)
>         at org.junit.runners.AllTests.<init>(AllTests.java:25)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
>         at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>         at 
> org.junit.internal.requests.ClassRequest.buildRunner(ClassRequest.java:33)
>         at 
> org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:28)
>         at 
> org.apache.maven.surefire.junit4.JUnit4TestSet.<init>(JUnit4TestSet.java:45)
>         at 
> org.apache.maven.surefire.junit4.JUnit4DirectoryTestSuite.createTestSet(JUnit4DirectoryTestSuite.java:56)
>         at 
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:96)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at 
> org.apache.maven.surefire.booter.SurefireBooter.getTestSets(SurefireBooter.java:407)
>         at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkPerTestSet(SurefireBooter.java:358)
>         at 
> org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java:221)
>         at 
> org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:427)
>         at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.myfaces.trinidadinternal.renderkit.MRenderKitFactory
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>         at 
> org.codehaus.classworlds.RealmClassLoader.loadClassDirect(RealmClassLoader.java:195)
>         at 
> org.codehaus.classworlds.DefaultClassRealm.loadClass(DefaultClassRealm.java:255)
>         at 
> org.codehaus.classworlds.DefaultClassRealm.loadClass(DefaultClassRealm.java:274)
>         at 
> org.codehaus.classworlds.RealmClassLoader.loadClass(RealmClassLoader.java:214)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>         at 
> javax.faces.FactoryFinder.newFactoryInstance(FactoryFinder.java:121)
>         ... 48 more
> 05.12.2007 11:25:32
> org.apache.myfaces.trinidadinternal.renderkit.FacesConfigInfo load
> INFO: PARSING 
> file:/D:/work/Apache/___TRINIDAD_TRUNK/trinidad-impl/target/classes/META-INF/faces-config.xml
>
>
>
>
> On Dec 5, 2007 9:06 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > Now it fails for me;
> > not sure if you were expecting that :-)
> >
> >
> > On Dec 5, 2007 12:10 AM, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> > > I just checked in the pom.xml that uncovers the broken test cases.
> > > Once they are all fixed, we can set the forkMode back to once for
> > > performance reasons.
> > >
> > > Committed revision 601138
> > >
> > >
> > > On Dec 4, 2007 3:41 PM, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> > > > If you add "          <forkMode>pertest</forkMode>" to the surefire
> > > > test plugin in the impl it will reproduce the problem.
> > > >
> > > > -Andrew
> > > >
> > > >
> > > > On Dec 4, 2007 3:26 PM, Bernd Bohmann <[EMAIL PROTECTED]> wrote:
> > > > > still problems with the jar plugin.
> > > > > After adding a pluginManagement section for the jar plugin.
> > > > > It's works
> > > > >
> > > > > [INFO]
> > > > > ------------------------------------------------------------------------
> > > > > [INFO] Reactor Summary:
> > > > > [INFO]
> > > > > ------------------------------------------------------------------------
> > > > > [INFO] Apache MyFaces Trinidad ............................... SUCCESS
> > > > > [2.791s]
> > > > > [INFO] Apache MyFaces Trinidad Build ......................... SUCCESS
> > > > > [2.603s]
> > > > > [INFO] Apache MyFaces Trinidad API ........................... SUCCESS
> > > > > [12.536s]
> > > > > [INFO] Apache MyFaces Trinidad Impl .......................... SUCCESS
> > > > > [2:11.951s]
> > > > > [INFO] Apache MyFaces Trinidad Blank Demo .................... SUCCESS
> > > > > [6.026s]
> > > > > [INFO] Apache MyFaces Trinidad Demo .......................... SUCCESS
> > > > > [9.737s]
> > > > > [INFO] Apache MyFaces Trinidad Examples ...................... SUCCESS
> > > > > [0.122s]
> > > > > [INFO]
> > > > > ------------------------------------------------------------------------
> > > > > [INFO]
> > > > > ------------------------------------------------------------------------
> > > > > [INFO] BUILD SUCCESSFUL
> > > > >
> > > > >
> > > > > My locale is LANG=de_DE.UTF-8
> > > > >
> > > > > Ubuntu 7.10
> > > > >
> > > > > Bernd Bohmann schrieb:
> > > > >
> > > > > > just compile
> > > > > >
> > > > > > Matthias Wessendorf schrieb:
> > > > > >> ok,
> > > > > >> please check the test-case's surefire report.
> > > > > >> Perhaps that brings light into the dark.
> > > > > >>
> > > > > >> -M
> > > > > >>
> > > > > >> On Dec 4, 2007 11:11 PM, Scott O'Bryan <[EMAIL PROTECTED]> wrote:
> > > > > >>> I cleaned everything out and got a new tree and it fails.  :(
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>> Matthias Wessendorf wrote:
> > > > > >>>> Börnd is running ubuntu linux,
> > > > > >>>> perhaps he can help out.
> > > > > >>>>
> > > > > >>>> -M
> > > > > >>>>
> > > > > >>>> On Dec 4, 2007 10:38 PM, Matt Cooper <[EMAIL PROTECTED]> wrote:
> > > > > >>>>
> > > > > >>>>> Like Matthias, I cleaned out my .m2/repository and trunk and 
> > > > > >>>>> found that
> > > > > >>>>> using "mvn install" was successful.
> > > > > >>>>>
> > > > > >>>>> MVN 2.0.6
> > > > > >>>>> Java 1.5.0_13
> > > > > >>>>> Mac OS X 10.5.1
> > > > > >>>>>
> > > > > >>>>> -Matt
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>> On Dec 4, 2007 2:16 PM, Scott O'Bryan < [EMAIL PROTECTED]> 
> > > > > >>>>> wrote:
> > > > > >>>>>
> > > > > >>>>>> Yeah, I'm running the same platform also Andrew and it's 
> > > > > >>>>>> breaking for me
> > > > > >>>>>> as well.
> > > > > >>>>>>
> > > > > >>>>>>
> > > > > >>>>>>
> > > > > >>>>>>
> > > > > >>>>>> Andrew Robinson wrote:
> > > > > >>>>>>
> > > > > >>>>>>> I tried with a bare settings.xml and an empty .m2/repository 
> > > > > >>>>>>> -- same
> > > > > >>>>>>>
> > > > > >>>>> error
> > > > > >>>>>
> > > > > >>>>>>> I am on Xubuntu gutsy Linux, what is your platform (perhaps 
> > > > > >>>>>>> it is
> > > > > >>>>>>> environment related)?
> > > > > >>>>>>>
> > > > > >>>>>>> contents of
> > > > > >>>>>>>
> > > > > >>>>> trinidad-impl/target/surefire-reports/org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtilsTest.txt:
> > > > > >>>>>
> > > > > >>>>> -------------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> Battery:
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtilsTest
> > > > > >>>>>
> > > > > >>>>> -------------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.028 sec
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>> testEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtilsTest)
> > > > > >>>>>
> > > > > >>>>>>>  Time elapsed: 0.024 sec  <<< ERROR!
> > > > > >>>>>>>
> > > > > >>>>>>> [ stdout ]
> > > > > >>>>>>>
> > > > > >>>>> ---------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> [ stderr ]
> > > > > >>>>>>>
> > > > > >>>>> ---------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> [ stacktrace ]
> > > > > >>>>>>>
> > > > > >>>>> -----------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> java.lang.ExceptionInInitializerError
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtils.escapeJS(XhtmlLafUtils.java:712)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtilsTest.testEscapeInQuoteJS
> > > > > >>>>> (XhtmlLafUtilsTest.java:43)
> > > > > >>>>>
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >>>>>
> > > > > >>>>>>>       at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > > >>>>>>>
> > > > > >>>>> (DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >>>>>>>       at junit.framework.TestCase.runTest(TestCase.java:154)
> > > > > >>>>>>>       at junit.framework.TestCase.runBare (TestCase.java:127)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> junit.framework.TestResult$1.protect(TestResult.java:106)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> junit.framework.TestResult.runProtected(TestResult.java:124)
> > > > > >>>>>>>       at junit.framework.TestResult.run( TestResult.java:109)
> > > > > >>>>>>>       at junit.framework.TestCase.run(TestCase.java:118)
> > > > > >>>>>>>       at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > > > >>>>>>>       at junit.framework.TestSuite.run(TestSuite.java:203)
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >>>>>
> > > > > >>>>>>>       at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > > >>>>>>>
> > > > > >>>>> (DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
> > > > > >>>>>
> > > > > >>>>>>>       at org.apache.maven.surefire.Surefire.run(Surefire.java 
> > > > > >>>>>>> :163)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.surefire.Surefire.run(Surefire.java:87)
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> > > > > >>>>> :39)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.surefire.SurefireBooter.runTestsInProcess
> > > > > >>>>>>>
> > > > > >>>>> (SurefireBooter.java:313)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.SurefireBooter.run(SurefireBooter.java:221)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:371)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo
> > > > > >>>>>>>
> > > > > >>>>> (DefaultPluginManager.java:443)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
> > > > > >>>>> (DefaultLifecycleExecutor.java:480)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
> > > > > >>>>> (DefaultLifecycleExecutor.java:311)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
> > > > > >>>>>>>
> > > > > >>>>> (DefaultLifecycleExecutor.java:143)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
> > > > > >>>>>>>       at org.apache.maven.cli.MavenCli.main 
> > > > > >>>>>>> (MavenCli.java:280)
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >>>>>
> > > > > >>>>>>>       at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > > >>>>>>>
> > > > > >>>>> (DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > > >>>>>
> > > > > >>>>>>>       at org.codehaus.classworlds.Launcher.launch 
> > > > > >>>>>>> (Launcher.java:255)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > >>>>>>> Caused by: java.lang.NullPointerException
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.LocaleInfoScriptlet.getSupportedLocaleVariant(LocaleInfoScriptlet.java:154)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.NamedLocaleInfoScriptlet
> > > > > >>>>> .<init>(NamedLocaleInfoScriptlet.java:62)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.NamedLocaleInfoScriptlet.registerNamedLocales(NamedLocaleInfoScriptlet.java:47)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.XhtmlScriptletFactory.registerAllScriptlets(XhtmlScriptletFactory.java:75)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.XhtmlUtils
> > > > > >>>>> .<clinit>(XhtmlUtils.java:531)
> > > > > >>>>>
> > > > > >>>>>>>       ... 48 more
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>> testDoubleEscapeInQuoteJS(org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtilsTest)
> > > > > >>>>>
> > > > > >>>>>>>  Time elapsed: 0 sec  <<< ERROR!
> > > > > >>>>>>>
> > > > > >>>>>>> [ stdout ]
> > > > > >>>>>>>
> > > > > >>>>> ---------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> [ stderr ]
> > > > > >>>>>>>
> > > > > >>>>> ---------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> [ stacktrace ]
> > > > > >>>>>>>
> > > > > >>>>> -----------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>> java.lang.NoClassDefFoundError
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtils.escapeJS
> > > > > >>>>> (XhtmlLafUtils.java:726)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtilsTest.testDoubleEscapeInQuoteJS(XhtmlLafUtilsTest.java:54)
> > > > > >>>>>
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >>>>>>>       at junit.framework.TestCase.runTest(TestCase.java:154)
> > > > > >>>>>>>       at junit.framework.TestCase.runBare(TestCase.java:127)
> > > > > >>>>>>>       at junit.framework.TestResult$1.protect 
> > > > > >>>>>>> (TestResult.java:106)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> junit.framework.TestResult.runProtected(TestResult.java:124)
> > > > > >>>>>>>       at junit.framework.TestResult.run(TestResult.java:109)
> > > > > >>>>>>>       at junit.framework.TestCase.run(TestCase.java :118)
> > > > > >>>>>>>       at junit.framework.TestSuite.runTest(TestSuite.java:208)
> > > > > >>>>>>>       at junit.framework.TestSuite.run(TestSuite.java:203)
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke (Method.java:585)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.surefire.Surefire.run(Surefire.java:163)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.surefire.Surefire.run(Surefire.java:87)
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >>>>>
> > > > > >>>>>>>       at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > > >>>>>>>
> > > > > >>>>> (DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.SurefireBooter.runTestsInProcess(SurefireBooter.java:313)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.surefire.SurefireBooter.run(SurefireBooter.java:221)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:371)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo
> > > > > >>>>>>>
> > > > > >>>>> (DefaultPluginManager.java:443)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
> > > > > >>>>> (DefaultLifecycleExecutor.java:480)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
> > > > > >>>>> (DefaultLifecycleExecutor.java:311)
> > > > > >>>>>
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
> > > > > >>>>>>>
> > > > > >>>>> (DefaultLifecycleExecutor.java:143)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
> > > > > >>>>>>>       at org.apache.maven.cli.MavenCli.main 
> > > > > >>>>>>> (MavenCli.java:280)
> > > > > >>>>>>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > > > > >>>>>>> Method)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >>>>>
> > > > > >>>>>>>       at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > > >>>>>>>
> > > > > >>>>> (DelegatingMethodAccessorImpl.java:25)
> > > > > >>>>>
> > > > > >>>>>>>       at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > > >>>>>
> > > > > >>>>>>>       at org.codehaus.classworlds.Launcher.launch 
> > > > > >>>>>>> (Launcher.java:255)
> > > > > >>>>>>>       at
> > > > > >>>>>>>
> > > > > >>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > > >>>>>
> > > > > >>>>>>>       at 
> > > > > >>>>>>> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>>>> On Dec 4, 2007 1:06 PM, Matthias Wessendorf < [EMAIL 
> > > > > >>>>>>> PROTECTED]> wrote:
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>>>>> Oh,
> > > > > >>>>>>>> and this was behind the firewall.
> > > > > >>>>>>>>
> > > > > >>>>>>>> can check outside of corp-network later.
> > > > > >>>>>>>>
> > > > > >>>>>>>> -M
> > > > > >>>>>>>>
> > > > > >>>>>>>> On Dec 4, 2007 9:02 PM, Matthias Wessendorf <[EMAIL 
> > > > > >>>>>>>> PROTECTED]> wrote:
> > > > > >>>>>>>>
> > > > > >>>>>>>>
> > > > > >>>>>>>>
> > > > > >>>>>>>>> [INFO]
> > > > > >>>>>>>>>
> > > > > >>>>> ------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Reactor Summary:
> > > > > >>>>>>>>> [INFO]
> > > > > >>>>>>>>>
> > > > > >>>>> ------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Apache MyFaces Trinidad 
> > > > > >>>>>>>>> ............................... SUCCESS
> > > > > >>>>>>>>>
> > > > > >>>>> [ 16.734s]
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Apache MyFaces Trinidad Build 
> > > > > >>>>>>>>> ......................... SUCCESS
> > > > > >>>>>>>>>
> > > > > >>>>> [15.766s]
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Apache MyFaces Trinidad API 
> > > > > >>>>>>>>> ........................... SUCCESS
> > > > > >>>>>>>>>
> > > > > >>>>> [55.578s]
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Apache MyFaces Trinidad Impl 
> > > > > >>>>>>>>> .......................... SUCCESS
> > > > > >>>>>>>>> [3:04.844s]
> > > > > >>>>>>>>> [INFO] Apache MyFaces Trinidad Blank Demo 
> > > > > >>>>>>>>> .................... SUCCESS
> > > > > >>>>>>>>>
> > > > > >>>>> [6.703s]
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Apache MyFaces Trinidad Demo 
> > > > > >>>>>>>>> .......................... SUCCESS
> > > > > >>>>>>>>>
> > > > > >>>>> [31.766s]
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Apache MyFaces Trinidad Examples 
> > > > > >>>>>>>>> ...................... SUCCESS
> > > > > >>>>>>>>>
> > > > > >>>>> [5.250s]
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO]
> > > > > >>>>>>>>>
> > > > > >>>>> ------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO]
> > > > > >>>>>>>>>
> > > > > >>>>> ------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] BUILD SUCCESSFUL
> > > > > >>>>>>>>> [INFO]
> > > > > >>>>>>>>>
> > > > > >>>>> ------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>>>> [INFO] Total time: 5 minutes 18 seconds
> > > > > >>>>>>>>> [INFO] Finished at: Tue Dec 04 20:01:08 UTC 2007
> > > > > >>>>>>>>> [INFO] Final Memory: 22M/83M
> > > > > >>>>>>>>> [INFO]
> > > > > >>>>>>>>>
> > > > > >>>>> ------------------------------------------------------------------------
> > > > > >>>>>
> > > > > >>>>>>>>> On Dec 4, 2007 8:40 PM, Andrew Robinson <
> > > > > >>>>>>>>>
> > > > > >>>>> [EMAIL PROTECTED]> wrote:
> > > > > >>>>>
> > > > > >>>>>>>>>> I'm trying to test the 1.2.x trunk and it is not building. 
> > > > > >>>>>>>>>> I pulled
> > > > > >>>>>>>>>> down the latest trunk and the problem is there as well. Is 
> > > > > >>>>>>>>>> someone
> > > > > >>>>>>>>>> working on this, or is it my environment?
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>>> [surefire] Running
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>>>
> > > > > >>>>> org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafUtilsTest
> > > > > >>>>>
> > > > > >>>>>>>>>> [surefire] Tests run: 2, Failures: 0, Errors: 2, Time 
> > > > > >>>>>>>>>> elapsed: 0.065
> > > > > >>>>>>>>>> sec <<<<<<<< FAILURE !!
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>>> [surefire] Running
> > > > > >>>>>>>>>> org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitTest
> > > > > >>>>>>>>>> [surefire] Tests run: 775, Failures: 0, Errors: 754, Time 
> > > > > >>>>>>>>>> elapsed:
> > > > > >>>>>>>>>> 12.426 sec <<<<<<<< FAILURE !!
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>>> This is in the impl
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>>> -Andrew
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>>>
> > > > > >>>>>>>>> --
> > > > > >>>>>>>>> Matthias Wessendorf
> > > > > >>>>>>>>>
> > > > > >>>>>>>>> further stuff:
> > > > > >>>>>>>>> blog: http://matthiaswessendorf.wordpress.com/
> > > > > >>>>>>>>> sessions: http://www.slideshare.net/mwessendorf
> > > > > >>>>>>>>> mail: matzew-at-apache-dot-org
> > > > > >>>>>>>>>
> > > > > >>>>>>>>>
> > > > > >>>>>>>>>
> > > > > >>>>>>>> --
> > > > > >>>>>>>> Matthias Wessendorf
> > > > > >>>>>>>>
> > > > > >>>>>>>> further stuff:
> > > > > >>>>>>>> blog: http://matthiaswessendorf.wordpress.com/
> > > > > >>>>>>>> sessions: http://www.slideshare.net/mwessendorf
> > > > > >>>>>>>> mail: matzew-at-apache-dot-org
> > > > > >>>>>>>>
> > > > > >>>>>>>>
> > > > > >>>>>>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>
> > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> >
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > sessions: http://www.slideshare.net/mwessendorf
> > mail: matzew-at-apache-dot-org
> >
>
>
>
> --
>
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>

Reply via email to