- This topic has 10 replies, 6 voices, and was last updated 10 years, 1 month ago by
support-swapna.
-
AuthorPosts
-
How do I
1.open a MyEclipse project copied from another machine?
2.open Eclipse web projects in MyEclipse IDE?
support-joyMemberdistance,
1.open a MyEclipse project copied from another machine?
Copy the project to a local folder. Open MyEclipse IDE, from menu options click on File > Import > General > Existing projects into workspace and follow the wizard
2.open Eclipse web projects in MyEclipse IDE?
File > Import > MyEclipse > WTP Dynamic Web Project and follow the wizard.
Best.
How do I open closed MyEclipse projects back into workspace?
support-swapnaModeratordistance,
Right click on project and select Open Project or goto Project in Menu Bar and select Open Project under it.
Let me know if you have any other queries.
I have copied a project from another machine and the project open menu selection is not available – do I have to use import?
support-swapnaModeratorshawnbigger,
Yes, you have to import the project. Open MyEclipse IDE, from menu options click on File > Import > General > Existing projects into workspace and follow the wizard.
Let us know if you see any issues.
riham11MemberThank you. I hadn’t noticed that it was defaulting to the visual designer–that was the problem. This solved my problem. Thank you!
When I attempt to import and migrate an existing project into my environment I receive the following error:
Operation “Migrate ME Web Project Nature to Web Facet” has failed to perform migration actions . . .
“Failed while installing Dynamic Web Module 3.0”
Operation “Migrate ME Web Project Nature to Web Facet” has failed to perform migration actions . . failed while installing Dynamic Web Module 3.0.
@mdgimm wrote:
Operation “Migrate ME Web Project Nature to Web Facet” has failed to perform migration actions . . failed while installing Dynamic Web Module 3.0.
I apologize this is posted twice as I was mislead upon submitting my first post I.e. the browser page returned a failure to post script, thus I assumed it did not post. At any rate to finish my issue/question – how does one fix this migration failure issue?
support-swapnaModeratorHi,
Sorry that you are seeing this issue.
Can you please answer some more questions for us?
1. What kind of project is it ? In which version of MyEclipse is it created ? Also share your current MyEclipse installation details. (MyEclipse > Installation Summary > Installation Details).
2. If its a maven project, then please remove all the generated .* files ( .project, .classpath, etc.) and then import the project using ‘Existing Maven Projects’ wizard. Go ahead with migration when it prompts to.
3. If you are still seeing issues, please send us all the .* files (.classpath,.project,.settings etc) of the project along with the .log file which is located at <workspace dir>/.metadata/.log to help us investigate further.
Let us know how it works for you.
-
AuthorPosts