cancel
Showing results for 
Search instead for 
Did you mean: 

Warnings on build in NWDS.

Former Member
0 Kudos

Getting such warnings on build via Sync Sources:

Warning: Deploy-time dependency to crm/tc/core (sap.com) is not allowed and will be ignored (development component type Java (sap.com) has incompatible runtime type).

Should these warnings be taken care of or ignored? Will it cause issues at a later stage?

Any info on this appreciated. Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kris,

it means that in your sources you have defined a deploy-dependency (or similar for runtime-dependencies) that is not required, has no effect and as the message says "will be ignored".

Deployment/Runtime basically refers to the J2EE engine. Dependencies between DCs that are not both deployable on the engine will cause this warnings. You can remove these dependencies without any effect on the build result or ignore the warnings.

Regards,

Marc

Former Member
0 Kudos

Thank you Marc, for the reply.

But the sources were not modified from what SAP had provided and this was immediately after importing configuration built using SAP's standard SCAs.

Former Member
0 Kudos

The warnings that I know of only popped up in more recent SPs, so I assume there were internal changes and not all sources have been updated/corrected.

If SAP ignores such warnings it should be safe if you do the same.