- This topic has 4 replies, 2 voices, and was last updated 19 years, 6 months ago by Joao.
-
AuthorPosts
-
JoaoMemberHello,
I upgraded my environment due to a disk failure.
Everything seems to be working find, except I cant deploy my
software . It shows that I added the webproject capabity.
I cant add the add the deployment capability.I tried to check the webroot folder at project->properties->MyEclipse-Web
I got the message
” the current displayed page contains invalid values. “. I still could see that there is no web root for the project.I can I do to fix the situation?
Thanks
Joao,
Riyad KallaMemberJoao,
If you had a disk failure, I don’t think it is unreasonable to think that possibly the project became corrupt. if that is the case, I suggest you create a new project, of the same type, and drag-and-drop the resources from the first project into the 2nd one, then setup the deployment and make sure everything works as you need it to.Alternatively you could try creating the 2nd project, setting it up the way you need it to be setup, switching to your Navigator view then copying all the dot-files (.mymetadata, .project, .classpath, etc.) back into your original project, then close all open projects, restart using -clean on the command line and reopen and rebuild your project, see if that works.
See this FAQ entry for help on using -clean: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-30.html#343
JoaoMemberIt did not work.
I created a new project. Myeclipse does not allow me to add struts capability, nor JSF, but JSTL 1.1.
It also allows me to add the hibernate capability.
I still cant play with webroot or myeclipse properties, it says “The current displayed page contains invalid values”.
When I hit ok. It lets me go into the page, but not change anything.Do you think I ‘d better reinstall it?
Thank for your help.
joao,
Riyad KallaMemberI created a new project. Myeclipse does not allow me to add struts capability, nor JSF, but JSTL 1.1.
It also allows me to add the hibernate capability.It sounds like you created a Java Project instead of a Web Project.
Do you think I ‘d better reinstall it?
It wouldn’t hurt. I would suggest Eclipse 3.0.2 SDK (~85mb) and MyEclipse 3.8.4 FOR Eclipse 3.0.x (In our downloads section we have 2 areas, 1 for Eclipse 3.0.x and one for Eclipse 3.1.x, be sure to download the right version of MyEclipse).
JoaoMemberOk, I reinstall everything from scratch, using eclipse 3.0.2 and the 3.8.4 version. Everything is working fine
-
AuthorPosts