[JBoss JIRA] (TOOLSDOC-644) JBDS 9: Request users to choose java 8 or higher when installing
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-644?page=com.atlassian.jira.plug... ]
Misha Ali commented on TOOLSDOC-644:
------------------------------------
Thanks, Martin. I added it individually since users may skip directly to the procedure and if so, they should not miss this important requirement (while some seasoned users may choose to skip the memory requirements part). I'll mark this as resolved.
> JBDS 9: Request users to choose java 8 or higher when installing
> ----------------------------------------------------------------
>
> Key: TOOLSDOC-644
> URL: https://issues.jboss.org/browse/TOOLSDOC-644
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: General documentation issues
> Affects Versions: 4.3.0.Final
> Reporter: Len DiMaggio
> Assignee: Supriya Bharadwaj
> Fix For: 4.3.0.Final
>
>
> If we only support running the JBDS 9.0 IDE with Java 8, then the installer should request that users choose java 8 or higher when installing JBDS 9.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBDS-3267) JSON Editor
by ZERR Angelo (JIRA)
[ https://issues.jboss.org/browse/JBDS-3267?page=com.atlassian.jira.plugin.... ]
ZERR Angelo commented on JBDS-3267:
-----------------------------------
As Xavier said, I have worked for a JSON Editor based on WTP https://github.com/angelozerr/eclipse-wtp-json
You can see features https://github.com/angelozerr/eclipse-wtp-json/wiki
Validation starts working (syntax and I have started JSON Schema too) and completion like bower, npm depdencies dependencies starts working too.
The only problem today is teh synchronization betwwen teh IJSONModel and teh editor (liek WTP IDOMModel and XML editor).
I will work on this issue when I will have time. Any contribution are welcome.
> JSON Editor
> -----------
>
> Key: JBDS-3267
> URL: https://issues.jboss.org/browse/JBDS-3267
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, requirements
> Reporter: Burr Sutter
> Assignee: Xavier Coulon
> Fix For: 9.0.0.Beta2
>
>
> As a Java or Java EE developer, who wishes to test my JAX-RS endpoints as well as edit various JSON files, I need an editor that formats the nested curly braces, helps me to insure that I am not missing (nor have extra) curly braces, missing quotes, helps me to know when to use square brackets, etc. Ideally, the Eclipse Outline view would also work if I am editing a .json file.
> Ideally, we would support both a full JSON editor as well as working within the Web Services Tester.
> http://screencast.com/t/hWAtlMytghV6
> http://screencast.com/t/h4VWGyAuqw
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TOOLSDOC-644) JBDS 9: Request users to choose java 8 or higher when installing
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-644?page=com.atlassian.jira.plug... ]
Martin Malina commented on TOOLSDOC-644:
----------------------------------------
I have one suggestion.
Why not include this information under 3. System Requirements, rather than copying the same text for each install option?
But that's just a suggestion. It's ok as it is.
> JBDS 9: Request users to choose java 8 or higher when installing
> ----------------------------------------------------------------
>
> Key: TOOLSDOC-644
> URL: https://issues.jboss.org/browse/TOOLSDOC-644
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: General documentation issues
> Affects Versions: 4.3.0.Final
> Reporter: Len DiMaggio
> Assignee: Supriya Bharadwaj
> Fix For: 4.3.0.Final
>
>
> If we only support running the JBDS 9.0 IDE with Java 8, then the installer should request that users choose java 8 or higher when installing JBDS 9.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20135) Add validation for integer and enumerated attributes
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-20135:
---------------------------------------
Summary: Add validation for integer and enumerated attributes
Key: JBIDE-20135
URL: https://issues.jboss.org/browse/JBIDE-20135
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: batch
Affects Versions: 4.3.0.Beta1
Reporter: Lucia Jelinkova
There are many attributes that are restricted only to some enumerated value or integer value and that are not validated at all. Is there a reason why there is no validation for them?
Example:
{code}
<chunk checkpoint-policy="{item|custom}"
item-count="{value}"
time-limit="{value}"
skip-limit="{value}"
retry-limit="{value}"
/>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months