Skip to Content
0
Former Member
Jul 17, 2008 at 03:37 PM

J2EE Server component of type library DC does not reference the jars

25 Views

Hello,

I have 3 jar files that I would like to deploy to the app server using NWDI.

I did the following:

1. Created an external library project and added the jars to it's library folder.

2. Created J2EE Server component of type library and added the three jars from the first project under build path->Add Jars...

3. Did a build to these two projects which created an sda file for the J2EE Server component of type library one. the build of the library finished with one warning: "Warning: Source folder "server" does not exist and will be ignored."

The problem is that if I examine the sda inside it doesn't contain these 3 jars.

When I do this same process with local projects on the NWDS (the first one I select simple project and the second J2EE library) it's working and the sda contains the jars.

Obviously there is no point i deploying this empty sda.

Any ideas how to fix it? Do I need to add this dependency as a public part?

Roy