- This topic has 2 replies, 2 voices, and was last updated 19 years, 2 months ago by Shawn McDermott.
-
AuthorPosts
-
Shawn McDermottMemberI have a project that was created via intellij. There are others still using the project via intellij, so I cannot change the project structure.
My issue: How can I config myEclipse to recognize the WEB-INF directory outside of the webroot?
—————————- (all the posting guideline stuff) ——————-
What operating system and version are you running?
WinXP Pro
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
– Milestone releases of Eclipse 3.1 are *not* compatible with MyEclipse 4.0
Version: 3.1.0
Build id: I20050627-1435
– Was Eclipse freshly installed for MyEclipse?
yes
– Are any other external plugins installed? no
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
0
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
4.0 milestone 3 (3.9.310)
What JDK version are you using to run Eclipse? (java -version)
1.5.0)04
What JDK version are you using to launch your application server?
same
What steps did you take that resulted in the issue?
trying to open an Intellij project and work with it in myeclipse
What application server are you using?
tomcat 5.5.9
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
no
Riyad KallaMemberMy issue: How can I config myEclipse to recognize the WEB-INF directory outside of the webroot?
This can quickly be worked around on *nix with symbolic links, and also on Windows odly enough (NTFS actually supports sym links, not shortcuts). Otherwise if the structure is odd enough MyEclipse really won’t be able to function to it’s full capability.
Shawn McDermottMemberThanks. After an hour, I finally figured out how to do a symlink on windows. Nothing on windows is simple! I have been in a *nix (linux and OSX) environment for too long, I guess.
-
AuthorPosts