[JBoss JIRA] (JBTIS-374) Unknown category 'org.jboss.tools.central.discovery.a.web' when installing from central
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-374?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky updated JBTIS-374:
------------------------------------
Steps to Reproduce:
1. Run JBDS as follows
./jbdevstudio -vmargs \
-Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/8.0.0.Beta2/devstudio-integration-stack-directory.xml \
-Djboss.discovery.site.integration-stack.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/8.0.0.Beta2
2. In JBoss Central select Software/Update
3. See the errors in Error Log
> Unknown category 'org.jboss.tools.central.discovery.a.web' when installing from central
> ---------------------------------------------------------------------------------------
>
> Key: JBTIS-374
> URL: https://issues.jboss.org/browse/JBTIS-374
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 8.0.0.Beta2
> Environment: JBDS 8.0.1.GA + JBDS-IS 8.0.0.Beta2
> Reporter: Andrej Podhradsky
> Priority: Minor
>
> The following errors occur when we want to install JBDS-IS from JBoss Central
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-12-16 08:23:00.010
> !MESSAGE Unknown category 'org.jboss.tools.central.discovery.a.web' referenced by connector 'angularjs-eclipse-feature' declared in com.jboss.jbds.central.discovery.earlyaccess_8.0.0.Final_v20141017_1053_B366.jar_8432436156156296317.jar
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-12-16 08:23:00.023
> !MESSAGE Unknown category 'org.jboss.tools.central.discovery.a.web' referenced by connector 'org.jboss.tools.arquillian' declared in com.jboss.jbds.central.discovery.earlyaccess_8.0.0.Final_v20141017_1053_B366.jar_8432436156156296317.jar
> This occurs only in error log and has no impact on the installation.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBTIS-374) Unknown category 'org.jboss.tools.central.discovery.a.web' when installing from central
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-374:
---------------------------------------
Summary: Unknown category 'org.jboss.tools.central.discovery.a.web' when installing from central
Key: JBTIS-374
URL: https://issues.jboss.org/browse/JBTIS-374
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 8.0.0.Beta2
Environment: JBDS 8.0.1.GA + JBDS-IS 8.0.0.Beta2
Reporter: Andrej Podhradsky
Priority: Minor
The following errors occur when we want to install JBDS-IS from JBoss Central
!ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-12-16 08:23:00.010
!MESSAGE Unknown category 'org.jboss.tools.central.discovery.a.web' referenced by connector 'angularjs-eclipse-feature' declared in com.jboss.jbds.central.discovery.earlyaccess_8.0.0.Final_v20141017_1053_B366.jar_8432436156156296317.jar
!ENTRY org.eclipse.mylyn.discovery.core 4 0 2014-12-16 08:23:00.023
!MESSAGE Unknown category 'org.jboss.tools.central.discovery.a.web' referenced by connector 'org.jboss.tools.arquillian' declared in com.jboss.jbds.central.discovery.earlyaccess_8.0.0.Final_v20141017_1053_B366.jar_8432436156156296317.jar
This occurs only in error log and has no impact on the installation.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18963) when whatsnew index generation is run on files that refer components that does not exist an error message containing what component is at fault should be printed
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-18963:
-------------------------------------------
Summary: when whatsnew index generation is run on files that refer components that does not exist an error message containing what component is at fault should be printed
Key: JBIDE-18963
URL: https://issues.jboss.org/browse/JBIDE-18963
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: website
Reporter: Max Rydahl Andersen
today when having invalid components you get something like:
{code}
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:65:in `block (4 levels) in singletonclass'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:64:in `each'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:64:in `block (3 levels) in singletonclass'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:29:in `each'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:29:in `block (2 levels) in singletonclass'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:27:in `each'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:27:in `block in singletonclass'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:65533:in `instance_eval'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:65533:in `singletonclass'
/Users/max/code/jbosstools/jbosstools-website/documentation/whatsnew/index.html.haml:65531:in `__tilt_70190394039780'
{code}
as found in https://github.com/jbosstools/jbosstools-website/pull/311/files
the logic is all embedded in haml leaving no room for proper error handling.
should do some basic asserts in the pipeline for that ids actually exists in components.yml or at least just use component id as fall back name.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18962) OpenOn for <input list=""> to corresponding <datalist id="">
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18962?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18962:
-----------------------------------
Description:
List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
1. Create an html file
2. Add the following code:
{code:html}
<datalist id="browsers">
<option value="Internet Explorer">
<option value="Firefox">
<option value="Chrome">
<option value="Safari">
</datalist>
<datalist id="os">
<option value="Windows">
<option value="Linux">
<option value="Mac">
</datalist>
<input list="browsers" name="browser">
{code}
3. Ctrl+Click on <input list="browsers"> should navigate to <datalist id="browsers">
was:
List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
1. Create an html file
2. Add the following code:
{code:html}
<datalist id="browsers">
<option value="Internet Explorer">
<option value="Firefox">
<option value="Chrome">
<option value="Safari">
</datalist>
<datalist id="os">
<option value="Windows">
<option value="Linux">
<option value="Mac">
</datalist>
<input list="" name="browser">
{code}
3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
!datalistca.png!
> OpenOn for <input list=""> to corresponding <datalist id="">
> -------------------------------------------------------------
>
> Key: JBIDE-18962
> URL: https://issues.jboss.org/browse/JBIDE-18962
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
>
> List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
> 1. Create an html file
> 2. Add the following code:
> {code:html}
> <datalist id="browsers">
> <option value="Internet Explorer">
> <option value="Firefox">
> <option value="Chrome">
> <option value="Safari">
> </datalist>
>
> <datalist id="os">
> <option value="Windows">
> <option value="Linux">
> <option value="Mac">
> </datalist>
>
> <input list="browsers" name="browser">
> {code}
> 3. Ctrl+Click on <input list="browsers"> should navigate to <datalist id="browsers">
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18962) OpenOn for <input list=""> to corresponding <datalist id="">
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-18962:
--------------------------------------
Summary: OpenOn for <input list=""> to corresponding <datalist id="">
Key: JBIDE-18962
URL: https://issues.jboss.org/browse/JBIDE-18962
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.3.0.Alpha1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.Alpha1
List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
1. Create an html file
2. Add the following code:
{code:html}
<datalist id="browsers">
<option value="Internet Explorer">
<option value="Firefox">
<option value="Chrome">
<option value="Safari">
</datalist>
<datalist id="os">
<option value="Windows">
<option value="Linux">
<option value="Mac">
</datalist>
<input list="" name="browser">
{code}
3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
!datalistca.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18962) OpenOn for <input list=""> to corresponding <datalist id="">
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18962?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-18962:
--------------------------------------
Assignee: Daniel Azarov (was: Viacheslav Kabanovich)
> OpenOn for <input list=""> to corresponding <datalist id="">
> -------------------------------------------------------------
>
> Key: JBIDE-18962
> URL: https://issues.jboss.org/browse/JBIDE-18962
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
>
> List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
> 1. Create an html file
> 2. Add the following code:
> {code:html}
> <datalist id="browsers">
> <option value="Internet Explorer">
> <option value="Firefox">
> <option value="Chrome">
> <option value="Safari">
> </datalist>
>
> <datalist id="os">
> <option value="Windows">
> <option value="Linux">
> <option value="Mac">
> </datalist>
>
> <input list="" name="browser">
> {code}
> 3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
> !datalistca.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18962) OpenOn for <input list=""> to corresponding <datalist id="">
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18962?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18962:
-----------------------------------
Git Pull Request: (was: https://github.com/jbosstools/jbosstools-jst/pull/418)
> OpenOn for <input list=""> to corresponding <datalist id="">
> -------------------------------------------------------------
>
> Key: JBIDE-18962
> URL: https://issues.jboss.org/browse/JBIDE-18962
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
>
> List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
> 1. Create an html file
> 2. Add the following code:
> {code:html}
> <datalist id="browsers">
> <option value="Internet Explorer">
> <option value="Firefox">
> <option value="Chrome">
> <option value="Safari">
> </datalist>
>
> <datalist id="os">
> <option value="Windows">
> <option value="Linux">
> <option value="Mac">
> </datalist>
>
> <input list="" name="browser">
> {code}
> 3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
> !datalistca.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18960) Content assist for value of attribute list of html5 tag input
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18960?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18960:
-----------------------------------
Attachment: datalistca.png
> Content assist for value of attribute list of html5 tag input
> -------------------------------------------------------------
>
> Key: JBIDE-18960
> URL: https://issues.jboss.org/browse/JBIDE-18960
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
> Attachments: datalistca.png
>
>
> List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
> 1. Create an html file
> 2. Add the following code:
> {code:html}
> <datalist id="browsers">
> <option value="Internet Explorer">
> <option value="Firefox">
> <option value="Chrome">
> <option value="Safari">
> </datalist>
>
> <datalist id="os">
> <option value="Windows">
> <option value="Linux">
> <option value="Mac">
> </datalist>
>
> <input list="" name="browser">
> {code}
> 3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18960) Content assist for value of attribute list of html5 tag input
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18960?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18960:
-----------------------------------
Description:
List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
1. Create an html file
2. Add the following code:
{code:html}
<datalist id="browsers">
<option value="Internet Explorer">
<option value="Firefox">
<option value="Chrome">
<option value="Safari">
</datalist>
<datalist id="os">
<option value="Windows">
<option value="Linux">
<option value="Mac">
</datalist>
<input list="" name="browser">
{code}
3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
!datalistca.png!
was:
List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
1. Create an html file
2. Add the following code:
{code:html}
<datalist id="browsers">
<option value="Internet Explorer">
<option value="Firefox">
<option value="Chrome">
<option value="Safari">
</datalist>
<datalist id="os">
<option value="Windows">
<option value="Linux">
<option value="Mac">
</datalist>
<input list="" name="browser">
{code}
3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
> Content assist for value of attribute list of html5 tag input
> -------------------------------------------------------------
>
> Key: JBIDE-18960
> URL: https://issues.jboss.org/browse/JBIDE-18960
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
> Attachments: datalistca.png
>
>
> List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
> 1. Create an html file
> 2. Add the following code:
> {code:html}
> <datalist id="browsers">
> <option value="Internet Explorer">
> <option value="Firefox">
> <option value="Chrome">
> <option value="Safari">
> </datalist>
>
> <datalist id="os">
> <option value="Windows">
> <option value="Linux">
> <option value="Mac">
> </datalist>
>
> <input list="" name="browser">
> {code}
> 3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
> !datalistca.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months
[JBoss JIRA] (JBIDE-18960) Content assist for value of attribute list of html5 tag input
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18960?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18960:
-----------------------------------
Attachment: (was: datalistca.png)
> Content assist for value of attribute list of html5 tag input
> -------------------------------------------------------------
>
> Key: JBIDE-18960
> URL: https://issues.jboss.org/browse/JBIDE-18960
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
>
> List attribute refers to a <datalist> element that contains pre-defined options for an <input> element
> 1. Create an html file
> 2. Add the following code:
> {code:html}
> <datalist id="browsers">
> <option value="Internet Explorer">
> <option value="Firefox">
> <option value="Chrome">
> <option value="Safari">
> </datalist>
>
> <datalist id="os">
> <option value="Windows">
> <option value="Linux">
> <option value="Mac">
> </datalist>
>
> <input list="" name="browser">
> {code}
> 3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 4 months