[JBoss JIRA] Created: (JBIDE-4293) Recreate message mechanism for wizards
by Yura Zhishko (JIRA)
Recreate message mechanism for wizards
--------------------------------------
Key: JBIDE-4293
URL: https://jira.jboss.org/jira/browse/JBIDE-4293
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Affects Versions: 3.1.0.M1
Reporter: Yura Zhishko
Assignee: Alexey Kazakov
Well, my opinion according to file and project wizards, that they don't clearly correspond to Eclipse UI part (http://wiki.eclipse.org/User_Interface_Guidelines#Wizards).
1) First of all when we open any of our wizards, for example, JSP File wizard, we see Next validation message: Attribute Name must be set (screenshot-1). According to Eclipse UI user should see something like this: Create a new JSP file.
2) Now begin to print some name in corresponding field -> Result: there is no any validation message (screenshot-2). According to Eclipse UI user should see default message: Create a new JSP file, if the file name doesn't equal to exist page in project.
>From other aspects there are OK. You can exam Eclipse UI behavior of wizards, for example, using standard JSP wizard or wizard for folders' creating.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (JBDS-723) Studio is failed to start
by Yura Zhishko (JIRA)
Studio is failed to start
-------------------------
Key: JBDS-723
URL: https://jira.jboss.org/jira/browse/JBDS-723
Project: Developer Studio
Issue Type: Bug
Components: Build
Affects Versions: 2.1.0
Environment: jbdevstudio-eap-win32-2.1.0.Alpha1-N200905052221-H168
Win XP SP2
Reporter: Yura Zhishko
Assignee: Denis Golovin
Priority: Critical
Attachments: screenshot-1.jpg
1) Install jbdevstudio-eap-win32-2.1.0.Alpha1-N200905052221-H168
2) Try to tun it
RESULT: Studio is failed to start with next message see (screenshot-1)
eclipse.ini file has the next content:
-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090420.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090306-1900
--launcher.XXMaxPermSize
256m
-vmargs
-Xms256m
-Xmx1024m
-XX:MaxPermSize=128m
-Dosgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.100.v20090413-2207.jar@1:start,org.eclipse.equinox.transforms.xslt@1:start,org.jboss.tools.equinox.transforms.xslt@1:start
When I've tried to load studio with next params:
-framework
plugins\org.eclipse.osgi_3.5.0.v20090420
-vmargs
-Xms256m
-Xmx1024m
-XX:MaxPermSize=128m
-Dosgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.100.v20090413-2207.jar@1:start,org.eclipse.equinox.transforms.xslt@1:start,org.jboss.tools.equinox.transforms.xslt@1:start
It has been launched OK.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-1592) Facelets taglibs from file.jar/META-INF/*.tablib.xml or registered in web.xml by facelets.LIBRARIES context param isn't used for content assists in source part of VPE
by Denis Golovin (JIRA)
Facelets taglibs from file.jar/META-INF/*.tablib.xml or registered in web.xml by facelets.LIBRARIES context param isn't used for content assists in source part of VPE
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1592
URL: http://jira.jboss.com/jira/browse/JBIDE-1592
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Denis Golovin
Fix For: 2.1
That would be nice if <tag> declaration from *.taglib.xml are discovered and used in VPE content assists.
Here is scenario for facelets taglib registered in web.xml:
1. EXECUTE: Create JFP Project using New JSF Project Wizard
2. EXECUTE: Enter a name, select JSF environment: ['JSF 1.2 with Facelets', select Template: 'FaceletKikStartWithoutLibs' then press 'Next'
3. EXECUTE: Select Server Runtime and Target Server then press 'Finish'
4. EXECUTE: Copy attached files custom.taglib.xml and inputCurrency.xhtml to /WEB-INF
5. EXECUTE: Copy attached file show100.xhtml to WebContent/pages
6. EXECUTE: Open web.xml in any editor and add text below
<context-param>
<param-name>facelets.LIBRARIES</param-name>
<param-value>/WEB-INF/custom.taglib.xml</param-value>
</context-param>
8. EXECUTE: Open show100.xhtml in VPE
7. ASSERT: Content proposal list for <c: should contain inputCurrency tag
9. ASSERT: Ctrl+click on 'xmlns:c="http://mydomain.com/jsf/myproject"' opens custom.taglib.xml in xml editor
Scenario for facelets taglib in jar is almost the same but *.taglib.xml should be discovered in <filename>.jar/META-INF/*.taglib.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 5 months