- This topic has 10 replies, 6 voices, and was last updated 10 years, 6 months 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?April 14, 2011 at 2:40 am #316038
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.
May 6, 2011 at 12:48 pm #316631How do I open closed MyEclipse projects back into workspace?
May 8, 2011 at 11:56 pm #316651
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.
July 22, 2013 at 9:33 am #340966I have copied a project from another machine and the project open menu selection is not available – do I have to use import?
July 23, 2013 at 12:32 am #340985
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.
December 2, 2014 at 3:13 am #352973
riham11MemberThank you. I hadn’t noticed that it was defaulting to the visual designer–that was the problem. This solved my problem. Thank you!
December 12, 2014 at 4:04 pm #353116When 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”
December 12, 2014 at 4:06 pm #353117Operation “Migrate ME Web Project Nature to Web Facet” has failed to perform migration actions . . failed while installing Dynamic Web Module 3.0.
December 12, 2014 at 4:12 pm #353119@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?
December 15, 2014 at 9:55 am #353134
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