- This topic has 5 replies, 3 voices, and was last updated 18 years, 4 months ago by Riyad Kalla.
-
AuthorPosts
-
Sveinn JonssonParticipantHi,
after I upgraded to MyEclipse 5M2&GA
I’m unable to “CTRL-click” on include directives in my JSP files IF the path to the include file is absolute, i.e. starts with /For example:
This doesn’t work:
<%@ include file=”/WEB-INF/includes/blabla.include” %>But using relative paths works, for example this does works if the JSP file is in the web root folder:
<%@ include file=”WEB-INF/includes/blabla.include” %>And if the JSP file is in a folder under the web root folder then this works:
<%@ include file=”../WEB-INF/includes/blabla.include” %>..etc…
Similar problem was mentioned in the following thread topic: Unable to open include files in JSP
I really miss this feature, I use includes alot and always with absolute paths….
Riyad KallaMemberI have filed the issue, thank you for bringing this to our attention.
Xavier GORSEMemberHi,
I’ve got the same problem
Is there any solution or workaround ?
Can’t use 5.0 with this problem
Thanks
————————–
*** Date: Mon Aug 21 10:42:27 CEST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
E:\eclipse\3.2\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
924_64
-vm
C:\WINDOWS\system32\javaw.exe
Riyad KallaMemberelao,
There is no workaround or fix at this time.
Xavier GORSEMemberAny news for this bug ?
Riyad KallaMemberNot yet, but I made sure the development team is aware of it.
-
AuthorPosts