[jbosstools-issues] [JBoss JIRA] (JBIDE-20395) Navigation of #assert directive doesn't work for nested relative path and absolute file path

Jiri Peterka (JIRA) issues at jboss.org
Tue Jul 28 09:30:02 EDT 2015


Jiri Peterka created JBIDE-20395:
------------------------------------

             Summary: Navigation of #assert directive doesn't work for nested relative path and absolute file path
                 Key: JBIDE-20395
                 URL: https://issues.jboss.org/browse/JBIDE-20395
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: freemarker
    Affects Versions: 4.3.0.Beta2
         Environment: JBDS 9.0.0.Beta2b, L64
            Reporter: Jiri Peterka
             Fix For: 4.3.0.CR1


Have Java Project in eclipse called "testprj":
Create four ftl files:
1) testprj/first.ftl
2) testprj/second.ftl
3) testprj/dir/third.ftl
4) /opt/fourth.ftl

Put this into first.ftl
<#include "second.ftl"> 
<#include "dir/third.ftl"> 
<#include "/opt/fourth.ftl"> 

Try to click on each to navigate. First case works. Nested relative and absolute navigation doesn't work 








--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list