[JBoss JIRA] (JBIDE-13987) Improve project wizards in JBoss Central : Proxy Wizards
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13987?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-13987:
-----------------------------------
Assignee: Max Rydahl Andersen (was: Fred Bricon)
Assigning to [~maxandersen] to review https://github.com/jbosstools/jbosstools-central/pull/114 for inclusion in respin-b
> Improve project wizards in JBoss Central : Proxy Wizards
> --------------------------------------------------------
>
> Key: JBIDE-13987
> URL: https://issues.jboss.org/browse/JBIDE-13987
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.1.0.Alpha1
> Reporter: Fred Bricon
> Assignee: Max Rydahl Andersen
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
>
> The "Start from scratch" section (formerly known as Project section) in JBoss Central needs to support the following requirements :
> - wizard list (label/order/description) must be updateable remotely
> - show wizards (including the proper icon) even if their contributing plugins are missing
> - when clicking on the wizard link in JBoss Central, if the wizard is available then open it, else, install the required plugins
> The general idea here is to use some kind of proxy wizard. A proxy wizard model should have the following attributes :
> - id : the proxy wizard id
> - label : the proxy wizard label shown in JBoss Central
> - wizardId : the real wizard id used by Central to open the wizard dialog
> - iconPath : the path to the wizard icon (independent of required connector)
> - description : the description shown in Central when hovering over the wizard link
> - requiredConnectorIds : the connector ids to install if the real wizard is not available
> - priority : order in which the wizard is displayed in JBoss Central
> The proxy wizards will be declared in the jboss-discovery.jar plugin.xml (to minimize build / maintenance overhead). The jar will also include the required icons.
> The jar will be fetched remotely by the discovery mechanism but a cached version must be kept for offline usage.
--
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
12 years, 11 months
[JBoss JIRA] (TOOLSDOC-336) NeedInfo: What is the current situation with cheat sheet?
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-336?page=com.atlassian.jira.plug... ]
Michelle Murray commented on TOOLSDOC-336:
------------------------------------------
[~snjeza] Testing with JBDS Beta1-v20130526-0839-B241. I followed the 'Start from a sample' wizards for the numberguess, kitchensink, helloworld projects. The cheat sheet did not automatically open. In the project explorer tab, I right-clicked on the project and clicked Show In > Cheat Sheets - this opened the Cheat Sheets tab but only showed a default message and not the cheat sheet. Is JBIDE-14332 and JBIDE-14334 broken or have I done something wrong?
> NeedInfo: What is the current situation with cheat sheet?
> ---------------------------------------------------------
>
> Key: TOOLSDOC-336
> URL: https://issues.jboss.org/browse/TOOLSDOC-336
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Components: User Guide - JBoss Central & JBoss Perspective
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0
>
>
> JBDS-2557, JBDS-2558, and JBIDE-14331 are all about cheet sheets.
> I get the general gist of cheat sheets from looking at the examples that come with Eclipse - so a tutorial stepping a user through creating a project.
> What is the current situation with JBDS/JBT cheat sheets?
> If this feature is working, can someone please give me a workflow so that I can have a play? I have no idea how to get started with this.
--
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
12 years, 11 months
[JBoss JIRA] (TOOLSDOC-336) NeedInfo: What is the current situation with cheat sheet?
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-336?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-336:
-------------------------------------
Assignee: Snjezana Peco (was: Max Rydahl Andersen)
> NeedInfo: What is the current situation with cheat sheet?
> ---------------------------------------------------------
>
> Key: TOOLSDOC-336
> URL: https://issues.jboss.org/browse/TOOLSDOC-336
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Components: User Guide - JBoss Central & JBoss Perspective
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Snjezana Peco
> Fix For: 4.1.0
>
>
> JBDS-2557, JBDS-2558, and JBIDE-14331 are all about cheet sheets.
> I get the general gist of cheat sheets from looking at the examples that come with Eclipse - so a tutorial stepping a user through creating a project.
> What is the current situation with JBDS/JBT cheat sheets?
> If this feature is working, can someone please give me a workflow so that I can have a play? I have no idea how to get started with this.
--
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
12 years, 11 months
[JBoss JIRA] (JBIDE-14523) Arquillian Cruiser View slows down Eclipse
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14523?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-14523:
---------------------------------------
{quote}
Is it checking 'all' projects when a single file is saved?
{quote}
Yes, it is. I have been trying to fix that issue.
What 62 projects are you using? JBoss AS?
I would like to test with a similar environment if possible.
{quote}
How is the content of the Archive calculated?
{quote}
The Arquillian Eclipse plugin creates shrinkwrap archive and shows its entries.
{quote}
Could the calculation be processed in a separate thread to avoid freezing the main GUI?
{quote}
I will try it.
> Arquillian Cruiser View slows down Eclipse
> ------------------------------------------
>
> Key: JBIDE-14523
> URL: https://issues.jboss.org/browse/JBIDE-14523
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: testing-tools
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Fix For: 4.1.0.Beta2
>
>
> Not 100% sure what is going on here, but when I have the Cruiser View open, Eclipse slow's to a holdt for about 10s on save. Freezing the main thread, which makes the hole thing useless.
> In the Arquillian Cruiser view there are 62 projects shown(+ sub Test classes etc). It takes about 10s to start/open the view as well.
> Is it checking 'all' projects when a single file is saved?
> How is the content of the Archive calculated?
> Could the calculation be processed in a separate thread to avoid freezing the main GUI?
--
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
12 years, 11 months
[JBoss JIRA] (JBIDE-12821) component.exclusion.patterns doesn't support regex pattern
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12821?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-12821:
-------------------------------------
Rob, in maven-war-plugin, [regexp%] patterns are handled via plexus-utils (which basically contains forked classes of ant).
Classes of interest are :
* https://github.com/sonatype/plexus-utils/blob/master/src/main/java/org/co...
* https://github.com/sonatype/plexus-utils/blob/master/src/main/java/org/co... to a lesser degree
In order to support regex patterns, we should replace everything ant-derived by [plexus-utils-3.0.10.jar|http://search.maven.org/#artifactdetails%7Corg.co...]. Not forking the classes would be ideal.
Since plexus-utils evolved significantly from ant, it *may* be more open to customization ... or not.
> component.exclusion.patterns doesn't support regex pattern
> ----------------------------------------------------------
>
> Key: JBIDE-12821
> URL: https://issues.jboss.org/browse/JBIDE-12821
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: maven, server
> Affects Versions: 3.3.1.Final
> Reporter: Sébastien Pinel
> Assignee: Rob Stryker
> Priority: Critical
> Labels: f2f2012
> Fix For: 4.1.x, 4.2.x
>
> Attachments: webapp.zip
>
>
> Using maven-war-plugin, you can use packageIncludes/packageExcludes with a regex (e.g. http://maven.apache.org/plugins/maven-war-plugin/examples/including-exclu...).
> With m2e-wtp, the property is correctly added to "org.eclipse.wst.common.component" setting file but JBoss AS tools only support 2 special characters ('*', '?').
--
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
12 years, 11 months
[JBoss JIRA] (TOOLSDOC-335) NeedInfo: Offline availability
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-335?page=com.atlassian.jira.plug... ]
Nick Boldt commented on TOOLSDOC-335:
-------------------------------------
Your description sounds correct as I understand the requirements.
I also have a scribbled note (presumably from a conf. call) which says that the following should be available to cache offline:
* RSS feeds
* Archetypes
* Examples
* Stacks
* Central Updates (?) <-- this was later vetoed, I believe, though there's also an open request - JBDS-2623 - for a Central Updates target platform zip, which would in fact solve this
Scripting work in progress started here by [~fbricon]:
https://gist.github.com/fbricon/5620570
> NeedInfo: Offline availability
> ------------------------------
>
> Key: TOOLSDOC-335
> URL: https://issues.jboss.org/browse/TOOLSDOC-335
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Components: User Guide - JBoss Central & JBoss Perspective
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0
>
>
> The ERD has items about making projects and archetypes (are they the same thing?) available offline.
> This is what I understand so far ...
> At the moment:
> * If offline then 'start from sample' quickstarts give 'no internet connectivity' warning so need to be online to use them (JBIDE-13987)
> * If offline then 'start from scratch' wizards give maven repo error and just fail
> * User doesn't need to be online to install JBDS
> In the future:
> * Going to store project wizards offline in some way so user can still use when offline (JBDS-2556, JBDS-2535, JBDS-2543)
> * Eventually will be a 'make central available offline' button to allow users to cache the wizards/quickstarts they need (JBDS-2552)
> * If user doesn't have a plug-in installed, such as OpenShift Tools, wizard will still show in central but on clicking wizard user will be prompted to install necessary plug-in (JBIDE-13987) which will be available offline
> Okay - so what have I got wrong? what further developments have there been? I want to get the progress so far documented in the user guide.
--
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
12 years, 11 months
[JBoss JIRA] (JBDS-2634) JBDS 7.0.beta1 should include EAP 6.1.GA, not Beta1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2634?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-2634.
----------------------------
On installation from *jbdevstudio-product-eap-universal-7.0.0.Beta1-v20130526-0839-B241.jar*, the following is seen in the version.txt file:
{code:title=runtimes/jboss-eap/version.txt}
JBoss Enterprise Application Platform - Version 6.1.0.GA
{code}
Therefore, closing.
> JBDS 7.0.beta1 should include EAP 6.1.GA, not Beta1
> ---------------------------------------------------
>
> Key: JBDS-2634
> URL: https://issues.jboss.org/browse/JBDS-2634
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build
> Affects Versions: 7.0.0.Beta1
> Reporter: Len DiMaggio
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: respin-a
> Fix For: 7.0.0.Beta1
>
>
> EAP 6.1 GA'ed on May 20 - we should update EAP in beta1 to include this latest EAP release
> Beta1 build:
> cat version.txt
> JBoss Enterprise Application Platform - Version 6.1.0.Beta1
--
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
12 years, 11 months