Review EGit 1.1 for inclusion
------------------------------
Key: JBDS-1866
URL: https://issues.jboss.org/browse/JBDS-1866
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: 3rdPartyCertification
Reporter: Nick Boldt
Assignee: Len DiMaggio
According to http://twitter.com/#!/masohn/status/116653923078647808 egit 1.1 is out.
Should we update ?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Investigate use of Mylyn 3.6.2 in JBDS 5
----------------------------------------
Key: JBIDE-9786
URL: https://issues.jboss.org/browse/JBIDE-9786
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, updatesite, UpStream
Affects Versions: 3.3.0.M4
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.3.0.M4
Bump version of Mylyn included in JBDS from 3.6-v20110608-1400 to 3.6.2.v20110908-0706
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
CLONE - Review EGit 1.1 for inclusion
--------------------------------------
Key: JBDS-1868
URL: https://issues.jboss.org/browse/JBDS-1868
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: 3rdPartyCertification, 3rdPartyDependencies, updatesite
Reporter: Nick Boldt
Assignee: Len DiMaggio
According to http://twitter.com/#!/masohn/status/116653923078647808 egit 1.1 is out.
Should we update ?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
OOTB SOA-P 5 server config displays error "One or more ports have an invalid value"
------------------------------------------------------------------------------------
Key: JBIDE-8517
URL: https://issues.jboss.org/browse/JBIDE-8517
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel, JBossAS
Affects Versions: 3.2.0.CR1
Environment: Version: 4.0.0.GA Build id: v20110216-1930-H239-GA Build date: 20110216-1930
SOA-P 5.1 GA
JBoss Tools
http://download.jboss.org/jbosstools/updates/nightly/trunk/ (BPEL editor)
1.0.0.v20110217-0324-H60-Alpha1
Reporter: Len DiMaggio
Priority: Minor
See the attached screenshot - setting this as minor priority as there does not seem to be any functional impact
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
New Maven Project - archetype selection, not ever archetype shows up
--------------------------------------------------------------------
Key: JBIDE-10182
URL: https://issues.jboss.org/browse/JBIDE-10182
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Environment: Mac OS X and Windows 7 JBoss Tools 3.3.M4
http://download.jboss.org/jbosstools/updates/development/indigo
Reporter: Burr Sutter
Assignee: Fred Bricon
Attachments: Screen Shot 2011-11-15 at 9.36.21 AM.png, Screen Shot 2011-11-15 at 9.36.57 AM.png
"spring-mvc" does not return all the archetypes listed at Maven Central. Perhaps this is my own misunderstanding of the relationship between the New Maven Project Wizard in Eclipse/JBoss Tools and the search at Maven Central.
http://search.maven.org/#search%7Cga%7C1%7Cspring-mvc
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Maven: Extend JBoss Perspective
-------------------------------
Key: JBIDE-10146
URL: https://issues.jboss.org/browse/JBIDE-10146
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: maven
Reporter: Alexey Kazakov
Assignee: Fred Bricon
Fix For: 3.3.0.Beta1
I don't know if maven tooling has something to contribute to JBoss Tools perspective. If it doesn't then please reject this subtask.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Suggestion css styles which indirectly referenced by custom tags on a page with VPE content assist
--------------------------------------------------------------------------------------------------
Key: JBIDE-10181
URL: https://issues.jboss.org/browse/JBIDE-10181
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml source editing
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
Priority: Minor
1) https://issues.jboss.org/browse/JBIDE-10173 has attached projects.zip, extract 2 demo projects from projects.zip in some folder on you PC intended for such things;
all steps till step 5 are the same as https://issues.jboss.org/browse/JBIDE-10173
...
6) open stopka-ui-test\src\main\webapp\test.jspx page with VPE:
{code}
<stopka:page xmlns="http://www.w3.org/1999/xhtml"
xmlns:stopka="http://stopka.us"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:utils="http://stopka.us/ui/utils">
<jsp:output xmlns:jsp="http://java.sun.com/JSP/Page" omit-xml-declaration="yes"/>
<c:set var="bannerType" scope="page" value="simple"/>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<head>
<title>StopKa filemanager</title>
<stopka:css file="system/styles/stopka.css" />
<utils:common-head-data/>
<stopka:css file="system/styles/filemanager.css" />
</head>
<body>
<div class="component">
<div class="subitem">
</div>
</div>
<div class="article"/>
<div class="in_stopka">
</div>
<div class="in_filemanager">
</div>
</body>
</html>
</stopka:page>
{code}
7) try to get content assist for (<div class=") for example here:
{code}
<div class="component">
{code}
with Ctrl+Space
Expected result: should suggest -> "article", "component", "in_filemanager", "in_stopka", "subitem"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Sources navigation in VPE: full support for external custom tags libs
---------------------------------------------------------------------
Key: JBIDE-10179
URL: https://issues.jboss.org/browse/JBIDE-10179
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
Priority: Minor
there is a sense to have this generalized issue with subtasks separation. More details and test project is possible to find in JBIDE-10173 & JBIDE-10176.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira