[JBoss JIRA] (JBIDE-20278) For JBIDE 4.3.0.Beta2: Code Freeze + Branch [JavaEE]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20278?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-20278:
--------------------------------------
Assignee: Alexey Kazakov
> For JBIDE 4.3.0.Beta2: Code Freeze + Branch [JavaEE]
> ----------------------------------------------------
>
> Key: JBIDE-20278
> URL: https://issues.jboss.org/browse/JBIDE-20278
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: cdi, cdi-extensions, jsf, seam2
> Reporter: Nick Boldt
> Assignee: Alexey Kazakov
> Priority: Blocker
> Labels: task
> Fix For: 4.3.0.Beta2
>
>
> For JBIDE 4.3.0.Beta2 [JavaEE]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.0.Beta2
> [Unresolved JIRAs with fixVersion = 4.3.0.Beta2, 9.0.0.Beta2|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%2...]
> 1. Branch from your existing master branch into a new *{color:blue}jbosstools-4.3.0.Beta2x{color}* branch;
> {code}
> git checkout master
> git pull origin master
> git checkout -b jbosstools-4.3.0.Beta2x
> git push origin jbosstools-4.3.0.Beta2x
> {code}
> 2. *NOW THAT YOU HAVE BRANCHED*, check out your *{color:orange}master branch{color}*.
> {code}
> git checkout master
> git pull origin master
> {code}
> 3. Update your *{color:orange}master branch{color}* parent pom to use the latest version, *{color:orange}4.3.0.CR1-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.3.0.CR1-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:blue}4.3.0.Beta2-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.3.0.Beta2x{color}* branch, and
> * *{color:orange}4.3.0.CR1-SNAPSHOT{color}* in your *{color:orange}master{color}* bran
> 4. Close (do not resolve) this JIRA when done.
> 5. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20in%20%28JBDS%2...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for JavaEE task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20012) Jboss Tools HTML editor not validating syntax using html5 doctype (xhtml doctype is OK)
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20012?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-20012:
-----------------------------------
Fix Version/s: 4.3.0.CR1
(was: 4.3.0.Beta2)
> Jboss Tools HTML editor not validating syntax using html5 doctype (xhtml doctype is OK)
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-20012
> URL: https://issues.jboss.org/browse/JBIDE-20012
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.3.Final, 4.3.0.Alpha2
> Environment: windows 7, java 8, eclipse ide for java ee developers (luna sr2 and jboss tools 4.2.3.Final) (mars rc3 and 4.3.0.Alpha2)
> Reporter: Euclides Melo
> Assignee: Victor Rubezhny
> Fix For: 4.3.0.CR1
>
> Attachments: html5_doctype.jpg, xhtml_doctype.jpg
>
>
> Editing two xhtml files in a fresh eclipse, fresh workspace, fresh default dynamic web project (with jsf capabilities):
> In one file, there is the xhtml doctype. In the other file, the html5 doctype.
> The issue:
> Validation (syntax) only occurs in the file with the xhtml doctype.
> (attached two screens showing the error)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months