Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] InvocationTargetException in Deployable Plugins

Hi everybody,
Currenlty we are developing eclipse based c/c++ IDE with our own project support (separate project nature and project builder). when we are testing our plugins by using runtime-workbench it is working fine, we can able to create our new type projects. But when we create deployable plugins and put in 'eclipse/plugins' directory it gives error message.

when we create our new type project it gives the following messages in the dialog.

                       Project cannot be created
                       Reason:
                       IinternalError:

The error occured exactly in the following code.

In the ProjectWizard class i calll,
getContainer().run(false,true,ob)
it throws InvocationTargetException

_________________________________________________________________
Nutrition is in! Junk food is out! http://server1.msn.co.in/features/fabmall/ Be a part of the microwave revolution.



Back to the top