cancel
Showing results for 
Search instead for 
Did you mean: 

Public Part jar files in EAR build missing

Former Member
0 Kudos

Hi,

I build 2 DCs - one Webdynpro one with external Resources. created Public Parts for external libs in the libraries Directory an added the Used DCs (Public Parts compile / assemble) to my webdynpro. While programming - compile - everything is fine. I

Inside the java build path (project properties) all external jars from the DC external Public Parts are references. But when I build (with warnings) deploy (with warnings), run the Application - I receive a java.lang.NoClassDefFoundError - which means, that the jar Functions are not available. Why?

here the build warning:

warnings sap.com/testwdp(MyComponents) in variant "default"

#What means variant "default" ?

Warning: No runtime information available for development component type External Library (sap.com), cannot validate deploy-time dependency.

Warning: No runtime information available for development component type External Library (sap.com), cannot validate deploy-time dependency.

#Why?????

deploy:

Unresolved dependencies found for the following SDAs:

1.: development component 'testwdp'/'sap.com'/'local'/'20070509112210'/'0'

dependency:

name: 'testext'

vendor: 'sap.com'

well, when the external jars are not added during the build process - the are not available at "deploy-time"

Any Idears?

best regards

Rainer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, in the meantime, a guy with SDK 1.4.2._08-b03, DS Version 6.40 SP 18 could compile and build the DCs perfectly

I am Using DS Version 7.0.09 from the trial package - with SDK 1.4.2_09

How stable is the version 7.0.09?

regards

Rainer

Ranjeet0702
Active Participant
0 Kudos

The issue is with SDK version.... means go for SDK 1.4.3_08. There is no issue with DS version. 7.0.09 is pretty stable.

Former Member
0 Kudos

sorry but the external JAR (DC-Resources) at EAR build time are still missing. The version of the JDK isn't the case.

Is there somewhere an option in the preferences of DS which should be activated to perform a complete DC build webdynpro with external JARs DC?