cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynPro Project do not builds under standard eclipse build

Former Member
0 Kudos

I'm novice with WebDynPro, and have following problem:

I got some WebDynPro Project, it builds from WebDynPro perspective well,

can be deployed and works.

but project not builds under usual menu build and editor itself shows many errors

beginning from "not fond reference" into own iView

looking like

//@@begin imports

import ru.intertech.omk.reports.ui.component.wdp.IPrivateUserRequest2ComponentView;

error- "import can not be resolved"

I think that eclipse is tuned with some errors,

what is this error? How to correct it?

Or what is else reason can be and how to resolve problem?

Thanks you.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

now all working

Former Member
0 Kudos

Hi Vladimir,

The error "import can not be resolved" indicates that the project that you are trying to build does not have all the project-related files properly imported. There is a possibility that the some of the project files have got corrupted.

Is the project that you are trying to build a Local DC or DC from a Track?

Reload the project from WebDynpro perspective. then go in the Navigator view and refresh the project and then close it.

Let me know what other errors you are getting.

Regards,

Arpita Hajra.

Former Member
0 Kudos

thanks for help.

we was trying to do something

helped following - delete folders beginning with 'gen_'

which is generated probably by DynPro,

close project, reopen and rebuild, after this magic actions project was working.

I do not know how to interpret it with right undersandable explanation,

if you can comment it - please write your opinion.

Former Member
0 Kudos

Let me understand your problem correctly. You are able to compile the imported application well in the WebDynpro perspective but when trying to get it compiled in some other perspective is resulting in errors.

If this is the case the problem is not with the eclipse. When we are trying to import a webdypro application NWDS is built in such a way that it will add the Build files which should be included implicitly. When we are trying to do so using some other perspective it will not do the same that is the reason for the build errors you get.

Please let me know if i understood your question correctly.

Regards,

Arun.