Bugs get reported in our JIRA at http://www.telscenter.org/jira/secure/Dashboard.jspa
But it's important to first be sure it's a bug and describe it in detail. Figure that stuff out is best done on SAIL-Dev (as you are). >From what you pasted I couldn't see which test was failing. Can you send the full output? No need for the "-e" flag, which just prints out the stack trace of the exception. I tried reproducing what you're reporting but it builds successfully. Note that some of the tests require a video context, so if you're running over SSH, you need to forward X11 and have an X server running on your desktop. [EMAIL PROTECTED] sail-core]$ svn up At revision 220. [EMAIL PROTECTED] sail-core]$ mvn clean test [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building SAIL Core [INFO] task-segment: [clean, test] [INFO] ---------------------------------------------------------------------------- [INFO] [clean:clean] [INFO] Deleting directory /home/turadg/sail/trunk/sail-core/target [INFO] Deleting directory /home/turadg/sail/trunk/sail-core/target/ classes [INFO] Deleting directory /home/turadg/sail/trunk/sail-core/target/ test-classes [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 122 source files to /home/turadg/sail/trunk/sail-core/ target/classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 10 source files to /home/turadg/sail/trunk/sail-core/ target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: /home/turadg/sail/trunk/sail-core/ target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running net.sf.sail.test.BinaryUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec Running net.sf.sail.test.RoleTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running net.sf.sail.test.XmlSessionConfigurationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec Running net.sf.sail.test.MemoryPersistenceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec Running net.sf.sail.test.PodTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running net.sf.sail.test.ScriptBeanContextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running net.sf.sail.test.ImportTest log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.PropertyUtils). log4j:WARN Please initialize the log4j system properly. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.492 sec Running net.sf.sail.test.PodarTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20 seconds [INFO] Finished at: Thu Mar 08 16:26:45 PST 2007 [INFO] Final Memory: 5M/13M [INFO] ------------------------------------------------------------------------ -t On Mar 8, 3:36 am, "Jerry Cheung" <[EMAIL PROTECTED]> wrote: > Sorry for the naive question, but is there a more appropriate place to file > bugs? > > I get the following running 'mvn clean install'. It's not giving me any > complaints, but just wanted to know if this was a known issue. > > [ERROR] mojo-execute : surefire:test > Diagnosis: There are test failures. > FATAL ERROR: Error executing Maven for a project > [ERROR] project-execute : net.sf.sail:sail-core:jar:0.4.5-SNAPSHOT ( > task-segment: [clean, install] ) > Diagnosis: There are test failures. > FATAL ERROR: Error executing Maven for a project > org.apache.maven.BuildFailureException: There are test failures. > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:555) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle > (DefaultLifecycleExecutor.java:475) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( > DefaultLifecycleExecutor.java:454) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures > (DefaultLifecycleExecutor.java: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.embedder.MavenEmbedder.execute(MavenEmbedder.java > :441) > at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java > :382) > at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68) > Caused by: org.apache.maven.plugin.MojoFailureException: There are test > failures. > at org.apache.maven.plugin.surefire.SurefirePlugin.execute( > SurefirePlugin.java:403) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo( > DefaultPluginManager.java:412) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:534) > ... 8 more --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
