Eclipse setup for WEB-INF/classes folder [message #11886] |
Sat, 22 January 2005 16:52 |
Eclipse User |
|
|
|
Originally posted by: mhuggins.udel.edu
I can't seem to get my project setup correctly with regards to the "Java
Build Path".
I tried to create two source folders, one being "/src" compiling to
"/bin" and the other being "/src/WEB-INF/classes" compiling to
"/bin/WEB-INF/classes", but I get a warning/error message in Eclipse
that prevents me from doing that... something about "cannot nest output
folders 'myproj/bin/WEB-INF/classes' inside 'myproj/bin'".
If I try to simply create a "/src" source folder with a
"WEB-INF/classes" folder structure within it, then my packaged classes
will not correctly compile beneath the structure (because it expects the
package name to be "WEB-INF.classes.com.etc" instead of just "com.etc".
How can I make it so that my classes appropriate compile into their
respective folders, including WEB-INF/classes?
Thanks in advance!
|
|
|
Powered by
FUDForum. Page generated in 0.08254 seconds