1113 not deploying classes
I have two modules setup.
- Main
- PublicWebApp
PublicWebApp depends on Main. Both share the same project libraries. PublicWebApp is set to deploy to an exploded directory. Main is part of the Modules and Libraries to deploy of PublicWebApp. Yet no classes from Main end up in the exploded directory. Anyone else experienced this?
Please sign in to leave a comment.
I had the same thing earlier today. Do the content directories of your
modules overlap at all? That was the problem I had.
Vil.
Patrik Andersson wrote:
--
Vilya Harvey
vilya.harvey@digitalsteps.com / digital steps /
(W) +44 (0)1483 469 480
(M) +44 (0)7816 678 457 http://www.digitalsteps.com/
No they don't. I have:
projects/
foo-project/
deploy/
publicWebApp/ <-- expoded deploy dir
lib/ <-- project level libraries
modules/
main/ <-- content root 'main'
src/
classes/ <-- output path
publicWebApp/ <-- content root 'publicWebApp'
src/
classes/ <-- output path
web/ <-- web resource directory
WEB-INF/
This still doesn't work. Now I have to use ant just to deploy the #¤ classes! :)
Have you filed a bug in tracker? This doesn't work for me either...my setup looked almost identical to yours. Moving the src from main under the web module works fine, that's what I did....for now.
Yup, reported it. Here:
http://www.intellij.net/tracker/idea/viewSCR?publicId=26334
Patrik