[JBoss JIRA] (JBIDE-17920) Tag Libs are not added when externalizing strings
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17920?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-17920:
----------------------------------
Description:
*Test case 1*
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp
3. Delete line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
4. Select "User" string within <title> tag
5. Click on Externalize selected string... toolitem
6. Check Create a new properties file check box
7. Click Next> two times
8. Select via <f:loadBundle> tag on current page
9. Click OK
ERROR: Tag lib defintion for 'f' name space is not added to web page
*Test case 2*
ERROR: The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
*Test case 3*
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp
3. Change taglib prefix in line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> to "d"
4. Select "User" string within <title> tag
5. Click on Externalize selected string... toolitem
6. Check Create a new properties file check box
7. Click Next> two times
8. Select via <f:loadBundle> tag on current page
9. Click OK
ASSERT:
<d:loadBundle tag should be added
*Test case 3*
The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
was:
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp
3. Delete line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
4. Select "User" string within <title> tag
5. Click on Externalize selected string... toolitem
6. Check Create a new properties file check box
7. Click Next> two times
8. Select via <f:loadBundle> tag on current page
9. Click OK
ERROR: Tag lib defintion for 'f' name space is not added to web page
ERROR: The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp
3. Change taglib prefix in line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> to "d"
4. Select "User" string within <title> tag
5. Click on Externalize selected string... toolitem
6. Check Create a new properties file check box
7. Click Next> two times
8. Select via <f:loadBundle> tag on current page
9. Click OK
> Tag Libs are not added when externalizing strings
> -------------------------------------------------
>
> Key: JBIDE-17920
> URL: https://issues.jboss.org/browse/JBIDE-17920
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html-source-editing
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS Beta3-v20140712-0200-B178
> Reporter: Vlado Pakan
> Assignee: Daniel Azarov
> Priority: Minor
> Fix For: 4.3.x
>
>
> *Test case 1*
> 1. Create JSF 1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Delete line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> 4. Select "User" string within <title> tag
> 5. Click on Externalize selected string... toolitem
> 6. Check Create a new properties file check box
> 7. Click Next> two times
> 8. Select via <f:loadBundle> tag on current page
> 9. Click OK
> ERROR: Tag lib defintion for 'f' name space is not added to web page
> *Test case 2*
> ERROR: The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
> *Test case 3*
> 1. Create JSF 1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Change taglib prefix in line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> to "d"
> 4. Select "User" string within <title> tag
> 5. Click on Externalize selected string... toolitem
> 6. Check Create a new properties file check box
> 7. Click Next> two times
> 8. Select via <f:loadBundle> tag on current page
> 9. Click OK
> ASSERT:
> <d:loadBundle tag should be added
> *Test case 3*
> The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-17920) Tag Libs are not added when externalizing strings
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17920?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-17920:
----------------------------------
Description:
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp
3. Delete line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
4. Select "User" string within <title> tag
5. Click on Externalize selected string... toolitem
6. Check Create a new properties file check box
7. Click Next> two times
8. Select via <f:loadBundle> tag on current page
9. Click OK
ERROR: Tag lib defintion for 'f' name space is not added to web page
ERROR: The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp
3. Change taglib prefix in line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> to "d"
4. Select "User" string within <title> tag
5. Click on Externalize selected string... toolitem
6. Check Create a new properties file check box
7. Click Next> two times
8. Select via <f:loadBundle> tag on current page
9. Click OK
was:
1. Create JSF 1.2 Kick Start project
2. Open inputUserName.jsp
3. Delete line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
4. Select "User" string within <title> tag
5. Click on Externalize selected string... toolitem
6. Check Create a new properties file check box
7. Click Next> two times
8. Select via <f:loadBundle> tag on current page
9. Click OK
ERROR: Tag lib defintion for 'f' name space is not added to web page
ERROR: The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
> Tag Libs are not added when externalizing strings
> -------------------------------------------------
>
> Key: JBIDE-17920
> URL: https://issues.jboss.org/browse/JBIDE-17920
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html-source-editing
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS Beta3-v20140712-0200-B178
> Reporter: Vlado Pakan
> Assignee: Daniel Azarov
> Priority: Minor
> Fix For: 4.3.x
>
>
> 1. Create JSF 1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Delete line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> 4. Select "User" string within <title> tag
> 5. Click on Externalize selected string... toolitem
> 6. Check Create a new properties file check box
> 7. Click Next> two times
> 8. Select via <f:loadBundle> tag on current page
> 9. Click OK
> ERROR: Tag lib defintion for 'f' name space is not added to web page
> ERROR: The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
> 1. Create JSF 1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Change taglib prefix in line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> to "d"
> 4. Select "User" string within <title> tag
> 5. Click on Externalize selected string... toolitem
> 6. Check Create a new properties file check box
> 7. Click Next> two times
> 8. Select via <f:loadBundle> tag on current page
> 9. Click OK
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20545) Migrate to tern-java and angularjs-eclipse 1.0.0 release
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20545?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-20545:
--------------------------------------
Assignee: Denis Golovin
> Migrate to tern-java and angularjs-eclipse 1.0.0 release
> --------------------------------------------------------
>
> Key: JBIDE-20545
> URL: https://issues.jboss.org/browse/JBIDE-20545
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: jsp/jsf/xml/html-source-editing
> Affects Versions: 4.3.0.CR1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.3.0.CR1
>
>
> We should test manually latest tern-java and angularjs-eclipse release 1.0.0 until Reddeer tests arrived and see if it is good enough to include into CR1.
> Major improvements in tern are:
> 1. Support include/exclude from JavaScript projects
> 2. tern server update
> 3. Issues caused problems last release asre fixed
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20545) Migrate to tern-java and angularjs-eclipse 1.0.0 release
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20545?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-20545:
-----------------------------------
Fix Version/s: 4.3.0.CR1
> Migrate to tern-java and angularjs-eclipse 1.0.0 release
> --------------------------------------------------------
>
> Key: JBIDE-20545
> URL: https://issues.jboss.org/browse/JBIDE-20545
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: jsp/jsf/xml/html-source-editing
> Affects Versions: 4.3.0.CR1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.3.0.CR1
>
>
> We should test manually latest tern-java and angularjs-eclipse release 1.0.0 until Reddeer tests arrived and see if it is good enough to include into CR1.
> Major improvements in tern are:
> 1. Support include/exclude from JavaScript projects
> 2. tern server update
> 3. Issues caused problems last release asre fixed
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20447) 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20447?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-20447:
-----------------------------------
Fix Version/s: 4.3.x
(was: 4.3.0.CR1)
> 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
> ------------------------------------------------------------------
>
> Key: JBIDE-20447
> URL: https://issues.jboss.org/browse/JBIDE-20447
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: common/jst/core
> Affects Versions: 4.3.0.CR1
> Reporter: Nick Boldt
> Assignee: Konstantin Marmalyukov
> Labels: testfailure
> Fix For: 4.3.x
>
>
> *2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component:*
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_mast...
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> [Search for Test Failure JIRAs in JBIDE 4.3.0.CR1 for common/jst/core component|https://issues.jboss.org/issues/?jql=labels+IN+%28%22testfailur...]
> -----
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowserOrLink{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowserOrLink}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.268</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowserOrLink(BrowserUtilTest.java:51)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowserOrLink</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowser{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowser}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.0030</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:712)
> at org.junit.Assert.assertNotNull(Assert.java:722)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowser(BrowserUtilTest.java:32)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowser</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20360) Provide better icons for freemarker directive
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20360?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-20360:
----------------------------------
Description:
Current icon for directive is green circle with '?', which has no relation with freemarker directive definition. Would be good to have at least something related to directive definition in template, lets say '#'.
To see all the items in Outline view enable it in Freemarker preferences.
!freemarker-outline-new.png!
was:Current icon for directive is green circle with '?', which has no relation with freemarker directive definition. Would be good to have at least something related to directive definition in template, lets say '#'.
> Provide better icons for freemarker directive
> ---------------------------------------------
>
> Key: JBIDE-20360
> URL: https://issues.jboss.org/browse/JBIDE-20360
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker
> Affects Versions: 4.3.0.Beta2
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.3.0.CR1
>
> Attachments: freemarker-outline-new.png
>
>
> Current icon for directive is green circle with '?', which has no relation with freemarker directive definition. Would be good to have at least something related to directive definition in template, lets say '#'.
> To see all the items in Outline view enable it in Freemarker preferences.
> !freemarker-outline-new.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20360) Provide better icons for freemarker directive
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20360?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-20360:
----------------------------------
Attachment: freemarker-outline-new.png
> Provide better icons for freemarker directive
> ---------------------------------------------
>
> Key: JBIDE-20360
> URL: https://issues.jboss.org/browse/JBIDE-20360
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker
> Affects Versions: 4.3.0.Beta2
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.3.0.CR1
>
> Attachments: freemarker-outline-new.png
>
>
> Current icon for directive is green circle with '?', which has no relation with freemarker directive definition. Would be good to have at least something related to directive definition in template, lets say '#'.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months