- This topic has 3 replies, 2 voices, and was last updated 15 years, 1 month ago by support-shalini.
-
AuthorPosts
-
iProcessesMemberHello,
I have upgraded from MyEclipse 7.0 to 7.5 (Mac osx). When I try not to add Spring support to a project it fails with the error:
Error creating file: spring.tld
/Library/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/83/1.cp/data/2.5/dist/resources/spring.tld (No such file or directory)ie. it looks like the upgrade moved the spring stuff into another bundle.
Any ideas how to get this working?
Ken
support-shaliniMemberKen,
Can you give us some more information?
1. How did you upgrade from 7.0 to 7.5?
2. Did you create a new project and add spring capabilities? Can you list out the steps in detail?
3. Are there any errors in the log file located at workspace dir > .metadata > .log? Can you clear your log file and replicate the issue to get the relevant errors.
iProcessesMemberUnfortunately/fortunately after doing some other things, creating a couple of more projects, and restarting MyEclipse, adding Spring seems to be ok. Strange though, because I upgraded already a couple of months ago. If it reoccurs I will put those steps also in this topic.
Here is what I did:
1. Upgraded Enterprise Workbench – if I remember correclty via Help/Manage MyEclipse plug-ins. It has been awhile since I upgraded though, so I can’t be sure.
2. Created a couple of different kind of projects for demoing – web apps.
3. Tried Add Spring Capabilities
All Spring libraries except JDO and Ibatis and WebFlow
Disabled AOP Builder
New Spring configuration file
4. Get errors in the log like this.
!ENTRY com.genuitec.eclipse.core.common 1 0 2009-12-07 12:40:35.339
!MESSAGE Unable to find MEContainer jar: MYECLIPSE_SPRING_DATA_HOME/2.5/dist/modules/spring-aop.jar!ENTRY com.genuitec.eclipse.core.common 1 0 2009-12-07 12:40:35.366
!MESSAGE Unable to find MEContainer jar: MYECLIPSE_SPRING_DATA_HOME/2.5/dist/weavers/spring-agent.jar!ENTRY com.genuitec.eclipse.core.common 1 0 2009-12-07 12:40:35.382
!MESSAGE Unable to find MEContainer jar: MYECLIPSE_SPRING_DATA_HOME/2.5/dist/weavers/spring-tomcat-weaver.jar
….
support-shaliniMemberiProcesses
Unfortunately/fortunately after doing some other things, creating a couple of more projects, and restarting MyEclipse, adding Spring seems to be ok
Let us know if the issue reoccurs.
-
AuthorPosts