RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

Cannot create a new project #452

Closed projectxmaker closed 6 years ago

projectxmaker commented 6 years ago

Hi,

I've installed Eclipse Photon 4.8.0, Kaizen OpenAPI Editor (from HERE).

I tried to create a new project with both OpenAPI v3 Spec or Swagger v2 Spec, but it doesn't work.

It keeps showing an error: The specified project does not exist.

I'm sure /Users/pat/Documents/test exists.

Screenshot here: https://drive.google.com/file/d/1-N1m8fixUWnpd4TVFSUGAFTTBWMAcEse/view?usp=sharing

Thanks for any help.

tfesenko commented 6 years ago

Hi @projectxmaker , the "OpenAPI v3 Spec" and "Swagger v2 Spec" wizards create Swagger/OAS files in an existing Eclipse project, just a folder is not enough. You can create a new empty project by using the "File > New > Project... > General > Project" wizard:

screen shot 2018-07-02 at 2 48 37 pm

Can you please double-check that a project does exist and create it if it doesn't?

If the project does exist and you are still seeing this error, can you please send us your Eclipse Error Log?

projectxmaker commented 6 years ago

Hi @tfesenko,

The issue is resolved.

Thank you very much :")

Regards,