how to create EJB module under existing java module
hi guys,
got a question about creating EJB modules under existing java module.
What the problem is that I have a project like: C:\work\java_project
the project structure is like this:
web\src\com\webpr\web\
doc\
test\
under web\src\com\webpr\web\ I have both servlets, EJBs in respected packages.
Since the content roots are mutually exclusive, how do I solve this problem?
I wouldn't like to move the packages around.
See the question: http://www.intellij.net/forums/message.jspa?messageID=4968481
Thank you for any tips.
Please sign in to leave a comment.