From jira-events at lists.jboss.org Tue Dec 6 07:31:41 2011 Content-Type: multipart/mixed; boundary="===============6097374075294505130==" MIME-Version: 1.0 From: Vitali Yemialyanchyk (Commented) (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] (JBIDE-10173) VPE source navigation: open css file for my custom tag implementation does not work (Ctrl + left mouse button) Date: Tue, 06 Dec 2011 07:31:41 -0500 Message-ID: <496959831.73251.1323174701023.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============6097374075294505130== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/JBIDE-10173?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12648355#= comment-12648355 ] = Vitali Yemialyanchyk commented on JBIDE-10173: ---------------------------------------------- this functionality works correctly in the latest whole JBDevStudio M4... ev= en for the case above with "stopka:dss". = > VPE source navigation: open css file for my custom tag implementation doe= s not work (Ctrl + left mouse button) > -------------------------------------------------------------------------= ------------------------------------- > > Key: JBIDE-10173 > URL: https://issues.jboss.org/browse/JBIDE-10173 > Project: Tools (JBoss Tools) > Issue Type: Sub-task > Components: jsp/jsf/xml source editing > Affects Versions: 3.3.0.M4 > Reporter: Vitali Yemialyanchyk > Assignee: Alexey Kazakov > Priority: Minor > Fix For: LATER > > Attachments: projects.zip > > > 1) extract 2 demo projects from projects.zip in some folder on you PC int= ended for such things; > a) stopka-ui-base - this project contains implementation of several tags = which I use in other project stopka-ui-test. stopka-ui-base contains maven = build script so you can easy assemble stopka-ui-base-1.0.1.jar to use it in= stopka-ui-test; > b) stopka-ui-test - is a jsp demo project, which is use stopka-ui-base as= a custom templates library; > c) stopka-ui-test\src\main\webapp\WEB-INF\lib\stopka-taglib-0.9.jar - tld= description of custom tag for testing; > 2) stopka-ui-base - to assemble stopka-ui-base-1.0.1.jar with maven - use= : = > {code} > mvn clean install > {code} > 3) stopka-ui-test\src\main\webapp\WEB-INF\lib contains stopka-taglib-0.9.= jar and stopka-ui-base-1.0.1.jar > for test purposes you should install these jars into you maven repository= - stopka-ui-test\install-ui.sh this script contains necessary instructions: > run > {code} > mvn install:install-file -Dfile=3Dstopka-taglib-0.9.jar -DgroupId=3Dstopk= a.us -DartifactId=3Dui-components -Dversion=3D0.9 -Dpackaging=3Djar > mvn install:install-file -Dfile=3Dstopka-ui-base-1.0.1.jar -DgroupId=3Dst= opka.us -DartifactId=3Dstopka-ui-base -Dversion=3D1.0.1 -Dpackaging=3Djar > {code} > from stopka-ui-test\src\main\webapp\WEB-INF\lib as a current directory > 4) run Eclipse with JBossTools; > 5) import stopka-ui-test\pom.xml as a maven project; > 6) open stopka-ui-test\src\main\webapp\test.jspx page with VPE: > {code} > xmlns:stopka=3D"http://stopka.us" > xmlns:jsp=3D"http://java.sun.com/JSP/Page" > xmlns:c=3D"http://java.sun.com/jsp/jstl/core" > xmlns:utils=3D"http://stopka.us/ui/utils"> > > > > > StopKa filemanager > > > > > >
>
>
>
>
>
>
>
>
> > > > {code} > 7) try to open css files = > {code} > > {code} > and > {code} > > {code} > with Ctrl + left mouse button click it does not work; > I expect VPE context assist could open css files in any case, i.e. if I m= ake an error: > {code} > > {code} > VPE context assist should work and should open filemanager.css. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6097374075294505130==--