[JBoss JIRA] Created: (JBIDE-9368) Dashboard(s) for easy news aggregation, twitter and easy additional/3rd party plugin installation and project template/creation
by Max Rydahl Andersen (JIRA)
Dashboard(s) for easy news aggregation, twitter and easy additional/3rd party plugin installation and project template/creation
-------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9368
URL: https://issues.jboss.org/browse/JBIDE-9368
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: core
Reporter: Max Rydahl Andersen
Assignee: Snjezana Peco
Priority: Critical
Fix For: 3.3.0.Beta1
We should look into either using the welcome screen, a single "dashboard" editor or possibly multiple views to provide a "single place to start" for JBT/JBDS users.
This work have separate parts (might consider splitting this out in separate jiras):
A. Create (or reuse) a feed agregator to show
Make that feed customizable from plugin customization to allow JBDS to control it.
B. Setup and workout best way to use p2 discovery API and what it means for our 3rd party updatesites?
C. Integrate important File > New Wizards and/or project examples to provide front and center.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-9776) Add a wizard for the project templates
by Fred Bricon (JIRA)
Add a wizard for the project templates
--------------------------------------
Key: JBIDE-9776
URL: https://issues.jboss.org/browse/JBIDE-9776
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Reporter: Fred Bricon
Assignee: Fred Bricon
We need to create a project creation wizard, accessible from the JBoss Central page (or other Create New ... menus).
The wizard can be based on the existing m2e one, where the project template (A maven archetype) has been selected and a list of available JBoss runtimes (installed on the user machine) will provide the key for the active profile, once the project is created.
We need 1 or 2 pages to display :
Page 1 (identical to the maven wizard page 1 + runtime selected from available runtimes):
* location
* selected runtime
* name pattern
* profiles
* add to working set
* resolve workspace projects
Page 2 (identical to the maven wizard ):
* group id
* artifact id
* package
* archetype options/parameters
Selecting a runtime will send a -DdefaultTargetRuntime parameter to the archetype
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-9321) Add the JBoss repositories to the <repositories> autocompletion in m2e's pom editor
by Fred Bricon (JIRA)
Add the JBoss repositories to the <repositories> autocompletion in m2e's pom editor
------------------------------------------------------------------------------------
Key: JBIDE-9321
URL: https://issues.jboss.org/browse/JBIDE-9321
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Affects Versions: 3.3.0.M2
Reporter: Fred Bricon
Assignee: Fred Bricon
Priority: Minor
Fix For: 3.3.0.M3
Since I always find myself losing time when I need to add the JBoss repositories to a pom, I figured it might be beneficial for some developpers if the JBoss repositories were available via autocompletion in the m2e pom editor.
However, since adding repositories in a pom can be a bad practice, a warning comment should be added.
According to http://community.jboss.org/wiki/MavenGettingStarted-Users, we can add :
- The JBoss public repository (releases & snapshots) : composite repository of several major repositories.
- The JBoss artifacts repository (releases) : containing JBoss community project artifacts
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-8969) Make better UI for Maven Profile selection
by Max Rydahl Andersen (JIRA)
Make better UI for Maven Profile selection
------------------------------------------
Key: JBIDE-8969
URL: https://issues.jboss.org/browse/JBIDE-8969
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Affects Versions: 3.3.0.M1
Reporter: Max Rydahl Andersen
Assignee: Fred Bricon
Priority: Critical
Fix For: 3.3.0.M3
Primary usecase for us: Arquillian users have to go through project preferences to toggle profiles to enable/disable arquillian classpath containers.
Challenges:
When applying to an aggregator pom, should ask user if he wish to add/remove the same profiles on aggregated modules
UI suggestions:
run/debug style combobox's with dropdown to easy enable/disable often used profiles
IAM style view for enable/disabling
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-8280) Content assist for JSF 2 should not add managed beans annotated with @ManagedBean when faces-config@metadata-complete="true" in WEB-INF/faces-config.xml
by Denis Golovin (JIRA)
Content assist for JSF 2 should not add managed beans annotated with @ManagedBean when faces-config@metadata-complete="true" in WEB-INF/faces-config.xml
--------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8280
URL: https://issues.jboss.org/browse/JBIDE-8280
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Affects Versions: 3.2.0.CR1, 3.3.0.M1
Reporter: Denis Golovin
Assignee: Alexey Kazakov
Fix For: 3.3.x
According faces-config 2.0 scheme:
"Attribute : metadata-complete
The metadata-complete attribute defines whether this JavaServer Faces application is complete, or
whether the class files available to this module and packaged with this application should be examined
for annotations that specify configuration information. This attribute is only inspected on the application
configuration resource file located at "WEB-INF/faces-config.xml". The presence of this attribute on any
application configuration resource other than the one located at "WEB-INF/faces-config.xml", including any
files named using the javax.faces.CONFIG_FILES attribute, must be ignored. If metadata-complete is set
to "true", the JavaServer Faces runtime must ignore any annotations that specify configuration
information, which might be present in the class files of the application. If metadata-complete is not
specified or is set to "false", the JavaServer Faces runtime must examine the class files of the application
for annotations, as specified by the specification. If "WEB-INF/faces-config.xml" is not present, the
JavaServer Faces runtime will assume metadata-complete to be "false". The value of this attribute will
have no impact on runtime annotations such as @ResourceDependency or @ListenerFor.
Data Type : boolean
Enumerated Values :
- true
- false"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-9939) When you create a new appliaction, it should get selected in the list of applications
by Andre Dietisheim (Created) (JIRA)
When you create a new appliaction, it should get selected in the list of applications
-------------------------------------------------------------------------------------
Key: JBIDE-9939
URL: https://issues.jboss.org/browse/JBIDE-9939
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.M4
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.M4
Attachments: new-app.png
If you create a new application, it should get selected in the list of available applications, as soon as you close the creation dialog.
!new-app.png!
How to reproduce:
1) ASSERT: have an OpenShift Express account and domain
2) EXECUTE: open up the appliaction wizard
3) EXECUTE: on the "Application selection" page, hit "New", select the appropriate settings and hit "Finish"
Result:
There's no selection in the appliaction table.
Expected result:
The freshly create app is selected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months