I am running Eclipse 3.3.2 with WTP. Since a few days it does not deploy
the hibernate config files anymore but I do not know what I did. The files
are in the source folder like they were all the time but are not in the
extracted war file any more.
Does someone know how to get Eclipse to deploy the files again?
> Hello all,
>
> I am running Eclipse 3.3.2 with WTP. Since a few days it does not deploy
> the hibernate config files anymore but I do not know what I did. The files
> are in the source folder like they were all the time but are not in the
> extracted war file any more.
> Does someone know how to get Eclipse to deploy the files again?
>
> Thank you,
> Markus
Hi, Markus.
There is similar problem, but with Ganymede released WTP/TPTP. Maybe
this one made it to the winter maintenance release of Europe.
Go to Eclipse preferences -> "java" -> "compiler" -> "building" ->
"output folder". Check "filtered resources" field there. Maybe it
contains "*.xml" filter, which prevents XML's to be included into built
archives.
Most probably this is not the one you encountered, but who knows...
> Thank you very much. This solved the problem.
> Could it be possible that this comes from one person who works at the
> same project and uses Ganymede?
>
> Markus
>
No, unless you share project/workspace metadata.
Btw, this "filtered resources" field could have been modified by
anything: some Eclipse plugin or manually. My problem was with TPTP:
whenever you try profiling some project - this "filtered resources"
field gets modified.
> No, unless you share project/workspace metadata.
> Btw, this "filtered resources" field could have been modified by
> anything: some Eclipse plugin or manually. My problem was with TPTP:
> whenever you try profiling some project - this "filtered resources"
> field gets modified.
As far as we share them I think it comes from there but his Eclipse makes
everythink correct. I do not have TPTP and I did not install or use any
plugins which I don't have used before. It is strange that this problem
occures suddenly but ok, knowing the solution will help.