how do i exlude alllll of them without having to id each one. there are soooo many.
On 3/28/07, Scott Cytacki <[EMAIL PROTECTED]> wrote: > > > On Tue, 2007-03-27 at 19:00 -0700, Anthony Perritano wrote: > > scott, how do we shut off these tests? > > You modify the pom.xml of the plr so it excludes those tests. The plr > pom is already excluding some tests so you just need to add a new line. > > Here is the section of that pom which does the exclusion: > <plugin> > <artifactId>maven-surefire-plugin</artifactId> > <configuration> > <excludes> > <exclude>**/BeanUtilsTest.java</exclude> > <exclude>**/JmdnsTest.java</exclude> > <exclude>**/JdbcPersistenceSupportTest.java</exclude> > <exclude>**/JdbcSessionDataServiceTest.java</exclude> > <exclude>**/ConcordModelStateTest.java</exclude> > <exclude>**/WebRendererFactoryTest.java</exclude> > <!-- this is excluded because it requires a graphics > systems > a better way to exclude it would be to use the continuum > profile, that way runing mvn locally would still run the > test > --> > <exclude>**/WBPopupTest.java</exclude> > </excludes> > </configuration> > </plugin> > > > > > > ---------- Forwarded message ---------- > > From: Continuum <[EMAIL PROTECTED]> > > Date: Mar 27, 0007 6:46 PM > > Subject: [continuum] BUILD FAILURE: Pas Learner Runtime > > To: [EMAIL PROTECTED] > > > > > > Online report : > > > http://www.telscenter.org/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/5/buildId/5094 > > Build statistics: > > State: Failed > > Previous State: Failed > > Started at: Tue, 27 Mar 2007 18:46:18 -0700 > > Finished at: Tue, 27 Mar 2007 18:46:39 -0700 > > Total time: 21s > > Build Trigger: Forced > > Exit code: 1 > > Building machine hostname: tels-develop.soe.berkeley.edu > > Operating system : Linux(unknown) > > Java version : 1.5.0_06(Sun Microsystems Inc.) > > > > Changes > > No files changed > > > > > **************************************************************************** > > Output: > > > **************************************************************************** > > [INFO] Scanning for projects... > > [INFO] > > > ---------------------------------------------------------------------------- > > [INFO] Building Pas Learner Runtime > > [INFO] task-segment: [clean, deploy] > > [INFO] > > > ---------------------------------------------------------------------------- > > [INFO] [clean:clean] > > [INFO] Deleting > > directory /home/continuum/continuum-1.0.3 > /apps/continuum/working-directory/5/target > > [INFO] Deleting > > directory /home/continuum/continuum-1.0.3 > /apps/continuum/working-directory/5/target/classes > > [INFO] Deleting > > directory /home/continuum/continuum-1.0.3 > /apps/continuum/working-directory/5/target/test-classes > > [INFO] [resources:resources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] [compiler:compile] > > [INFO] Compiling 242 source files > > to /home/continuum/continuum-1.0.3 > /apps/continuum/working-directory/5/target/classes > > [INFO] [resources:testResources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] [compiler:testCompile] > > [INFO] Compiling 18 source files > > to /home/continuum/continuum-1.0.3 > /apps/continuum/working-directory/5/target/test-classes > > [INFO] [surefire:test] > > [INFO] Surefire report > > directory: /home/continuum/continuum-1.0.3 > /apps/continuum/working-directory/5/target/surefire-reports > > > > ------------------------------------------------------- > > T E S T S > > ------------------------------------------------------- > > Running wise2.steptest.ChallengeQuestionUITest > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 > > sec > > Running org.telscenter.pas.ui.browser.WebRendererSetPageTest > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.029 > > sec <<< FAILURE! > > Running sail.wise.PasStepTest > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 > > sec > > Running ui.CustomLineBorderTest > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 > > sec <<< FAILURE! > > Running pas.mail.SendMailTest > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 > > sec <<< FAILURE! > > Running org.telscenter.pas.beans.SerializationTest > > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.353 > > sec <<< FAILURE! > > Running org.telscenter.pas.ui.browser.BrowserFactoryRegistryTest > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 > > sec > > Running ui.NewUITest > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 > > sec <<< FAILURE! > > > > Results : > > > > Tests in error: > > org.telscenter.pas.ui.browser.WebRendererSetPageTest > > ui.CustomLineBorderTest > > pas.mail.SendMailTest > > serializeAllKnown(org.telscenter.pas.beans.SerializationTest) > > ui.NewUITest > > > > Tests run: 10, Failures: 0, Errors: 5, Skipped: 0 > > > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] There are test failures. > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] For more information, run Maven with the -e switch > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 19 seconds > > [INFO] Finished at: Tue Mar 27 18:46:39 PDT 2007 > > [INFO] Final Memory: 7M/30M > > [INFO] > > ------------------------------------------------------------------------ > > > > > **************************************************************************** > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
