5 min tutorial : myfirstpxdoc.ui not generated

  • Alain
  • Alain's Avatar Topic Author
More
#99 by Alain
Alain created the topic: 5 min tutorial : myfirstpxdoc.ui not generated
Hi !
I've been trying to do the first tutorial (5 min)
But i am unable to generate the .doc
When i create the pxdoc project, the UI project is not generated,
and when i launch a debug instance of Eclipse, I don't have the pxDoc -> HelloWorld displaying.
If I try to generate with EMF i'm getting a NullPointerException during the generation.

Thanks !

Please Log in or Create an account to join the conversation.

  • Super User
  • Super User's Avatar
More
#100 by Super User
Super User replied the topic: 5 min tutorial : myfirstpxdoc.ui not generated
Hi Alain,

For some unknown reason, it sometimes happen that the "xxx.ui" project is not appearing in the workspace. Nevertheless, the project has been generatged and exists on your file system, in the directory of your workspace.

So you just have to click on file ->Import...-> General -> Existing project into workspace and then go to the folder of your workspace: everything should work fine now!

Regarding the NullPointerException, it is because you indeed did not select any object ==> the EMF generic generator has a null object as entry point and returns a NullPointerException.

Rgds

Please Log in or Create an account to join the conversation.