Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-13334

LinkageError in bot test after installing slf4j

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.0.0.Final
    • 4.0.0.Final
    • qa
    • None
    • Hide

      1. Install slf4j libraries into eclipse
      2. Run the following code

      @Test
      public void fooTest() {
      	SWTBotNewObjectWizard wizard = new SWTBotNewObjectWizard();
      	wizard.open("Java Project", "Java");
      	wizard.bot().textWithLabel("Project name:").setText("test");
      	wizard.finishWithWait();
      }
      
      Show
      1. Install slf4j libraries into eclipse 2. Run the following code @Test public void fooTest() { SWTBotNewObjectWizard wizard = new SWTBotNewObjectWizard(); wizard.open( "Java Project" , "Java" ); wizard.bot().textWithLabel( "Project name:" ).setText( "test" ); wizard.finishWithWait(); }

    Description

      After installing the following libraries into eclipse:
      slf4j.api.jar
      slf4j.simple.jar
      log4j.over.slf4j.jar
      the LinkageError occurs during running bot test (see the attachment)

      Attachments

        Activity

          People

            apodhrad@redhat.com Andrej Podhradsky
            apodhrad@redhat.com Andrej Podhradsky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: