[JBoss JIRA] (JBDS-3364) Include JBT sources in JBDS source zip
by Nick Boldt (JIRA)
Nick Boldt created JBDS-3364:
--------------------------------
Summary: Include JBT sources in JBDS source zip
Key: JBDS-3364
URL: https://issues.jboss.org/browse/JBDS-3364
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: build
Affects Versions: 8.0.2.GA
Reporter: Nick Boldt
Assignee: Nick Boldt
1. Include the contents of the JBT source zip inside the JBDS one so all the sources for everything in JBDS (except third party stuff) can be seen in a single artifact.
2. Ensure that the release guide has a step for pushing this zip to the FTP site, even for service releases.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19372) JBDS Central isn't sure if jst.angularjs feature is EA or not
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19372?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19372:
------------------------------------
Suspect this might be a "working as designed" thing, since it's Denis' commits that got us here in JBDS-3115... but it was hella confusing to see the same connector changing its support status (and description, I realized later after digging into the code above).
If that's the case, we could just reject this.
If not, we could split the duplicate connectors into two *different* IDs so they don't overlap, but instead the EA one complements the supported one. Not sure how that would play with quickstarts and wizards, however.
> JBDS Central isn't sure if jst.angularjs feature is EA or not
> -------------------------------------------------------------
>
> Key: JBIDE-19372
> URL: https://issues.jboss.org/browse/JBIDE-19372
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Attachments: 001_jbds81-central-EA-disabled.png, 002_jbds81-central-EA-enabled.png
>
>
> 1. Installed JBDS 8.0.0
> 2. Attempted to install *JBoss Hybrid Mobile Tools + CordovaSim* from the nightly site, http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.2.luna/ and as a result updated to 8.1.0.Beta1, as part of p2 remediation. But jst.angularjs feature was NOT installed, because the version available is still 3.6.1.Final and JBDS 8.1.0.Beta1 includes 3.6.2.Beta1. (Separate issue, see JBIDE-19370.)
> 3. Now when I start up Central again, I can see the same *JBoss Hybrid Mobile Tools + CordovaSim* connector available, but it won't let me install the jst.angularjs feature.
> 4. There's also the *AngularJS for Web Tools* connector, which attempts to install the same missing feature. But that one is supposed to be Early Access.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19372) JBDS Central isn't sure if jst.angularjs feature is EA or not
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19372?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19372:
-------------------------------
Affects Version/s: 4.3.0.Alpha1
> JBDS Central isn't sure if jst.angularjs feature is EA or not
> -------------------------------------------------------------
>
> Key: JBIDE-19372
> URL: https://issues.jboss.org/browse/JBIDE-19372
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Attachments: 001_jbds81-central-EA-disabled.png, 002_jbds81-central-EA-enabled.png
>
>
> 1. Installed JBDS 8.0.0
> 2. Attempted to install *JBoss Hybrid Mobile Tools + CordovaSim* from the nightly site, http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.2.luna/ and as a result updated to 8.1.0.Beta1, as part of p2 remediation. But jst.angularjs feature was NOT installed, because the version available is still 3.6.1.Final and JBDS 8.1.0.Beta1 includes 3.6.2.Beta1. (Separate issue, see JBIDE-19370.)
> 3. Now when I start up Central again, I can see the same *JBoss Hybrid Mobile Tools + CordovaSim* connector available, but it won't let me install the jst.angularjs feature.
> 4. There's also the *AngularJS for Web Tools* connector, which attempts to install the same missing feature. But that one is supposed to be Early Access.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19372) JBDS Central isn't sure if jst.angularjs feature is EA or not
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19372?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19372:
------------------------------------
Looks like the reason this happens in 4.2.x and 4.3.x is that the connector was added to BOTH Central and EA catalogues:
{code:title=https://github.com/jbosstools/jbosstools-discovery/blob/master/jbdevstudio/com.jboss.jbds.central.discovery/plugin.xml#L58-L76}
certificationId="com.jboss.jbds.discovery.certification.supported"
description="AngularJS Tooling support for Ionic framework"
...
<iu id="org.jboss.tools.jst.angularjs.feature"/>
{code}
vs.
{code:title=https://github.com/jbosstools/jbosstools-discovery/blob/master/jbdevstudio/com.jboss.jbds.central.discovery.earlyaccess/plugin.xml#L20-L45}
certificationId="com.jboss.jbds.discovery.certification.earlyaccess"
description="AngularJS Tooling support providing content assist and navigation + Ionic framework support"
...
<iu id="angularjs-eclipse-feature"/>
<iu id="tern-feature"/>
<iu id="tern-jsdt-feature"/>
<iu id="tern-server-nodejs-feature"/>
<iu id="tern.eclipse.ide.tools.feature"/>
<iu id="tern.eclipse.ide.server.nodejs.embed"/>
<iu id="org.jboss.tools.jst.jsdt.feature" />
<iu id="org.jboss.tools.jst.angularjs.feature" />
{code}
> JBDS Central isn't sure if jst.angularjs feature is EA or not
> -------------------------------------------------------------
>
> Key: JBIDE-19372
> URL: https://issues.jboss.org/browse/JBIDE-19372
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.3.Beta1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Attachments: 001_jbds81-central-EA-disabled.png, 002_jbds81-central-EA-enabled.png
>
>
> 1. Installed JBDS 8.0.0
> 2. Attempted to install *JBoss Hybrid Mobile Tools + CordovaSim* from the nightly site, http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.2.luna/ and as a result updated to 8.1.0.Beta1, as part of p2 remediation. But jst.angularjs feature was NOT installed, because the version available is still 3.6.1.Final and JBDS 8.1.0.Beta1 includes 3.6.2.Beta1. (Separate issue, see JBIDE-19370.)
> 3. Now when I start up Central again, I can see the same *JBoss Hybrid Mobile Tools + CordovaSim* connector available, but it won't let me install the jst.angularjs feature.
> 4. There's also the *AngularJS for Web Tools* connector, which attempts to install the same missing feature. But that one is supposed to be Early Access.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19372) JBDS Central isn't sure if jst.angularjs feature is EA or not
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19372?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-19372:
-----------------------------------
Assignee: Mickael Istria
> JBDS Central isn't sure if jst.angularjs feature is EA or not
> -------------------------------------------------------------
>
> Key: JBIDE-19372
> URL: https://issues.jboss.org/browse/JBIDE-19372
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.3.Beta1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Attachments: 001_jbds81-central-EA-disabled.png, 002_jbds81-central-EA-enabled.png
>
>
> 1. Installed JBDS 8.0.0
> 2. Attempted to install *JBoss Hybrid Mobile Tools + CordovaSim* from the nightly site, http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.2.luna/ and as a result updated to 8.1.0.Beta1, as part of p2 remediation. But jst.angularjs feature was NOT installed, because the version available is still 3.6.1.Final and JBDS 8.1.0.Beta1 includes 3.6.2.Beta1. (Separate issue, see JBIDE-19370.)
> 3. Now when I start up Central again, I can see the same *JBoss Hybrid Mobile Tools + CordovaSim* connector available, but it won't let me install the jst.angularjs feature.
> 4. There's also the *AngularJS for Web Tools* connector, which attempts to install the same missing feature. But that one is supposed to be Early Access.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19372) JBDS Central isn't sure if jst.angularjs feature is EA or not
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19372?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19372:
-------------------------------
Attachment: 002_jbds81-central-EA-enabled.png
001_jbds81-central-EA-disabled.png
5. If I enable EA support, and then I get this:
!002_jbds81-central-EA-enabled.png!
And if I disable it, voila, the connector is now SUPPORTED.
!001_jbds81-central-EA-disabled.png!
Magic!
> JBDS Central isn't sure if jst.angularjs feature is EA or not
> -------------------------------------------------------------
>
> Key: JBIDE-19372
> URL: https://issues.jboss.org/browse/JBIDE-19372
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.3.Beta1
> Reporter: Nick Boldt
> Attachments: 001_jbds81-central-EA-disabled.png, 002_jbds81-central-EA-enabled.png
>
>
> 1. Installed JBDS 8.0.0
> 2. Attempted to install *JBoss Hybrid Mobile Tools + CordovaSim* from the nightly site, http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.2.luna/ and as a result updated to 8.1.0.Beta1, as part of p2 remediation. But jst.angularjs feature was NOT installed, because the version available is still 3.6.1.Final and JBDS 8.1.0.Beta1 includes 3.6.2.Beta1. (Separate issue, see JBIDE-19370.)
> 3. Now when I start up Central again, I can see the same *JBoss Hybrid Mobile Tools + CordovaSim* connector available, but it won't let me install the jst.angularjs feature.
> 4. There's also the *AngularJS for Web Tools* connector, which attempts to install the same missing feature. But that one is supposed to be Early Access.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19372) JBDS Central isn't sure if jst.angularjs feature is EA or not
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-19372:
----------------------------------
Summary: JBDS Central isn't sure if jst.angularjs feature is EA or not
Key: JBIDE-19372
URL: https://issues.jboss.org/browse/JBIDE-19372
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.3.Beta1
Reporter: Nick Boldt
1. Installed JBDS 8.0.0
2. Attempted to install *JBoss Hybrid Mobile Tools + CordovaSim* from the nightly site, http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.2.luna/ and as a result updated to 8.1.0.Beta1, as part of p2 remediation. But jst.angularjs feature was NOT installed, because the version available is still 3.6.1.Final and JBDS 8.1.0.Beta1 includes 3.6.2.Beta1. (Separate issue, see JBIDE-19370.)
3. Now when I start up Central again, I can see the same *JBoss Hybrid Mobile Tools + CordovaSim* connector available, but it won't let me install the jst.angularjs feature.
4. There's also the *AngularJS for Web Tools* connector, which attempts to install the same missing feature. But that one is supposed to be Early Access.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19371) Refactor the OpenShiftRedirectionStrategy to get auth scheme
by Jeff Cantrill (JIRA)
Jeff Cantrill created JBIDE-19371:
-------------------------------------
Summary: Refactor the OpenShiftRedirectionStrategy to get auth scheme
Key: JBIDE-19371
URL: https://issues.jboss.org/browse/JBIDE-19371
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.Alpha2
Reporter: Jeff Cantrill
Introducing an authorization client which is able to determine how to authenticate when it gets a 401 and includes the following headers:
(org.apache.http.Header[]) [Www-Authenticate: Basic realm="openshift", Date: Wed, 25 Feb 2015 20:11:49 GMT, Content-Length: 0, Content-Type: text/plain; charset=utf-8]
Add method to identify the auth scheme and return the realm. Update the 'canconnect' endpoint to use this function.
This was achieved by trying to auth with empty username and password
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBDS-3352) FeedHenry feature isn't available in any JBDS site [8.1]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3352?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3352:
----------------------------------
jst.angularjs feature problem reported here: JBIDE-19370
> FeedHenry feature isn't available in any JBDS site [8.1]
> --------------------------------------------------------
>
> Key: JBDS-3352
> URL: https://issues.jboss.org/browse/JBDS-3352
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: aerogear-hybrid, discovery, updatesite
> Affects Versions: 8.1.0.Beta1
> Reporter: Gorkem Ercan
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 8.1.0.Beta1
>
> Attachments: jbds81-install-fromcentral-80site-error.png, jbds81-install-fromcentral-81nightlysite-error-jst-cant-be-installed.png
>
>
> The FeedHenry feature, which is listed in the discovery catalog, isn't available for installation in any of the JBDS repositories: installer, main, TP, central, earlyaccess.
> We need to add it to one of those sources if we want FeedHenry in JBDS
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (JBIDE-19370) AngularJS support in JBT 4.2.3.Beta1 is newer than the version in JBDS 8.1.0.Beta1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19370?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19370:
-------------------------------
Description:
For some reason JBDS 8.1.0.Beta1 contains the older 3.6.1.Final version of the AngularJS support feature, o.j.t.jst.angularjs.feature. It should contain the 3.6.2.Beta1 version.
Need to investigate if this is just a problem w/ Central site being out of date, or something worse.
was:
For some reason JBDS 8.1.0.Beta1 contains the older 3.6.1.Final version of the AngularJS support feature, o.j.t.jst.angularjs.feature.
Need to investigate if this is just a problem w/ Central site being out of date, or something worse.
> AngularJS support in JBT 4.2.3.Beta1 is newer than the version in JBDS 8.1.0.Beta1
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-19370
> URL: https://issues.jboss.org/browse/JBIDE-19370
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, jsp/jsf/xml/html source editing
> Affects Versions: 4.2.3.Beta1
> Reporter: Nick Boldt
> Attachments: angularjs-in-jbds810beta-nightly_361Final.png, angularjs-in-jbt423beta-nightly_362Beta1.png
>
>
> For some reason JBDS 8.1.0.Beta1 contains the older 3.6.1.Final version of the AngularJS support feature, o.j.t.jst.angularjs.feature. It should contain the 3.6.2.Beta1 version.
> Need to investigate if this is just a problem w/ Central site being out of date, or something worse.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months