[JBoss JIRA] (JBDS-3044) Align installation default path with installer filename
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3044?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3044 at 5/28/14 10:36 AM:
------------------------------------------------------------
Martin did a quick test on OSX to see what the longest file paths are inside JBDS 8 Beta2:
{quote}
{code}
find jbdevstudio-* |awk '{ print length($0) ; }'|sort|uniq|egrep "2.+"
{code}
shows 251 as the longest path on Mac so not really safe
longest is ./studio/configuration/org.eclipse.osgi/949/data/c7ff8a0a591e0e90fe36069138e75f68/1012-1401176993555/org.springframework.ide.eclipse.core.java.ProjectClassLoaderCache$SourceAndOutputLocationResourceChangeListener$SourceAndOutputLocationResourceVisitor
but that is spring and it's data
{quote}
So we're already pushing the limit here for long paths on Windows / NTFS...
Related (with some LOLs): http://blog.codinghorror.com/filesystem-paths-how-long-is-too-long/
There are ways to achieve more-than-260-char paths, but do we want to?
was (Author: nickboldt):
Martin did a quick test on OSX to see what the longest file paths are inside JBDS 8 Beta2:
{quote}
{code}
find jbdevstudio-* |awk '{ print length($0) ; }'|sort|uniq|egrep "2.+"
{code}
shows 251 as the longest path on Mac so not really safe
longest is ./studio/configuration/org.eclipse.osgi/949/data/c7ff8a0a591e0e90fe36069138e75f68/1012-1401176993555/org.springframework.ide.eclipse.core.java.ProjectClassLoaderCache$SourceAndOutputLocationResourceChangeListener$SourceAndOutputLocationResourceVisitor
but that is spring and it's data
{quote}
So we're already pushing the limit here for long paths on Windows / NTFS...
> Align installation default path with installer filename
> -------------------------------------------------------
>
> Key: JBDS-3044
> URL: https://issues.jboss.org/browse/JBDS-3044
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 8.0.0.Beta2
> Reporter: Martin Malina
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: discuss
> Fix For: 8.0.0.Beta3
>
>
> Now that Nick changed the installer filenames to jboss-devstudio in JBIDE-16871 (was jbdevstudio), shouldn't the default install path be changed similarly? Because it just went out of sync.
> This question is open for discussion. Nick pointed out some reasons against this suggestion:
> {quote}
> Martin Malina Re: changing the installation folder, I'll hold off on that change for the moment for a few reasons:
> a) Max is AFK, and will want to vet/veto this idea
> b) long paths for Windows users (80% of our user base) = bad news, especially considering how long some file paths can get already within Eclipse workspaces
> c) short paths for Windows (c:\jbdevstudio) & long paths for everyone else ~/jboss-devstudio) would be ill-advised from a documentation and cross-platform user experience
> So, either we stick w/ jbdevstudio, or we shorten to devstudio (losing the "jb" branding fragment). If we move to "jboss-devstudio" we increase the path by only 4 characters.
> Max Rydahl Andersen WDYT?
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
1 week, 5 days
[JBoss JIRA] (JBDS-2719) Multiple Spring AOP problems when travel example is imported
by Joshua Wilson (JIRA)
[ https://issues.jboss.org/browse/JBDS-2719?page=com.atlassian.jira.plugin.... ]
Joshua Wilson commented on JBDS-2719:
-------------------------------------
[~nickboldt] I will need to test several different configurations to confirm my earlier guess. This is what I know so far.
First I would ask that you test with the [Kitchensink-Spring Quickstarts|https://github.com/jboss-developer/jboss-wfk-quickstarts] as I am working to keep them up to date and error free as much as possible. This specific error can be seen in the [kitchensink-spring-matrixvariable|https://github.com/jboss-developer/jbos...] quickstart. The Travel and PetClinic will be kept as close to the original as possible (and I haven't had a chance to update them yet).
With that in mind if I Build (with Eclipse/JBDS) [kitchensink-spring-matrixvariable|https://github.com/jboss-developer/jbos...] in JBDS 7.0.1 with Spring IDE 3.3 installed from JBoss Central, I get the aspectj error. However if I Build while in a standard Eclipse JEE install with JBDS and the stock Spring IDE/STS 3.4 installed, I do NOT get the aspectj error.
In order to truly confirm that adding both "AspectJ Compiler" and "AspectJ Development Tools" will fix the error, I would need to test that on my JBDS 7.0.1/SpringIDE 3.3 set up.
> Multiple Spring AOP problems when travel example is imported
> ------------------------------------------------------------
>
> Key: JBDS-2719
> URL: https://issues.jboss.org/browse/JBDS-2719
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification, upstream
> Affects Versions: 7.0.0.GA
> Environment: JBDS 7.0.0.GA, L64, Spring IDE 3.3 installed from JBoss Central
> Reporter: Jiri Peterka
> Assignee: Nick Boldt
> Fix For: 7.1.0.Beta1
>
>
> There are Multiple Spring AOP Errors after travel example is imported:
> {code}
> Build path is incomplete. Cannot find class file for org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
> {code}
--
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
3 months
[JBoss JIRA] (JBIDE-27148) All 1.2 and 2.0 CDI itests are totally block at the beginning of the testrun by one mysterious issue appearing only on Jenkins (on localhost is everything ok)
by Zbyněk Červinka (Jira)
[ https://issues.redhat.com/browse/JBIDE-27148?page=com.atlassian.jira.plug... ]
Zbyněk Červinka closed JBIDE-27148.
-----------------------------------
> All 1.2 and 2.0 CDI itests are totally block at the beginning of the testrun by one mysterious issue appearing only on Jenkins (on localhost is everything ok)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-27148
> URL: https://issues.redhat.com/browse/JBIDE-27148
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, integration-tests
> Affects Versions: 4.15.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Critical
> Fix For: 4.15.0.AM1
>
> Attachments: org.jboss.tools.cdi.bot.test.beans.bean.cdi20.AsYouTypeValidationTestCDI20(a)JRERequirement.png, org.jboss.tools.cdi.bot.test.beans.bean.cdi20.VetoedAnnotationTestCDI20(a)JRERequirement.png
>
>
> h2. Important details:
> * It is *org.eclipse.reddeer.core.exception.CoreLayerException*
> * Issue starts appearing at the beginning of the week
> * Issue appears only on Jenkins and block all the tests on the beginning of the testrun (on localhost OS X is everything ok)
> h2. Jenkins jobs - whole testclass:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi12.it...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi20.it...
> h2. Jenkins jobs - one test:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi12.it...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi20.it...
> h2. Stacktrace:
> {code:java}
> org.eclipse.reddeer.core.exception.CoreLayerException:
> No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.custom.CTabItem, Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbeans.xml\E']
> class org.eclipse.swt.widgets.Shell[shell: 'data - Red Hat CodeReady Studio'] with text 'data - Red Hat CodeReady Studio'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.ScrolledForm[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.ScrolledForm[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.central.internal.browser.VersionedBrowser[shell: 'data - Red Hat CodeReady Studio'] with text '<!doctype html>
> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
> <!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
> <head>
> <meta charset="utf-8">
> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
> <title>Red Hat Central</title>
> <meta name="description" content="">
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans" />
> <link rel="stylesheet" type="text/css" href="css/jboss-app.css">
> <!-- add only required overpass font files for modern browsers from https://github.com/RedHatBrand/Overpass/tree/master/webfonts/overpass-web...
> so far, it seems we need overpass-thin.woff2, overpass-regular.woff2, overpass-light.woff2
> -->
> <link rel="stylesheet" type="text/css" href="css/overpass.css" />
> </head>
> <body>
> <div id="settingsContainer">
> <div class="settings" data-toggle="popover">
> <span class="glyphicon glyphicon-cog"></span>
> </div>
> <div class="popper-content"><p style="white-space: nowrap;">
> <input type="checkbox" id="showOnStartup" onclick="closePopover(this);" class="showOnStartup"/>
> <span>Open on Start up</span></p></div>
> </div>
> <div class="jumbotron">
> <div class="container">
> <h2>Welcome to Red Hat!</h2>
> <div id="buzz-carousel" class="carousel slide vertical">
> <!-- Carousel items -->
> <div id="buzz" class="carousel-inner">
> <div class="active item">
> <p>Brand new? Try our <a href="https://developers.redhat.com/ticket-monster/" class="external">TicketMonster</a> tutorial.</p>
> </div>
> </div>
> </div>
> <div class="row search-row">
> <div class="col-md-6 col-sm-9 col-xs-9 search-area">
> <form id="search-form">
> <div class="form-group" id="searchBar">
> <label class="control-label sr-only" for="search">Search</label>
> <input class="form-control input-lg has-clear" id="search" type="text" placeholder="Search project starters (ex: JPA, REST, Angular)">
> <div class="input-clear form-control-feedback" id="clearSearch"><a href="#"><span class="glyphicon glyphicon glyphicon-remove-sign"></span>clear search</a></div>
> </div>
> </form>
> </div>
> </div>
> </div>
> </div>
> <!-- /jumbotron -->
> <div id="results" class="container-results results hidden">
> <div class="container">
> <nav>
> <ul class="pager">
> <li class="previous"><a href="index.html"><span aria-hidden="true"><</span> back</a></li>
> </ul>
> </nav>
> <div id="resultList" class="list-group"></div>
> <!-- /list-group -->
> <nav class="pull-right">
> <ul id="pagination-results" class="pagination"></ul>
> </nav>
> </div>
> <!-- /container -->
> </div>
> <!-- /container-results -->
> <div id="home" class="home">
> <div class="home-icons">
> <div class="container">
> <!-- icons -->
> <div class="row">
> <div class="col-xs-6 col-md-6">
> <a id="addtools" href="#addtools" class="icon-left" title="Add tools">
> <div class="icon-addtools"></div>
> <!--
> <p>Add tools</p>
> -->
> </a>
> </div>
> <div class="col-xs-6 col-md-6">
> <a href="https://developers.redhat.com/" class="icon-right external" title="Learn about Red Hat">
> <div class="icon-info"></div>
> <!--
> <p>Learn about JBoss</p>
> -->
> </a>
> </div>
> </div>
> </div>
> </div>
> <!-- /home-icons -->
> <h5 id="earlyaccess"><em class="highlight">Early Access enabled/installed</em></h5>
> <div id="wizards" class="container-bg">
> <div class="container">
> <div class="row">
> </div>
> <!-- /row -->
> </div>
> <!-- /container -->
> </div>
> <!-- home -->
> </div>
> <!-- /container-bg -->
> <script src="lib/jquery/js/jquery.min.js"></script>
> <script src="lib/jquery-highlight/js/jquery.highlight.js"></script>
> <script src="lib/twbs-pagination/js/jquery.twbsPagination.min.js"></script>
> <script src="lib/bootstrap-sass-official/js/bootstrap.min.js"></script>
> <script src="js/main.min.js"></script>
> <!--
> <script src="../../src/scripts/main.js"></script>
> -->
> </body>
> </html>
> '
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'Errors'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Errors'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.model.ui.widgets.Split[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.model.ui.widgets.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Test'
> class org.jboss.tools.common.model.ui.widgets.Viewport[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'Cdi Beans'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Cdi Beans'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Name:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Bean-Discovery-Mode:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Combo[shell: 'data - Red Hat CodeReady Studio'] with text 'annotated'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Version:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text '2.0'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.text.xml.ui.FreeCaretStyledText[shell: 'data - Red Hat CodeReady Studio'] with text '<?xml version="1.0" encoding="UTF-8"?>
> <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd"
> version="2.0" bean-discovery-mode="annotated">
>
>
>
> </beans>'
> class org.eclipse.jface.text.source.CompositeRuler$CompositeRulerCanvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.AnnotationRulerColumn$4[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.LineNumberRulerColumn$2[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.AnnotationRulerColumn$4[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'There is no active editor that provides an outline.'
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text '0 items'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'The active part does not provide properties.'
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyTitle[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CLabel[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$TopNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$TopNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Link[shell: 'data - Red Hat CodeReady Studio'] with text '<a>No servers are available. Click this link to create a new server...</a>'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.action.StatusLine[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CLabel[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.dialogs.ProgressIndicator[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.progress.ProgressRegion$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> at org.jboss.tools.cdi.bot.test.beans.openon.cdi20.FindObserverEventTestCDI20.changeDiscoveryMode(FindObserverEventTestCDI20.java:46)
> Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found
> at org.jboss.tools.cdi.bot.test.beans.openon.cdi20.FindObserverEventTestCDI20.changeDiscoveryMode(FindObserverEventTestCDI20.java:46)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 6 months
[JBoss JIRA] (JBIDE-27146) Fix the failing tests in JSFProjectTest testclass in maven.itests
by Zbyněk Červinka (Jira)
[ https://issues.redhat.com/browse/JBIDE-27146?page=com.atlassian.jira.plug... ]
Zbyněk Červinka closed JBIDE-27146.
-----------------------------------
Itests has been fixed, I am closing this jira.
> Fix the failing tests in JSFProjectTest testclass in maven.itests
> -----------------------------------------------------------------
>
> Key: JBIDE-27146
> URL: https://issues.redhat.com/browse/JBIDE-27146
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests
> Affects Versions: 4.15.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Major
> Fix For: 4.15.0.AM1
>
>
> h2. There are failing tests in the following testclasses:
> * JSFProjectTest.java
> Reason - repo is needed to be added in the test
> *Error Message:*
> Build should be succesfull but is not..
> Project build is complete
> *Stacktrace:*
> java.lang.AssertionError:
> Build should be succesfull but is not..
> Project build is complete
> at org.jboss.tools.maven.ui.bot.test.project.JSFProjectTest.createJSFProjectTestAS7JSFv23(JSFProjectTest.java:57)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 6 months
[JBoss JIRA] (JBIDE-27155) Unbound classpath container: 'JRE System Library [JavaSE-11]' in project 'test'
by Oleksii Korniienko (Jira)
[ https://issues.redhat.com/browse/JBIDE-27155?page=com.atlassian.jira.plug... ]
Oleksii Korniienko updated JBIDE-27155:
---------------------------------------
Description:
Error after creating project with openjdk-1.8. Its ok with openjdk11 (will work after adding openjdk11 into instaledJREs) or after changing version to 1.8 in next to lines (pom.xml):
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Same in Gradle project (build.gradle) to 1_8:
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
Red Hat CodeReady Studio
Version: 12.15.0.AM1
Build id: AM1-v20200326-1404-B6119
Build date: 20200326-1404
was:
Error after creating project with openjdk-1.8. Its ok with openjdk11 (will work after adding openjdk11 into instaledJREs) or after changing version to 1.8 in next to lines:
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Red Hat CodeReady Studio
Version: 12.15.0.AM1
Build id: AM1-v20200326-1404-B6119
Build date: 20200326-1404
> Unbound classpath container: 'JRE System Library [JavaSE-11]' in project 'test'
> -------------------------------------------------------------------------------
>
> Key: JBIDE-27155
> URL: https://issues.redhat.com/browse/JBIDE-27155
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.15.0.AM1
> Reporter: Oleksii Korniienko
> Priority: Major
> Attachments: Screenshot from 2020-03-31 11-20-22.png
>
>
> Error after creating project with openjdk-1.8. Its ok with openjdk11 (will work after adding openjdk11 into instaledJREs) or after changing version to 1.8 in next to lines (pom.xml):
> <maven.compiler.source>11</maven.compiler.source>
> <maven.compiler.target>11</maven.compiler.target>
> Same in Gradle project (build.gradle) to 1_8:
> java {
> sourceCompatibility = JavaVersion.VERSION_11
> targetCompatibility = JavaVersion.VERSION_11
> }
> Red Hat CodeReady Studio
> Version: 12.15.0.AM1
> Build id: AM1-v20200326-1404-B6119
> Build date: 20200326-1404
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 6 months
[JBoss JIRA] (JBIDE-27155) Unbound classpath container: 'JRE System Library [JavaSE-11]' in project 'test'
by Oleksii Korniienko (Jira)
[ https://issues.redhat.com/browse/JBIDE-27155?page=com.atlassian.jira.plug... ]
Oleksii Korniienko updated JBIDE-27155:
---------------------------------------
Description:
Error after creating project with openjdk-1.8. Its ok with openjdk11 (will work after adding openjdk11 into instaledJREs) or after changing version to 1.8 in next to lines (pom.xml):
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Same in Gradle project (build.gradle) to 1_8:
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Red Hat CodeReady Studio
Version: 12.15.0.AM1
Build id: AM1-v20200326-1404-B6119
Build date: 20200326-1404
was:
Error after creating project with openjdk-1.8. Its ok with openjdk11 (will work after adding openjdk11 into instaledJREs) or after changing version to 1.8 in next to lines (pom.xml):
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Same in Gradle project (build.gradle) to 1_8:
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
Red Hat CodeReady Studio
Version: 12.15.0.AM1
Build id: AM1-v20200326-1404-B6119
Build date: 20200326-1404
> Unbound classpath container: 'JRE System Library [JavaSE-11]' in project 'test'
> -------------------------------------------------------------------------------
>
> Key: JBIDE-27155
> URL: https://issues.redhat.com/browse/JBIDE-27155
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.15.0.AM1
> Reporter: Oleksii Korniienko
> Priority: Major
> Attachments: Screenshot from 2020-03-31 11-20-22.png
>
>
> Error after creating project with openjdk-1.8. Its ok with openjdk11 (will work after adding openjdk11 into instaledJREs) or after changing version to 1.8 in next to lines (pom.xml):
> <maven.compiler.source>11</maven.compiler.source>
> <maven.compiler.target>11</maven.compiler.target>
> Same in Gradle project (build.gradle) to 1_8:
> sourceCompatibility = JavaVersion.VERSION_11
> targetCompatibility = JavaVersion.VERSION_11
> Red Hat CodeReady Studio
> Version: 12.15.0.AM1
> Build id: AM1-v20200326-1404-B6119
> Build date: 20200326-1404
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 6 months