| deployment with wtp includes no lib jars [message #215036] |
Tue, 10 June 2008 04:55  |
|
Originally posted by: b.v.weert.valbosoft.com
Hello,
I had my wtp working perfectly until a few days ago: I had my classes,
webapp and libs defined and when I started debugging, they all got
deployed to the temporary webapp directory and the server got started
correctly.
However, since a few days, everything gets deployed except the jars in the
lib directory. Actually, the jars that are directly placed in the
WEB-INF/lib directory ARE being deployed, but the ones defined with "" in
the .classpath aren't. These entries are like " <classpathentry
kind="var"
path="M2_REPO/javax/activation/activation/1.1/activation-1.1.jar "/>
". M2_REPO is defined and the eclipse project gives no errors.
Not only for one project; no project gets deployed correctly anymore.
I've downloaded a new eclipse installation to see if it was a plugin
mixup; no success. I created a new workspace and loaded an existing
project; no success.
The problem seems to be with "var" entries.
I'm a bit out of ideas on how to debug this issue. Any ideas?
Cheers, Bo
|
|
|