Hi, I’m using Spring 3.0 in a project. When I try to execute Run Validation I see it tries to go to the Internet, slowing down my development. I found out that the Spring 3.0 schemas are not included in MyEclipse, so I tried to add them manually. Unfortunately, for some reason, when I restart MyEclipse, it looses the absolute path I had previously defined for a schema.
For instance, I added this schema:
Location: /Users/alaiseca/opt/java/spring-framework-3.0.2/projects/org.springframework.aop/src/main/resources/org/springframework/aop/config/spring-aop-3.0.xsd
Key Type: Schema Location
Key: http://www.springframework.org/schema/aop
If I save this, exit from MyEclipse, restart and go again to edit this User Defined Schema, I see the following message in red:
The specified resource can’t be located: Users/alaiseca/…
The problem is that the initial ‘/’ goes away after restarting MyEclipse. As you can imagine, it’s very annoying having to edit each one of the paths for a User Defined Schema every time I start MyEclipse. Any workaround for this problem?
As additional information, in About MyEclipse, I get:
MyEclipse Enterprise Workbench
Version: 8.5
Build id: 8.5-20100319
I’am running on a Mac OS X 10.6.3 with JDK 1.6.0_20
Thanks