cancel
Showing results for 
Search instead for 
Did you mean: 

Build error for package doesn't exist

Former Member
0 Kudos

Hi,


We are seeing error while building the migrated DC (we removed depreacted dependancies), below is the error. Also, below is the image of New DC's dependencies.


ERROR: N:\NWDS Install Files\workspace.jdi\LocalDevelopment\t\9D46F866BA01AE3BBC7DC169104B9248\gen_wdp\packages\useradminmaint\UserAdminMaint.java:66: package com.sap.security.core.securitypolicy.assertions does not exist

     [javac] ERROR: import com.sap.security.core.securitypolicy.assertions.SecurityPolicyConstants;

     [javac] ERROR: ^

     [javac] ERROR: N:\NWDS Install Files\workspace.jdi\LocalDevelopment\t\9D46F866BA01AE3BBC7DC169104B9248\gen_wdp\packages\useradminmaint\UserAdminMaint.java:75: package com.sap.security.core.securitypolicy does not exist

     [javac] ERROR: import com.sap.security.core.securitypolicy.*;

[javac] ERROR: ^


Below are the dependencies :


Please let know, if we are missing anything or can add some dependencies to get rid of this build error.

Regards,

Samir

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189220
Active Contributor
0 Kudos

Hello Samir,

It seems to me you have mapped a network drive for your workspace:

"N:\NWDS Install Files\workspace.jdi\"

If this is true, I would like to remind you that NWDS is using only local (from file-system perspective) workspace.

Next, would you please cross check whether this com.sap.security.core.securitypolicy.assertions package exists in your workspace (workspace.jdi\LocalDevelopment\t\9D46F866BA01AE3BBC7DC169104B9248\gen_wdp\packages\useradminmain). If yes, please post the full log to have a look on which DCs are using it.

Regards