If you look in the directory: c:\workspace\tobago\theme\scarborough\target/surefire-reports
You should be able to find a file named something like DateUnitTest.txt (and .xml) which will contain the specific details for this error. Please find that file and send us back the contents (with the error specifics) so we can try to see what's going on... ;-) Wayne On 4/16/06, Julian Klappenbach <[EMAIL PROTECTED]> wrote: > On 4/16/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote: > > Hello Julian, > > > > svn sw https://svn.apache.org/repos/asf/myfaces/tobago/trunk > > > > I've downloaded the source from svn from this repository > > > in the tobago main directory. > > > > Note http or https depends on your checkout. > > > > Which test has an failure? > > > > The failure occurs when compiling the themes. What I've been able to > track down appears in the following output (DateUnitTest): > > $ mvn -e > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building Tobago Theme Scarborough > [INFO] task-segment: [install] > [INFO] > ---------------------------------------------------------------------------- > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Setting reports dir: > c:\workspace\tobago\theme\scarborough\target/surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > [surefire] Running > org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest > [surefire] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.078 > sec <<<<<<<< FAILURE !! > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: There are test > failures. > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47 > 5) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav > a:306) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > 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: org.apache.maven.plugin.MojoExecutionException: There are > test failures. > at > org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534) > ... 16 more > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5 seconds > [INFO] Finished at: Sun Apr 16 20:27:50 PDT 2006 > [INFO] Final Memory: 5M/9M > [INFO] > ------------------------------------------------------------------------ > > > Regards > > > > Bernd >

