[JBoss JIRA] (JBIDE-15334) Use Java5 method to check if String is empty
by Jakub Niedermertl (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15334?page=com.atlassian.jira.plugi... ]
Jakub Niedermertl updated JBIDE-15334:
--------------------------------------
Fix Version/s: (was: 4.2.0.Alpha1)
> Use Java5 method to check if String is empty
> --------------------------------------------
>
> Key: JBIDE-15334
> URL: https://issues.jboss.org/browse/JBIDE-15334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.1.1.Alpha1
>
>
> When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Steps to reproduce:
> Import the Archives projects in a workspace where a JRE5 exists
> Assert: no compilation error
> Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
> because String#isEmpty() was defined in Java6
> The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15490) CLONE - Use Java5 method to check if String is empty
by Jakub Niedermertl (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15490?page=com.atlassian.jira.plugi... ]
Jakub Niedermertl resolved JBIDE-15490.
---------------------------------------
Resolution: Done
Issue created to split verification of 2 branches. Original JBIDE-15334 issue already resolved.
> CLONE - Use Java5 method to check if String is empty
> ----------------------------------------------------
>
> Key: JBIDE-15490
> URL: https://issues.jboss.org/browse/JBIDE-15490
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Reporter: Jakub Niedermertl
> Assignee: Rob Stryker
> Fix For: 4.2.0.Alpha1
>
>
> When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Steps to reproduce:
> Import the Archives projects in a workspace where a JRE5 exists
> Assert: no compilation error
> Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
> because String#isEmpty() was defined in Java6
> The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15334) Use Java5 method to check if String is empty
by Jakub Niedermertl (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15334?page=com.atlassian.jira.plugi... ]
Jakub Niedermertl closed JBIDE-15334.
-------------------------------------
> Use Java5 method to check if String is empty
> --------------------------------------------
>
> Key: JBIDE-15334
> URL: https://issues.jboss.org/browse/JBIDE-15334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Steps to reproduce:
> Import the Archives projects in a workspace where a JRE5 exists
> Assert: no compilation error
> Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
> because String#isEmpty() was defined in Java6
> The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15490) CLONE - Use Java5 method to check if String is empty
by Jakub Niedermertl (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15490?page=com.atlassian.jira.plugi... ]
Jakub Niedermertl updated JBIDE-15490:
--------------------------------------
Fix Version/s: (was: 4.1.1.Alpha1)
> CLONE - Use Java5 method to check if String is empty
> ----------------------------------------------------
>
> Key: JBIDE-15490
> URL: https://issues.jboss.org/browse/JBIDE-15490
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Reporter: Jakub Niedermertl
> Assignee: Rob Stryker
> Fix For: 4.2.0.Alpha1
>
>
> When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Steps to reproduce:
> Import the Archives projects in a workspace where a JRE5 exists
> Assert: no compilation error
> Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
> because String#isEmpty() was defined in Java6
> The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15490) CLONE - Use Java5 method to check if String is empty
by Jakub Niedermertl (JIRA)
Jakub Niedermertl created JBIDE-15490:
-----------------------------------------
Summary: CLONE - Use Java5 method to check if String is empty
Key: JBIDE-15490
URL: https://issues.jboss.org/browse/JBIDE-15490
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: archives
Reporter: Jakub Niedermertl
Assignee: Rob Stryker
Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
Steps to reproduce:
Import the Archives projects in a workspace where a JRE5 exists
Assert: no compilation error
Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
because String#isEmpty() was defined in Java6
The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
--
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
12 years, 7 months
[JBoss JIRA] (JBTIS-171) Don't override other connectors in discovery.xml
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBTIS-171?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBTIS-171:
-------------------------------------------
Just try installing other connectors when using the sites as this:
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/7.0.0.Beta1/devstudio-integration-stack-directory.xml
-Djboss.discovery.site.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/7.0.0.Beta1
And I really don't think a site for JBDS IS should merge in on top of the setup QE and others are testing. This means I would be mixing JBDS 7.1 with 7.0 stuff which is *not* what is intended.
At least there should be an option to keep these things separate for testing things in combination.
> Don't override other connectors in discovery.xml
> ------------------------------------------------
>
> Key: JBTIS-171
> URL: https://issues.jboss.org/browse/JBTIS-171
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: distribution
> Reporter: Max Rydahl Andersen
> Assignee: Paul Leacu
>
> Currently this is in discovery plugin:
> siteUrl="$\{jboss.discovery.site.url:https://devstudio.jboss.com/updates/7.0-development/central/integration-stack/}"
>
> And instructions to test it says:
> -vmargs -Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/7.0.0.Beta1/devstudio-integration-stack-directory.xml -Djboss.discovery.site.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/7.0.0.Beta1
> This is all great but it disables all other connectors in JBDS/eclipse thus it makes it hard to get together.
> I suggest you use your own specific site url instead, something like:
> siteUrl="$\{jboss.discovery.integration-stack.site.url:https://devstudio.jboss.com/updates/7.0-development/central/integration-stack/}"
> Then the base connectors will still work.
> We might even consider using recursive properties to allow for a global override, this would need changing in both IS And core discovery.xml to the tune of:
> in core: siteUrl="$\{jboss.global.discovery.site.url,jboss.discovery.site.url:https://devstudio.jboss.com/updates/7.0-development/central/core}"
> in stack:
> siteUrl="$\{jboss.global.discovery.site.url,jboss.discovery.integration-stack.site.url:https://devstudio.jboss.com/updates/7.0-development/central/integration-stack/}"
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15334) Use Java5 method to check if String is empty
by Jakub Niedermertl (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15334?page=com.atlassian.jira.plugi... ]
Jakub Niedermertl commented on JBIDE-15334:
-------------------------------------------
Vefiried: ok
commit: https://github.com/jbosstools/jbosstools-server/commit/3f6980bf615b2dfe17...
branch: jbosstools-4.1.1.Alpha1x
> Use Java5 method to check if String is empty
> --------------------------------------------
>
> Key: JBIDE-15334
> URL: https://issues.jboss.org/browse/JBIDE-15334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Steps to reproduce:
> Import the Archives projects in a workspace where a JRE5 exists
> Assert: no compilation error
> Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
> because String#isEmpty() was defined in Java6
> The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15334) Use Java5 method to check if String is empty
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15334?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-15334:
----------------------------------
Description:
When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
Steps to reproduce:
Import the Archives projects in a workspace where a JRE5 exists
Assert: no compilation error
Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
because String#isEmpty() was defined in Java6
The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
was:
When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
Steps to reproduce:
Import the Archives projects in a workspace where a JRE5 exists
Assert: no compilation error
Fail: compilation errors because String#isEmpty() was defined in Java6
> Use Java5 method to check if String is empty
> --------------------------------------------
>
> Key: JBIDE-15334
> URL: https://issues.jboss.org/browse/JBIDE-15334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Steps to reproduce:
> Import the Archives projects in a workspace where a JRE5 exists
> Assert: no compilation error
> Fail: compilation errors in archives/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/interna/xb/XMLBinding.java
> because String#isEmpty() was defined in Java6
> The problem does not appear if the workspace is configured with a Java6 (or more) JRE.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15334) Use Java5 method to check if String is empty
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15334?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-15334:
----------------------------------
Description:
When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
Steps to reproduce:
Import the Archives projects in a workspace where a JRE5 exists
Assert: no compilation error
Fail: compilation errors because String#isEmpty() was defined in Java6
was:When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Use Java5 method to check if String is empty
> --------------------------------------------
>
> Key: JBIDE-15334
> URL: https://issues.jboss.org/browse/JBIDE-15334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: archives
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> When importing some Archive projects in a workspace where a Java5 JRE exists, there is a compilation error because of the use of String#isEmpty() which is defined in Java6+
> Steps to reproduce:
> Import the Archives projects in a workspace where a JRE5 exists
> Assert: no compilation error
> Fail: compilation errors because String#isEmpty() was defined in Java6
--
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
12 years, 7 months