[JBoss JIRA] (JBIDE-13777) There is no error message in log if palette xml is broken
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-13777:
--------------------------------------
Summary: There is no error message in log if palette xml is broken
Key: JBIDE-13777
URL: https://issues.jboss.org/browse/JBIDE-13777
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Alpha2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 4.1.0.Alpha2
There is no error message in Eclipse log if you break org.jboss.tools.jst.web/resources/meta/mobile-palette.xml. The palette is empty and nothing in the log.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-13773) Clean-Up New Context Menu
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13773?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-13773:
----------------------------------------
So we can't remove Java wizards, etc. since they are defined in eclipse jdt plugins. But we can remove Decorator and Interceptor from this menu (they came from our cdi tools plugin).
> Clean-Up New Context Menu
> -------------------------
>
> Key: JBIDE-13773
> URL: https://issues.jboss.org/browse/JBIDE-13773
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Reporter: Burr Sutter
> Attachments: Screen Shot 2013-03-12 at 11.52.38 AM.png
>
>
> The New context-menu in the JBoss Perspective has too many options, several of which are not valuable to the average end-user.
> Possible Removals:
> - Project
> - SQL File
> - Annotation
> - Enum
> - Dynamic Web Project
> - Enterprise Application Project
> - JSP File
> - Filter
> - Listener
> - Servlet
> - Decorator
> - Interceptor
> - Example...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBDS-2482) jbds product builds should produce a folder called "central" which contains composite site linking for JBDS Core, JBDS TP, and JBDS Extras mirror site
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2482?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-2482.
----------------------------
Fix Version/s: 7.0.0.Alpha2
Resolution: Duplicate Issue
Solved in JBDS-2469 (duplicate). Decided NOT to bundle building of central discovery features into the product build, so that changes can be done independent of a respin of the update site / installer.
Now have a simpler approach to building/testing Central.
README (re: building/testing):
http://svn.jboss.org/repos/devstudio/trunk/product/discovery/README.md
Jenkins job (currently just for trunk but can be cloned to work for 4.1.x/7.0.x stable branch too):
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
Generated sites:
http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/
http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/
Generated metadata:
http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/compos...
http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/composi...
Generated directory.xml files:
http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/jbossto...
http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstu...
To use with Eclipse or JBDS:
{code}
eclipse -vmargs -Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/jbosstools-directory.xml
or
jbdevstudio -vmargs -Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/devstudio-directory.xml
{code}
Then, install JBoss Community Central feature from http://download.jboss.org/jbosstools/discovery/nightly/core/trunk/
or
Install JBoss Developer Studio (Core Features) feature from http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/trunk/
4. Restart. Review Central's Software/Update tab. Choose connectors/feature groups to install.
> jbds product builds should produce a folder called "central" which contains composite site linking for JBDS Core, JBDS TP, and JBDS Extras mirror site
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2482
> URL: https://issues.jboss.org/browse/JBDS-2482
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build, central
> Affects Versions: 7.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 7.0.0.Alpha2
>
>
> New output in devstudio.product_70/ and devstudio.product_master/ folders: a composite site that can be easily used to test Central using the current build, latest TP, and latest extras site.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-13773) Clean-Up New Context Menu
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13773?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-13773:
----------------------------------------
No, this menu is not controlled by perspectives. If you want to add some wizard to this popup menu (Right click on the resource) you just declare it in your plugin and bind it to particular resource type (you can check the nature of the project, the type of resource, etc). And this menu will be shown for every perspective.
So you don't define this menu for particular perspective.
But File->New is a different story. You can fill File->New when defining the perspective.
> Clean-Up New Context Menu
> -------------------------
>
> Key: JBIDE-13773
> URL: https://issues.jboss.org/browse/JBIDE-13773
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Reporter: Burr Sutter
> Attachments: Screen Shot 2013-03-12 at 11.52.38 AM.png
>
>
> The New context-menu in the JBoss Perspective has too many options, several of which are not valuable to the average end-user.
> Possible Removals:
> - Project
> - SQL File
> - Annotation
> - Enum
> - Dynamic Web Project
> - Enterprise Application Project
> - JSP File
> - Filter
> - Listener
> - Servlet
> - Decorator
> - Interceptor
> - Example...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-13773) Clean-Up New Context Menu
by Burr Sutter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13773?page=com.atlassian.jira.plugi... ]
Burr Sutter commented on JBIDE-13773:
-------------------------------------
I guess our Perspective is inheriting from the Java EE Perspective - thus leading to a fairly crowded menu - and we have a few more things to add - so making some room would be nice.
> Clean-Up New Context Menu
> -------------------------
>
> Key: JBIDE-13773
> URL: https://issues.jboss.org/browse/JBIDE-13773
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Reporter: Burr Sutter
> Attachments: Screen Shot 2013-03-12 at 11.52.38 AM.png
>
>
> The New context-menu in the JBoss Perspective has too many options, several of which are not valuable to the average end-user.
> Possible Removals:
> - Project
> - SQL File
> - Annotation
> - Enum
> - Dynamic Web Project
> - Enterprise Application Project
> - JSP File
> - Filter
> - Listener
> - Servlet
> - Decorator
> - Interceptor
> - Example...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-13633) Add a new item to jQuery Mobile Palette to add references to required JS/CSS to <head>
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13633?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13633:
-----------------------------------
Summary: Add a new item to jQuery Mobile Palette to add references to required JS/CSS to <head> (was: Add required JS/CSS resources to the page when jQuery the code snippet is inserted.)
> Add a new item to jQuery Mobile Palette to add references to required JS/CSS to <head>
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-13633
> URL: https://issues.jboss.org/browse/JBIDE-13633
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Alpha2
>
>
> We should add all the required JS/CSS resources to the head of the page if they are missing when the code snippet is inserted to the page.
> Maybe we should it have as an option in our wizards.
> Also we probably should add a separate item on the palette to insert all required resources.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month