[JBoss JIRA] (JBIDE-19448) Performance problems with angular-phonecat project
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19448?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-19448:
---------------------------------------
I saw WTP M6 was declared, does it contain the fix?
> Performance problems with angular-phonecat project
> --------------------------------------------------
>
> Key: JBIDE-19448
> URL: https://issues.jboss.org/browse/JBIDE-19448
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.3.Final
> Environment: Tern.java + AngularJS-Eclipse installed
> Reporter: Victor Rubezhny
> Assignee: Victor Rubezhny
> Fix For: 4.3.0.Alpha2
>
> Attachments: IncludePath.png
>
>
> On angular-phonecat project with the dependencies added by 'npm install' (as well as some other projects where dependencies are taken by bower with 'bower install') there is performance problem occurs.
> 'npm install' and 'bower install' command could add more than 1000 JavaScripts into the project's Include Path, so this could lead into a problem with Eclipse's performance.
> The workaround for the issue is to exclude some directories from JSDT Include Path like 'node_modules/' (in case of 'npm install' is used), 'bower_components/' (in case of 'bower install' is used) as well as other service directories containing JavaScripts that aren't used in JS application:
> !IncludePath.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19346) jbosstools-earlyaccess.properties contains old versions of tern, angular, jetty, and vjet
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19346?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-19346:
---------------------------------------
IMO this file should be included into JBDS using maven dependency or any other way that is not required VPN connection. Currently it is downloaded over VPN only https://github.com/jbdevstudio/jbdevstudio-product/blob/master/plugins/co....
> jbosstools-earlyaccess.properties contains old versions of tern, angular, jetty, and vjet
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-19346
> URL: https://issues.jboss.org/browse/JBIDE-19346
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.3.0.Alpha2
>
>
> While promoting JBT 4.3.0.Alpha1 to /development/ I realized that jbosstools-earlyaccess.properties contains old versions. We should have tern/angular 0.8 in there, right [~dgolovin] ?
> {code}
> $➔ cat jbosstools-earlyaccess.properties
> #Mon Sep 01 18:54:14 CEST 2014
> org.eclipse.vjet.rt.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> org.jboss.tools.arquillian.feature.feature.group=[1.1.2.CR1-v20140830-0003-B63,1.1.2.CR1-v20140830-0003-B63]
> org.eclipse.vjet.extmod.jsdt.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> org.eclipse.vjet.web.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> org.eclipse.vjet.extmod.dltk.core.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> org.eclipse.vjet.codegen.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> tern-server-nodejs-feature.feature.group=[0.5.0.201408272110,0.5.0.201408272110]
> org.eclipse.vjet.eclipse.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> tern.eclipse.ide.tools.feature.feature.group=[0.5.0.201408272110,0.5.0.201408272110]
> tern.eclipse.ide.server.nodejs.embed.feature.group=[0.5.0.201408272110,0.5.0.201408272110]
> org.eclipse.vjet.vsf.domkit.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> org.eclipse.equinox.server.jetty.feature.group=[1.1.100.v20140416-1649,1.1.100.v20140416-1649]
> org.eclipse.vjet.extmod.rhino.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> tern-feature.feature.group=[0.5.0.201408272110,0.5.0.201408272110]
> org.eclipse.vjet.core.feature.group=[0.10.0.201403201656,0.10.0.201403201656]
> tern-jsdt-feature.feature.group=[0.5.0.201408272110,0.5.0.201408272110]
> angularjs-eclipse-feature.feature.group=[0.5.0.201408281218,0.5.0.201408281218]
> {code}
> -- http://download.jboss.org/jbosstools/discovery/staging/4.3.0.Alpha1/jboss...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19509) JBDS headless install no longer works in Jenkins / versionwatch unable to diff 9.0.0.Alpha2 w/ previous
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19509?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-19509:
---------------------------------------
JBIDE-19474 is the reason for this error
> JBDS headless install no longer works in Jenkins / versionwatch unable to diff 9.0.0.Alpha2 w/ previous
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19509
> URL: https://issues.jboss.org/browse/JBIDE-19509
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: qa
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.0.Alpha2
>
>
> JBDS headless install no longer works in Jenkins, so versionwatch is unable to diff 9.0.0.Alpha2 master builds w/ previous Alpha1 and 8.1.x builds.
> I've repeated exactly what the versionwatch script does locally and it's fine w/ JDK 7 and 8, so it's not a config problem.
> But in Jenkins, with VNC enabled (and when not) the headless install process repeatedly stalls out at step 2:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/devstudio.versionwatch_master/1892/console}
> [ Starting automated installation ]
> [ Starting to unpack ]
> [ Processing package: P2 Director Application (1/3) ]
> [ Processing package: Red Hat JBoss Developer Studio 9.0.0.Alpha2 (2/3) ]
> [ Unpacking finished ] ...
> {code}
> But in the 8.1.luna branch, the job is fine:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/devstudio.versionwatch_8.0.luna/363/console}
> +++ /qa/tools/opt/jdk1.6.0_last/bin/java -jar /qa/services/http/binaries/RHDS/builds/staging/devstudio.product_8.0.luna/installer/jboss-devstudio-8.1.0.GA-v20150324-2058-B454-installer-standalone.jar /home/hudson/static_build_env/jbds/versionwatch/installations/jbds-8.1.0.GA.install.xml
> [ Starting automated installation ]
> [ Starting to unpack ]
> [ Processing package: P2 Director Application (1/3) ]
> [ Processing package: Red Hat JBoss Developer Studio 8.1.0.GA (2/3) ]
> [ Processing package: Red Hat JBoss Developer Studio 8.1.0.GA Metadata Generation (3/3) ]
> [ Unpacking finished ]
> [ Creating shortcuts done. ]
> [ Add shortcuts to uninstaller done. ]
> [ Writing the uninstaller data ... ]
> [ Automated installation done ]{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19513) multiple versions of upstream plugins in JBDS 9
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19513?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19513:
-------------------------------
Description:
These plugins versions are included in JBDS 9 with multiple versions. We need to decide if this is acceptable / intentional, or something to fix.
{code}
org.eclipse.jetty.http_8.1.14.v20131031 and 9.2.5
org.eclipse.jetty.servlet_8.1.14.v20131031 and 9.2.5
org.eclipse.jetty.server_8.1.14.v20131031 and 9.2.5
org.eclipse.jetty.security_8.1.14.v20131031 and 9.2.5
org.eclipse.jetty.continuation_8.1.14.v20131031 and 9.2.5
org.eclipse.jetty.util_8.1.14.v20131031 and 9.2.5
org.eclipse.jetty.io_8.1.14.v20131031 and 9.2.5
- and -
javax.servlet_3.1.0.v201410161800 and 3.0.0{code}
Pre-existing ignored/known issues:
{code}
org.eclipse.jdt.annotation_1.1.100.v20140704-0625
com.jcraft.jsch_0.1.50.v201403120620
org.apache.commons.logging_1.0.4.v201101211617
javax.wsdl_1.5.1.v201012040544 {code}
See detailed reports here:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
was:
These plugins versions dropped from these versions in JBDS 8.1.0...
{code}
org.eclipse.rse.dstore_3.7.0.201502160819
org.eclipse.tm.terminal_3.7.0.201502160819
org.eclipse.rse_3.7.0.201502160819
org.eclipse.rse.ssh_3.7.0.201502160819
org.eclipse.rse.telnet_3.7.0.201502160819
org.eclipse.rse.ftp_3.7.0.201502160819
org.eclipse.rse.terminals_3.7.0.201502160819
org.eclipse.rse.local_3.7.0.201502160819
org.eclipse.rse.core_3.7.0.201502160819
org.eclipse.rse.terminals.ui_1.2.200.201412161015
org.eclipse.tm.terminal_3.3.0.201501281007 {code}
to older versions in JBDS 9.0.
This could be an upstream problem (plugins not correctly upversioned at Eclipse) or it could be something that's been fixed in the latest Mars M6. Something we definitely need to investigate and report upstream if not fixed there already.
See detailed reports here:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
> multiple versions of upstream plugins in JBDS 9
> -----------------------------------------------
>
> Key: JBIDE-19513
> URL: https://issues.jboss.org/browse/JBIDE-19513
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, qa, target-platform, updatesite
> Affects Versions: 4.3.0.Alpha1
> Reporter: Nick Boldt
>
> These plugins versions are included in JBDS 9 with multiple versions. We need to decide if this is acceptable / intentional, or something to fix.
> {code}
> org.eclipse.jetty.http_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.servlet_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.server_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.security_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.continuation_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.util_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.io_8.1.14.v20131031 and 9.2.5
> - and -
> javax.servlet_3.1.0.v201410161800 and 3.0.0{code}
> Pre-existing ignored/known issues:
> {code}
> org.eclipse.jdt.annotation_1.1.100.v20140704-0625
> com.jcraft.jsch_0.1.50.v201403120620
> org.apache.commons.logging_1.0.4.v201101211617
> javax.wsdl_1.5.1.v201012040544 {code}
> See detailed reports here:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19513) multiple versions of jetty and java.servlet plugins in JBDS 9
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19513?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19513:
-------------------------------
Summary: multiple versions of jetty and java.servlet plugins in JBDS 9 (was: multiple versions of upstream plugins in JBDS 9)
> multiple versions of jetty and java.servlet plugins in JBDS 9
> -------------------------------------------------------------
>
> Key: JBIDE-19513
> URL: https://issues.jboss.org/browse/JBIDE-19513
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, qa, target-platform, updatesite
> Affects Versions: 4.3.0.Alpha1
> Reporter: Nick Boldt
>
> These plugins versions are included in JBDS 9 with multiple versions. We need to decide if this is acceptable / intentional, or something to fix.
> {code}
> org.eclipse.jetty.http_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.servlet_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.server_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.security_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.continuation_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.util_8.1.14.v20131031 and 9.2.5
> org.eclipse.jetty.io_8.1.14.v20131031 and 9.2.5
> - and -
> javax.servlet_3.1.0.v201410161800 and 3.0.0{code}
> Pre-existing ignored/known issues:
> {code}
> org.eclipse.jdt.annotation_1.1.100.v20140704-0625
> com.jcraft.jsch_0.1.50.v201403120620
> org.apache.commons.logging_1.0.4.v201101211617
> javax.wsdl_1.5.1.v201012040544 {code}
> See detailed reports here:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19513) multiple versions of upstream plugins in JBDS 9
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-19513:
----------------------------------
Summary: multiple versions of upstream plugins in JBDS 9
Key: JBIDE-19513
URL: https://issues.jboss.org/browse/JBIDE-19513
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, qa, target-platform, updatesite
Affects Versions: 4.3.0.Alpha1
Reporter: Nick Boldt
These plugins versions dropped from these versions in JBDS 8.1.0...
{code}
org.eclipse.rse.dstore_3.7.0.201502160819
org.eclipse.tm.terminal_3.7.0.201502160819
org.eclipse.rse_3.7.0.201502160819
org.eclipse.rse.ssh_3.7.0.201502160819
org.eclipse.rse.telnet_3.7.0.201502160819
org.eclipse.rse.ftp_3.7.0.201502160819
org.eclipse.rse.terminals_3.7.0.201502160819
org.eclipse.rse.local_3.7.0.201502160819
org.eclipse.rse.core_3.7.0.201502160819
org.eclipse.rse.terminals.ui_1.2.200.201412161015
org.eclipse.tm.terminal_3.3.0.201501281007 {code}
to older versions in JBDS 9.0.
This could be an upstream problem (plugins not correctly upversioned at Eclipse) or it could be something that's been fixed in the latest Mars M6. Something we definitely need to investigate and report upstream if not fixed there already.
See detailed reports here:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months