[JBoss JIRA] (JBDS-3139) Error when isnstalling AngularJS from JBoss Central
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBDS-3139?page=com.atlassian.jira.plugin.... ]
Mickael Istria commented on JBDS-3139:
--------------------------------------
And latest installation-grinder did succeed!
> Error when isnstalling AngularJS from JBoss Central
> ---------------------------------------------------
>
> Key: JBDS-3139
> URL: https://issues.jboss.org/browse/JBDS-3139
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central
> Affects Versions: 8.0.0.CR1
> Environment: JBDS 8.0.0.CR1-v20140831-0335-B201
> Reporter: Vlado Pakan
> Assignee: Mickael Istria
> Priority: Blocker
> Labels: respin-a
> Fix For: 8.0.0.CR1
>
>
> Getting this error when trying to install AngularJS from JBoss Central:
> The following connectors are not available: AngularJS for WebTools
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18270) Better support for ShrinkWrap API in Generate Deployment
by Aslak Knutsen (JIRA)
Aslak Knutsen created JBIDE-18270:
-------------------------------------
Summary: Better support for ShrinkWrap API in Generate Deployment
Key: JBIDE-18270
URL: https://issues.jboss.org/browse/JBIDE-18270
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: testing-tools
Reporter: Aslak Knutsen
Priority: Minor
When doing 'add dependent' classes to 'generate deployment method' is performed;
How about grouping each dependent class for the same package in a addClasses(X, Y) instead of using addClass on all individually. Just makes the Deployment a bit more visually 'appealing'. In theory addClasses could be more optimized when adding multiple in one call.
{code}
org.test.a.X
org.test.a.Y
org.test.b.Z
.addClasses(X, Y)
.addClass(Z)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months