cancel
Showing results for 
Search instead for 
Did you mean: 

NWDI and DC - Broken in WDP Perspective

Former Member
0 Kudos

Hi,

I've got a WDP Component (Utils) which is inside NWDI. I've tried to use Create Project command in NWDI, do get a version to work with. It downloads the project to my local machine, however, it's not showing in WDP view. It shows in Navigator view, as a Java project, like every other project.

I've already seem something like that, the fix should be some editing related to .project, .classpath files I think.

Can someone help me with this? - I'm not sure exactly how to update these files to make it load again in WDP view (so I can rebuild - redeploy).

Regards,

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

The .project file contains information about natures from which it knows the kind of the project.

For Web Dynpro project, it needs to have Web Dynpro & Dictionary natures apart from regular java.

<natures>

<nature>com.sap.ide.webdynpro.archivebuilder.WebDynproNature</nature>

<nature>com.sap.dictionary.tools.archivebuilder.DictionaryNature</nature>

<nature>org.eclipse.jdt.core.javanature</nature>

</natures>

Hope this answers your concern.

Kind Regards,

Nitin Jain

PS: I would recommend you to delete the project from Navigator view, edit .project file & then create project.

Edited by: Nitin Jain on May 7, 2009 10:09 AM

Former Member
0 Kudos

Hi Nitin,

Thanks for the answer. I kinda find that after a little while.

Cheers,

Daniel

Answers (0)