[JBoss JIRA] (JBIDE-13331) Names of quickstarts are wrong
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13331?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-13331:
----------------------------------
Fix Version/s: 4.0.0.Final
Affects Version/s: 4.0.0.Final
> Names of quickstarts are wrong
> ------------------------------
>
> Key: JBIDE-13331
> URL: https://issues.jboss.org/browse/JBIDE-13331
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.0.0.Final
> Environment: JBDS 6.0
> Reporter: Pete Muir
> Assignee: Snjezana Peco
> Fix For: 4.0.0.Final
>
>
> We should use consistent names for quickstarts in all locations, which are governed by the quickstarts themselves:
> * Hello World -> helloworld
> * Hello World JMS -> helloworld-jms
> * Hello World Errai -> helloworld-errai
> * Hello World OSGi -> *remove it entirely*
> * Kitchensink -> kitchensink
> * Number Guess -> numberguess
> * Aerogear HTML5/Mobile -> kitchensink-html5-mobile
> * Greeter -> greeter
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13334) LinkageError in bot test after installing slf4j
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13334?page=com.atlassian.jira.plugi... ]
Andrej Podhradsky updated JBIDE-13334:
--------------------------------------
Steps to Reproduce:
1. Install slf4j libraries into eclipse
2. Run the following code
{code:title=Bar.java|borderStyle=solid}
@Test
public void fooTest() {
SWTBotNewObjectWizard wizard = new SWTBotNewObjectWizard();
wizard.open("Java Project", "Java");
wizard.bot().textWithLabel("Project name:").setText("test");
wizard.finishWithWait();
System.out.println("OK");
}
{code}
was:
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();
System.out.println("OK");
}
> LinkageError in bot test after installing slf4j
> -----------------------------------------------
>
> Key: JBIDE-13334
> URL: https://issues.jboss.org/browse/JBIDE-13334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: QA
> Affects Versions: 4.0.0.Final
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
> Attachments: error.txt
>
>
> 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)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13334) LinkageError in bot test after installing slf4j
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13334?page=com.atlassian.jira.plugi... ]
Andrej Podhradsky updated JBIDE-13334:
--------------------------------------
Steps to Reproduce:
1. Install slf4j libraries into eclipse
2. Run the following code
{code}
@Test
public void fooTest() {
SWTBotNewObjectWizard wizard = new SWTBotNewObjectWizard();
wizard.open("Java Project", "Java");
wizard.bot().textWithLabel("Project name:").setText("test");
wizard.finishWithWait();
System.out.println("OK");
}
{code}
was:
1. Install slf4j libraries into eclipse
2. Run the following code
{code:title=Bar.java|borderStyle=solid}
@Test
public void fooTest() {
SWTBotNewObjectWizard wizard = new SWTBotNewObjectWizard();
wizard.open("Java Project", "Java");
wizard.bot().textWithLabel("Project name:").setText("test");
wizard.finishWithWait();
System.out.println("OK");
}
{code}
> LinkageError in bot test after installing slf4j
> -----------------------------------------------
>
> Key: JBIDE-13334
> URL: https://issues.jboss.org/browse/JBIDE-13334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: QA
> Affects Versions: 4.0.0.Final
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
> Attachments: error.txt
>
>
> 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)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13334) LinkageError in bot test after installing slf4j
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13334?page=com.atlassian.jira.plugi... ]
Andrej Podhradsky commented on JBIDE-13334:
-------------------------------------------
SWT Bot defines log4j dependency in Import-Package area but SWT Bot Ext defines it in Require-Bundle area.
I think this causes the problem with different classloaders.
> LinkageError in bot test after installing slf4j
> -----------------------------------------------
>
> Key: JBIDE-13334
> URL: https://issues.jboss.org/browse/JBIDE-13334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: QA
> Affects Versions: 4.0.0.Final
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
> Attachments: error.txt
>
>
> 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)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13335) remove Juno SR1+ performance fix from Central
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-13335:
----------------------------------
Summary: remove Juno SR1+ performance fix from Central
Key: JBIDE-13335
URL: https://issues.jboss.org/browse/JBIDE-13335
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: central
Affects Versions: 4.0.0.Final
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.0.1.Final
For our 4.0.1 release, we will not need this performance tweak because we'll be including Juno SR2, which already includes the patched versions of Eclipse jars.
Need to therefore, for JBT 4.0.1 and JBDS 6.0.1:
a) remove the requirements/eclipse/4.2.1.v20121122-0007-patches/ site from Central composite sites (2 places)
b) remove the connector from discovery plugins' plugin.xml (2 files)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months