Cannot Nest Output Folder [message #198338] |
Fri, 20 February 2004 06:17 |
Eclipse User |
|
|
|
Hello All,
I have created two source directories in my eclipse java project.
src/server
src/server/config
I have output directory of bin/MyEjb/META-INF
I am setting the output directory of src/server to be bin/MyEjb
and the output directory for the src/server/config to be bin/MyEjb/META-INF
for the SRC/server source directory I have set an exclusion filter to
be config/*
But I am getting an error Cannot nest output folder "bin/MyEjb/META-INF
inside output folder /bin/MyEjb.
How can I set my source folders right? Basically I want all the java
source code to get compiled into the bin/MyEjb directory and all my
configuration files to automatically get copied into the META-INF folder.
Later I will deploy the directory into an app server and test it.
Thanks for your help in advance.
regards,
Abhishek.
|
|
|
Powered by
FUDForum. Page generated in 0.04047 seconds