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?

0
5 comments
Avatar
Permanently deleted user

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:

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?


--
Vilya Harvey
vilya.harvey@digitalsteps.com / digital steps /
(W) +44 (0)1483 469 480
(M) +44 (0)7816 678 457 http://www.digitalsteps.com/

0

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/

0

This still doesn't work. Now I have to use ant just to deploy the #¤ classes! :)

0
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.