[JBoss JIRA] (JBDS-3553) Integrate/Enable CodeRecommenders substring completion in JBDS
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBDS-3553?page=com.atlassian.jira.plugin.... ]
Mickael Istria updated JBDS-3553:
---------------------------------
Component/s: target-platform
Description:
Eclipse Mars release are shipped with CodeRecommenders enabled so that Java developers can benefit from substring completion and many others: https://www.eclipse.org/recommenders/manual/
JBDS doesn't have it enabled by default when installing from installer. Since it provides a lot of value for Java developers, it should be on by default.
*Project page/sources:* https://www.eclipse.org/recommenders/manual/
*Version:* 2.2.4 (part of Mars)
*License and owner:* EPL, Eclipse Community/CodeTrails
*Original p2 repo:* included in Mars repository
*JBoss mirror:* will use our Mars mirror
*Include Sources:* No
*Affected JBoss Tools components:* JBDS feature and product
*Include in JBDS:* Yes (only, not in JBT as it's supposed to be available in upstream Eclipse)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
TODO
{code}
was:
Eclipse Mars release are shipped with CodeRecommenders enabled so that Java developers can benefit from substring completion and many others: https://www.eclipse.org/recommenders/manual/
JBDS doesn't have it enabled by default when installing from installer. Since it provides a lot of value for Java developers, it should be on by default.
> Integrate/Enable CodeRecommenders substring completion in JBDS
> --------------------------------------------------------------
>
> Key: JBDS-3553
> URL: https://issues.jboss.org/browse/JBDS-3553
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: p2-product, target-platform
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Fix For: 9.0.1.Beta1
>
>
> Eclipse Mars release are shipped with CodeRecommenders enabled so that Java developers can benefit from substring completion and many others: https://www.eclipse.org/recommenders/manual/
> JBDS doesn't have it enabled by default when installing from installer. Since it provides a lot of value for Java developers, it should be on by default.
> *Project page/sources:* https://www.eclipse.org/recommenders/manual/
> *Version:* 2.2.4 (part of Mars)
> *License and owner:* EPL, Eclipse Community/CodeTrails
> *Original p2 repo:* included in Mars repository
> *JBoss mirror:* will use our Mars mirror
> *Include Sources:* No
> *Affected JBoss Tools components:* JBDS feature and product
> *Include in JBDS:* Yes (only, not in JBT as it's supposed to be available in upstream Eclipse)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> TODO
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-20521) Show In - Web Browser is enabled and do nothing when there are no routes
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20521?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-20521:
-------------------------------------
[~mlabuda]: do you have an example of route-less project/application/template?
[~istewart]: do you mind taking a look please?
> Show In - Web Browser is enabled and do nothing when there are no routes
> ------------------------------------------------------------------------
>
> Key: JBIDE-20521
> URL: https://issues.jboss.org/browse/JBIDE-20521
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Priority: Minor
> Fix For: 4.3.1.Beta1
>
>
> When I am having a project with an application without any route, the Show In - Web Browser context menu of a project is enabled for this project and it does not do anything (after click nothing happens). Context menu should be disable if there are no routes for an application.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBIDE-21012) Why do we deploy JBT components to Nexus snapshots repo?
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21012?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-21012:
------------------------------------
So... I have no answer here for how to use Nexus for snapshots that don't conflict across the same x.y.z version.
And I have no answer for how to publish to the snapshots repo, with automatic unpacking via the unzip plugin, for a deployment which doesn't have -SNAPSHOT in its name. Sure, we could build the update site and call it 4.3.0.Beta5 instead of 4.3.0-SNAPSHOT, but then it gets pushed to the non-public staging Nexus repo for RELEASE (which Jenkins can't directly push to, afaict), not the public snapshots repo.
I can currently only think of two possible ways around this:
* upversion every time we do a milestone (instead of 4.3.0.Beta1 then 4.3.0.Beta2, we would do 4.3.0 then 4.3.1)
* freeze master branch builds until the milestone is built, respun if needed, and released.
IMHO neither of these are viable solutions (too much churn, too likely to screw up if a job is accidentally turned back on), so we have no choice but to remove deployment to nexus for JBT component sites.
One last option I can see is to figure out a way to convince Jenkins that when it wants to push to /staging/ it REALLY means /snapshots/... perhaps with a Maven config override or settings.xml file?
[~mickael_istria] do you know a way to force Maven to push a non-SNAPSHOT versioned artifact to /snapshots/ instead of /staging/ ?
> Why do we deploy JBT components to Nexus snapshots repo?
> --------------------------------------------------------
>
> Key: JBIDE-21012
> URL: https://issues.jboss.org/browse/JBIDE-21012
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.3.0.Final, 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> Currently, we deploy our x.y.z-SNAPSHOT update sites to the JBoss Nexus snapshots repo.
> But other than Locus and the Browsersim Standalone zip, we don't ever use these artifacts, so they just:
> * eat disk space in Nexus
> * consume time/resources in Jenkins
> Since we have the custom profile deploy-to-jboss.org in place for all our artifacts, why don't we set *maven.deploy.skip=true* in the parent pom for all the projects (except of course Locus and Browsersim Standalone, which would use maven.deploy.skip=false) ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-529) fuse fails to install from jboss central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-529?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBTIS-529:
-----------------------------
Fix Version/s: 4.3.0.Alpha2
> fuse fails to install from jboss central
> ----------------------------------------
>
> Key: JBTIS-529
> URL: https://issues.jboss.org/browse/JBTIS-529
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Blocker
> Labels: respin-b
> Fix For: 4.3.0.Alpha2
>
>
> not sure where the fault is here but when you open JBDS 9 and type in 'Fuse' you get the "Fuse Integraiotn Project" despite Fuse is only earlyaccess.
> But even with or without earlyaccess installing via the wizard result in:
> Problems occurred while performing installation: There are no connectors to install
> There are no connectors to install
> /cc [~fbricon] any idea ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JBTIS-529) fuse fails to install from jboss central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-529?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBTIS-529:
-----------------------------
Labels: respin-b (was: )
> fuse fails to install from jboss central
> ----------------------------------------
>
> Key: JBTIS-529
> URL: https://issues.jboss.org/browse/JBTIS-529
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Blocker
> Labels: respin-b
> Fix For: 4.3.0.Alpha2
>
>
> not sure where the fault is here but when you open JBDS 9 and type in 'Fuse' you get the "Fuse Integraiotn Project" despite Fuse is only earlyaccess.
> But even with or without earlyaccess installing via the wizard result in:
> Problems occurred while performing installation: There are no connectors to install
> There are no connectors to install
> /cc [~fbricon] any idea ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months