cancel
Showing results for 
Search instead for 
Did you mean: 

build WebDynpro DC using dctool fails

0 Kudos

Hi,

i'd like to build development components using dctool. This works so far for plain java components like

web services.

Building a Web Dynpro DC results in the following error message:

:dc>builddc -s vendor.com_SC_NAME_1 -n name/of/dc -v vendor.com -b default -o

DC Model check:

All used DCs are available locally

ERROR: Check for used DCs failed: Used component not found: sap.com/tc/wdp/metamodel/content. DC not found in DC syncdb.

Build failed with errors.

The software components used by the containing SC are

- SAP_BUILDT

- EP_BUILDT

- SAP_JTECHS

- SAP_JEE.

I listed the DCs contained in the aforementioned SCs and the missing DC (sap.com/tc/wdp/metamodel/content) indeed isn't there.

So my question is: What shall i do to satisfy the dangling reference? The DC builds fine in NWDS and NWDI (in fact i get the error message for any other DC of type WebDynpro). Is there a special SC that has to be referenced?

I appreciate any help!

Thank you!

PS: As to why i am doing this: I'd like to apply Checkstyle, PMD, Findbugs, JUnit and JavaDoc to generate documentation and reports regarding code problems/quality on our DCs and so need to generate the source code for our WebDynpro components.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

i forgot to mention the version we are on.

We use NW 7.0.16.

Thanks!