- This topic has 2 replies, 2 voices, and was last updated 12 years, 2 months ago by support-swapna.
-
AuthorPosts
-
pcableMemberI just updated from MyEclipse10.0 to MyEclipse 10.6 via the “MyEclipse Configuration Center”. I am concerned that there were errors with the upgrade. Is there a way to roll back?
Basically since I upgraded all of my previously working projects will not compile. They are giving me the following compilation error:
Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core”However the taglib is correct:
<%@ taglib uri=”http://java.sun.com/jsp/core” prefix=”c” %>I also verified that the JavaEE6 Libraries does still contain the javax.servlet.jsp.jstl.jar
Anyway, I am not sure what has caused this issue. Any help would be greatly appreciated.
Thanks,
pcable
pcableMemberAnother reason why I am concerned that something didn’t get installed properly is that since the upgrade, I keep getting an error that says the following:
‘Updating Change Sets for SVNStatusSubscriber’ has encountered a problem.
Erros occurred while updating the change sets for SVNStatusSubscriberdetail..
org.apache.subversion.javahl.ClientException: Previous operation has not finished; run ‘cleanup’ if it was interrupted.
Yes I realize this is SVN but that was one of the 6 modules that were updated.
Thanks
support-swapnaModeratorpcable,
Sorry that you are seeing issues.
1. You have to use <%@ taglib uri=”http://java.sun.com/jsp/jstl/core” prefix=”c” %> instead of <%@ taglib uri=”http://java.sun.com/jsp/core” prefix=”c” %> on 10.6.
The issue with validation error on <%@ taglib uri=”http://java.sun.com/jsp/core” prefix=”c” %> is a WTP issue which is carried to MyEclipse from base Eclipse.
The same issue exists on Eclipse Indigo 3.7.2 which is the base for MyEclipse 10.6. Our dev team is looking into it right now.2. I am afraid something went wrong with the SVN. Can you please uninstall the SVN client and reinstall it to check if it fixes the issue ?
Let us know how it works for you.
-
AuthorPosts