- This topic has 5 replies, 3 voices, and was last updated 18 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
Hi,
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….
August 8, 2006 at 10:49 pm #256408
Riyad KallaMemberI have filed the issue, thank you for bringing this to our attention.
August 21, 2006 at 3:46 am #257230
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.exeAugust 21, 2006 at 9:03 am #257240
Riyad KallaMemberelao,
There is no workaround or fix at this time.September 19, 2006 at 9:07 am #258744
Xavier GORSEMemberAny news for this bug ?
September 19, 2006 at 9:38 pm #258791
Riyad KallaMemberNot yet, but I made sure the development team is aware of it.
-
AuthorPosts