Start of Content Area

Procedure documentation Migrating Old Library Projects  Locate the document in its SAP Library structure

Use

Since former Library Projects are not available in the Developer Studio, you have to transform the old Library Projects into Enterprise Application Projects. This procedure describes the steps to do it.

More information about the analogous case with Development Component projects:

Migrating a Library DC Project to an Enterprise Application DC Project.

Prerequisites

You have a Library Project created with an older version of the SAP NetWeaver Developer Studio.

Procedure

...

       1.      Import the existing Library Project in the Developer Studio (using FileImport).

       2.      Create an initially empty Enterprise Application Project.

       3.      Select the project in the Project Explorer.

       4.      In the context menu, choose Properties J2EE Module Dependencies.

       5.      Choose Add JARs and select the JAR file archiving the Library Project.

       6.      Choose OK.

       7.      Redirect all previous references to the old libraries to the new Enterprise application EAR

Result

When the Enterprise Application Project is built, the library JAR file will be added to the application EAR file.

 

 

End of Content Area