[JBoss JIRA] (JBIDE-20112) when clicking on project example in central the search result is cleared
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20112?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-20112 at 6/18/15 9:52 AM:
--------------------------------------------------------------
This is intentional. After completing the wizard, the QS you chose will be added to the list of preferred/last used items
was (Author: fbricon):
This is intentional. After completing the wizard, the QS you chose will be added to the list of prefered/last used items
> when clicking on project example in central the search result is cleared
> ------------------------------------------------------------------------
>
> Key: JBIDE-20112
> URL: https://issues.jboss.org/browse/JBIDE-20112
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
>
> EXECUTE: type 'kitchensink-rf' in search
> ASSERT: shows results matching kitchensink
> EXECUTE: click one of the items to start import
> ASSERT: search results should still be shown
> that fails right now and the result is instantly cleared and can no longer actually see what I clicked or be able to click on another.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-18772) Include publish steps in pom files
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18772?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18772:
---------------------------------------------
[~mmalina] everything in JBoss Tools can be used by other projects also. As long as reddeer is published it as is its not possible to use by JBoss Tools reliably. Which I find a shame.
You would have *much* more exposure and usage if you were actually promoted next to/part of jboss tools imo.
> Include publish steps in pom files
> ----------------------------------
>
> Key: JBIDE-18772
> URL: https://issues.jboss.org/browse/JBIDE-18772
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
> Priority: Critical
> Fix For: 4.3.0.Beta2
>
> Attachments: jbds-publish-to-snapshots.png
>
>
> instead of relying to publish.sh being on master, we should use a versioned publish.sh (or maybe even mojo) that the build then uses.
> suggestion:
> publish.sh (or mojo) gets released to our maven repo, use it in the pom.xml to perform publishing.
> What this helps with is:
> a) can do changes to publish mechanism without affecting every past builds.
> b) more movable build system
> c) isolated testing possible
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20027) Application wizard: cant use v1 templates when providing from disk
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20027?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20027 at 6/18/15 9:50 AM:
-------------------------------------------------------------------
rebased, added a commit for ErrorDialog and merged, pushed to upstream/master
!error-dialog.png!
was (Author: adietish):
rebased, added a commit for ErrorDialog and merged, pushed to upstream/master
> Application wizard: cant use v1 templates when providing from disk
> ------------------------------------------------------------------
>
> Key: JBIDE-20027
> URL: https://issues.jboss.org/browse/JBIDE-20027
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: error-dialog.png, new-application.png, unable-to-load-parse.png, use-templates-from-disk-eap6.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20120) Batch.xml references are not considered in editor
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-20120:
---------------------------------------
Summary: Batch.xml references are not considered in editor
Key: JBIDE-20120
URL: https://issues.jboss.org/browse/JBIDE-20120
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: batch
Affects Versions: 4.3.0.Beta1
Reporter: Lucia Jelinkova
Attachments: job-listener-suggestions.png
I created 2 job listeners - one with \@Named annotation and one with reference in META-INF/batch.xml file.
When I invoke content assist, the one from batch.xml file is not referenced by its id but a full class name is suggested instead.
Also, when I type the id from the batch.xml file manually, it is not recognized.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20120) Batch.xml references are not considered in editor
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20120?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova updated JBIDE-20120:
------------------------------------
Attachment: job-listener-suggestions.png
> Batch.xml references are not considered in editor
> -------------------------------------------------
>
> Key: JBIDE-20120
> URL: https://issues.jboss.org/browse/JBIDE-20120
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.3.0.Beta1
> Reporter: Lucia Jelinkova
> Attachments: job-listener-suggestions.png
>
>
> I created 2 job listeners - one with \@Named annotation and one with reference in META-INF/batch.xml file.
> When I invoke content assist, the one from batch.xml file is not referenced by its id but a full class name is suggested instead.
> Also, when I type the id from the batch.xml file manually, it is not recognized.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20119) Restartable attribute of job element should restrict values
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20119?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova updated JBIDE-20119:
------------------------------------
Description:
At the moment, there is no validation for restartable attribute of job element. According to specification, if specified, only "true" and "false" values are allowed.
_Specifies whether or not this job is restartable . It must specify true or false. This is an optional attribute. The default is true._
Also, content assist should suggest these values.
was:
At the moment, there is no validation for restartable attribute of job element. According to specification, if specified, only "true" and "false" values are allowed.
_Specifies whether or not this job is restartable . It must specify true or false. This is an optional attribute. The default is true._
> Restartable attribute of job element should restrict values
> -----------------------------------------------------------
>
> Key: JBIDE-20119
> URL: https://issues.jboss.org/browse/JBIDE-20119
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.3.0.Beta1
> Reporter: Lucia Jelinkova
>
> At the moment, there is no validation for restartable attribute of job element. According to specification, if specified, only "true" and "false" values are allowed.
> _Specifies whether or not this job is restartable . It must specify true or false. This is an optional attribute. The default is true._
> Also, content assist should suggest these values.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20119) Restartable attribute of job element should restrict values
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-20119:
---------------------------------------
Summary: Restartable attribute of job element should restrict values
Key: JBIDE-20119
URL: https://issues.jboss.org/browse/JBIDE-20119
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: batch
Affects Versions: 4.3.0.Beta1
Reporter: Lucia Jelinkova
At the moment, there is no validation for restartable attribute of job element. According to specification, if specified, only "true" and "false" values are allowed.
_Specifies whether or not this job is restartable . It must specify true or false. This is an optional attribute. The default is true._
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months