From jira-events at lists.jboss.org Mon Nov 14 13:19:43 2011 Content-Type: multipart/mixed; boundary="===============4590760818277119903==" MIME-Version: 1.0 From: Vitali Yemialyanchyk (Created) (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: Mon, 14 Nov 2011 13:19:43 -0500 Message-ID: <61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============4590760818277119903== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable VPE source navigation: open css file for my custom tag implementation does = not work (Ctrl + left mouse button) ---------------------------------------------------------------------------= ----------------------------------- Key: JBIDE-10173 URL: https://issues.jboss.org/browse/JBIDE-10173 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 1) extract 2 demo projects from projects.zip in some folder on you PC inten= ded for such things; a) stopka-ui-base - this project contains implementation of several tags wh= ich I use in other project stopka-ui-test. stopka-ui-base contains maven bu= ild script so you can easy assemble stopka-ui-base-1.0.1.jar to use it in s= topka-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 d= escription 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.ja= r 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=3Dstopka.= us -DartifactId=3Dui-components -Dversion=3D0.9 -Dpackaging=3Djar mvn install:install-file -Dfile=3Dstopka-ui-base-1.0.1.jar -DgroupId=3Dstop= ka.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} 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 mak= e 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 --===============4590760818277119903==-- From jira-events at lists.jboss.org Mon Nov 14 13:21:40 2011 Content-Type: multipart/mixed; boundary="===============7455310848183383654==" MIME-Version: 1.0 From: Vitali Yemialyanchyk (Updated) (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: Mon, 14 Nov 2011 13:21:40 -0500 Message-ID: <2121900451.4431.1321294900824.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============7455310848183383654== 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.jir= a.plugin.system.issuetabpanels:all-tabpanel ] Vitali Yemialyanchyk updated JBIDE-10173: ----------------------------------------- Attachment: projects.zip = > 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: Feature Request > Components: jsp/jsf/xml source editing > Affects Versions: 3.3.0.M4 > Reporter: Vitali Yemialyanchyk > Assignee: Alexey Kazakov > Priority: Minor > 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 --===============7455310848183383654==-- From jira-events at lists.jboss.org Mon Nov 14 13:26:40 2011 Content-Type: multipart/mixed; boundary="===============4285952313247145284==" MIME-Version: 1.0 From: Alexey Kazakov (Updated) (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: Mon, 14 Nov 2011 13:26:40 -0500 Message-ID: <393928374.4452.1321295200644.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============4285952313247145284== 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.jir= a.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kazakov updated JBIDE-10173: ----------------------------------- Fix Version/s: LATER = > 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: Feature Request > 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 --===============4285952313247145284==-- From jira-events at lists.jboss.org Mon Nov 14 14:35:40 2011 Content-Type: multipart/mixed; boundary="===============0318250106772016948==" 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: Mon, 14 Nov 2011 14:35:40 -0500 Message-ID: <2125844351.4729.1321299340812.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============0318250106772016948== 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=3D12642686#= comment-12642686 ] = Vitali Yemialyanchyk commented on JBIDE-10173: ---------------------------------------------- currently open-on functionality works for styles which contains stopka.css = and filemanager.css: {code}
{code} so it looks rather strange that open-on does not work for css files by itse= lf - it looks like almost a bug, but I do not sure exactly: is open-on func= tionality for css files in VPE and in which cases it currently work. May be this is a bug? = > 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: Feature Request > 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 --===============0318250106772016948==-- From jira-events at lists.jboss.org Mon Nov 14 14:39:40 2011 Content-Type: multipart/mixed; boundary="===============2666093795901456418==" MIME-Version: 1.0 From: Alexey Kazakov (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: Mon, 14 Nov 2011 14:39:40 -0500 Message-ID: <840969955.4742.1321299580693.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============2666093795901456418== 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=3D12642688#= comment-12642688 ] = Alexey Kazakov commented on JBIDE-10173: ---------------------------------------- Vitali, JBT can't know that your custom tags () point to css fi= le which we should use to navigate to. = > 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: Feature Request > 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 --===============2666093795901456418==-- From jira-events at lists.jboss.org Tue Nov 15 07:05:42 2011 Content-Type: multipart/mixed; boundary="===============0676899012364384662==" MIME-Version: 1.0 From: Vitali Yemialyanchyk (Updated) (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, 15 Nov 2011 07:05:42 -0500 Message-ID: <1164988933.7549.1321358742280.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============0676899012364384662== 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.jir= a.plugin.system.issuetabpanels:all-tabpanel ] Vitali Yemialyanchyk updated JBIDE-10173: ----------------------------------------- Parent: JBIDE-10179 Issue Type: Sub-task (was: Feature Request) = > 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 --===============0676899012364384662==-- From jira-events at lists.jboss.org Thu Dec 1 13:54:40 2011 Content-Type: multipart/mixed; boundary="===============9199567207252545078==" 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: Thu, 01 Dec 2011 13:54:40 -0500 Message-ID: <92339901.63121.1322765680726.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============9199567207252545078== 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=3D12647277#= comment-12647277 ] = Vitali Yemialyanchyk commented on JBIDE-10173: ---------------------------------------------- in description I admitted, what I expect it should work for the wrong tag a= lso: {code} {code} it should just check, is the file "system/styles/filemanager.css" exist in = relative path and open it by corresponding editor. = > 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 --===============9199567207252545078==-- From jira-events at lists.jboss.org Tue Dec 6 07:31:41 2011 Content-Type: multipart/mixed; boundary="===============0321586239154350642==" 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 --===============0321586239154350642== 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 --===============0321586239154350642==-- From jira-events at lists.jboss.org Wed Jan 4 16:33:11 2012 Content-Type: multipart/mixed; boundary="===============3268852226945708085==" MIME-Version: 1.0 From: Viacheslav Kabanovich (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: Wed, 04 Jan 2012 16:33:11 -0500 Message-ID: <281946890.40824.1325712791445.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============3268852226945708085== 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=3D12653900#= comment-12653900 ] = Viacheslav Kabanovich commented on JBIDE-10173: ----------------------------------------------- org.eclipse.wst.xml.ui.internal.hyperlink.WorkspaceFileHyperlink does that = exactly as Vitali proposed. I think this issue should be resolved 'out of d= ate'. = > 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 --===============3268852226945708085==-- From jira-events at lists.jboss.org Wed Jan 4 16:39:09 2012 Content-Type: multipart/mixed; boundary="===============2641663242396312705==" MIME-Version: 1.0 From: Alexey Kazakov (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: Wed, 04 Jan 2012 16:39:09 -0500 Message-ID: <709069847.40832.1325713149530.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============2641663242396312705== 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=3D12653902#= comment-12653902 ] = Alexey Kazakov commented on JBIDE-10173: ---------------------------------------- Slava, does org.eclipse.wst.xml.ui.internal.hyperlink.WorkspaceFileHyperlin= k look for resources by path lelated to the root folder of the project or W= ebContent? = > 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 --===============2641663242396312705==-- From jira-events at lists.jboss.org Wed Jan 4 17:32:09 2012 Content-Type: multipart/mixed; boundary="===============7995145821048597789==" MIME-Version: 1.0 From: Viacheslav Kabanovich (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: Wed, 04 Jan 2012 17:32:09 -0500 Message-ID: <1828799223.40925.1325716329491.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============7995145821048597789== 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=3D12653915#= comment-12653915 ] = Viacheslav Kabanovich commented on JBIDE-10173: ----------------------------------------------- They try to resolve value as URI by different resolvers, one of which, Comp= onentResolver, looks for the resource in all web roots of the project. = > 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 --===============7995145821048597789==-- From jira-events at lists.jboss.org Wed Jan 4 19:09:09 2012 Content-Type: multipart/mixed; boundary="===============3830906067325675792==" MIME-Version: 1.0 From: Alexey Kazakov (Resolved) (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: Wed, 04 Jan 2012 19:09:09 -0500 Message-ID: <567427640.40977.1325722149407.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 61314146.4426.1321294783182.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============3830906067325675792== 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.jir= a.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kazakov resolved JBIDE-10173. ------------------------------------ Fix Version/s: 3.3.0.Beta1 (was: LATER) Resolution: Out of Date Ok. Then I'm resolving the issue. = > 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: 3.3.0.Beta1 > > 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 --===============3830906067325675792==--