Cannot find entry when adding project to assembly deployment.

I have three projects in my workspace:

  • xand-cc-conduct-common (1)
  • xand-cc-conduct-client (2)
  • xand-cc-conduct-client-webapp (3)

When deploying the project (3), the other two (1), (2) should be in WEB-INF / lib as jar files.

So, I go to the project properties → deployment assembly, then add the project (1) by clicking "Add ... → Project and selecting the project.

When I make this message, "Cannot find entry: xand-cc-conduct-common appears."

The .metadata.log file is empty.

Can someone help please?

The eclipse version is Helios.

Thanks in advance.

+8
eclipse deployment
source share
1 answer

Do you have "xand-cc-conduct-common" in the manifest entries tab? (Project Properties → Deploying an Assembly → Manifest Entries) If you are not trying to add this jar.

0
source share

All Articles