cancel
Showing results for 
Search instead for 
Did you mean: 

EP Build Tools

Former Member
0 Kudos

Hi!

I have just created a new software component based on J2EE 7.0 SP11 with

EP BUILDTOOL

DI BUILDTOOL

JEE

JTECHS

So this should be the standard configuration for building EP applications as software components. I am also able to execute the respective wizard and check everything into DTR.

When I do a build, the request is successful, but the EP BUILDTOOL has broken DCs. All of the files are of SP11 so I wonder.

Did anybody out there experience something similar?

Thank you

Sigi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if EP_BUILDT shows broken DCs in CBS check your SLD data. EP_BUILDT should have a buildtime dependency to SAP_BUILDT, if that is missing CBS will show broken DCs in EP_BUILDT because of invalid dependencies to DCs in SAP_BUILDT.

Regards,

Marc

Answers (3)

Answers (3)

Former Member
0 Kudos

Finally I found a solution. I had to remove all my development configurations and reimport them. Like magic, my missing SCs were synced.

Don't ask why... !?!?

Former Member
0 Kudos

I have reimported and patches EPBUILDT to patchlevel 1. Now it would compile but not I am receiving an error in developer studio. It is complaining about missing reference to sap.com/tc/bi/javatech ???

Any idea where this belongs to?

Rgs

Sigi

Former Member
0 Kudos

Hi Sigi,

tc/bi/javatech is a DC in SAP_BUILDT. Somehow I doubt that a reimport will really solve the issue. I'd check the .confdef file of your imported configuration, it should contain a compartment definition of EP_BUILDT with a dependency on SAP_BUILDT:

<sc-compartment name="sap.com_EP_BUILDT_1" caption="sap.com_EP_BUILDT_1" archive-state="yes" default-compartment="yes" sc-vendor="sap.com" sc-name="EP_BUILDT">

...

<dependencies>

<used-compartment>sap.com_SAP_BUILDT_1</used-compartment>

</dependencies>

...

And your developed software component should have dependencies on both EP_BUILDT and SAP_BUILDT compartments (plus JEE/JTECHS).

Regards,

Marc

Former Member
0 Kudos

Mi Marc!

Thank you, the dependencies are okay!

Digging further into this I had not synced my components properly. Now syncing works for one of the tracks and even the build.

For the other track I still cannot synchronize the EP Build Tools which is a bit strange. Well, I will try a rebuild system state later today.

Sigi

Message was edited by:

Sigi Zeilinger

Former Member
0 Kudos

Did your try reimporting these base SCA's into your track?