- This topic has 4 replies, 2 voices, and was last updated 7 years ago by support-swapna.
-
AuthorPosts
-
kianParticipantHello. I imported my project as an Angular project. However, Webclipse doesn’t seem to recognize it as an Angular project. When I Right-click on the project and go to “Debug As” the only option I’m seeing is “Debug Configurations…”
Thanks
Kian
support-swapnaModeratorKian,
Sorry that you are seeing this issue.
Can you please give us some more details?
1. Do you see any errors on the project once it is imported?
2. Please share with us the entire output of the Terminal+ view for the project. Do you see any errors logged in the Error Log view? If yes, then please send us the .log file located at workspace dir/.metadata/.log for further investigation.
3. Is the project, Angular 4 ? If possible please send us the zipped project to help us replicate the problem at our end.Apologies for inconvenience caused.
–Swapna
MyEclipse Support
kianParticipantHi.
Yes, It’s an Angular 4 project. I’ve attached the error log and the output of Terminal+. Unfortunately I’m unable to provide you with the actual project code. I appreciate your help.
Attachments:
You must be logged in to view attached files.
kianParticipantHi. Any ideas what may be the problem?
support-swapnaModeratorKian,
Apologies for the delayed response. We missed your previous response.
Can you please clarify if the project has .angular-cli.json file? Click on ‘View Menu’ in the Project Explorer view (little down arrow in the upper right corner of the view ) and select ‘Customize View’. Uncheck the .*resources filter and check if you see .angular-cli.json file in the project structure.
We support launching of angular-cli projects only and the project is recognized as an angular-cli project only if there is .angular-cli.json file at the root of the project. Attached is the sample .angular-cli.json file for your reference and screenshot of the project structure.
You can either add the .angular-cli.json file to your project’s root and modify the contents accordingly or create a new angular project in Webclipse using File > New > Angular Project and copy your source files to the newly project.
Hope this helps. Please let us know if you are still seeing issues.
–Swapna
MyEclipse SupportAttachments:
You must be logged in to view attached files. -
AuthorPosts