Here's how to get hibernate-tools 3.1beta4 to work, disabling any MyEclipse Hibernate functionality (NOTE: This is only meant as a workaround if you absolutely NEED hibernate-tools, following the steps below might seriously screw your Eclipse/MyEclipse installation. So please only proceed if you really know what you're doing!) 
OK, on to the gory details... 
以下翻译开始
- Locate the MyEclipse install location, it should contain two folders "plugins" and "features". Let's call this $MYECLIPSE. 
 进入MyEclipse目录,然后将找到plugins和feature两个目录,下面我们将MyEclipse的目录叫做$MYECLIPSE
 
- Create two folders named "disabled_plugins" and "disabled_features" in $MYECLIPSE. 
 在$MYECLIPSE建立两个空白目录disabled_plugins和disabled_feature
 
- Move the MyEclipse Hibernate feature (folder: $MYECLIPSE/features/com.genuitec.myeclipse.hibernate_4.0.100 ) to the "disabled_features" folder 
 把“$MYECLIPSE/features/com.genuitec.myeclipse.hibernate_4.0.100”目录移动到disabled_features中
 
- Move the following folders from $MYECLIPSE/plugins to "disabled_plugins": 
 
 
- com.genuitec.eclipse.hibernate_4.0.100 
 
- com.genuitec.myeclipse.hibernate_4.0.100 
 
- org.hibernate.eclipse.console_4.0.100 
 
- org.hibernate.eclipse.mapper_4.0.100 
 
- org.hibernate.eclipse_4.0.100 
 
 把$MYECLIPSE/plugins 中以上的五个目录或文件拷贝到 disabled_plugins目录中
 
- Last step: remove the dependency from the main MyEclipse feature. Open the file $MYECLIPSE/features/com.genuitec.myeclipse.enterprise.workbench_4.0.100/feature.xml. 
 Locate the following snippet:
 最后一步,修改“$MYECLIPSE/features/com.genuitec.myeclipse.enterprise.workbench_4.0.100/feature.xml”这个文件,找到下列代码
 | Code: |  | <includes id="com.genuitec.myeclipse.hibernate"
 version="4.0.100"
 name="MyEclipse Hibernate Support"/>
 
 |  
 
 ... and comment it out, like:
 注解它,修改后的代码如下
 | Code: |  | <!-- <includes
 id="com.genuitec.myeclipse.hibernate"
 version="4.0.100"
 name="MyEclipse Hibernate Support"/>
 -->
 
 |  
 
 Now restart Eclipse (preferably using "-clean" switch), install hibernate-tools 3.1 (if you have not already done so) and enjoy!
 重新启动MyEcliplse然后按照正常安装插件的方式安装 Hibernate tools 3.1
posted on 2006-06-09 15:13 
Q系列类、方法、变量…… 阅读(1815) 
评论(0)  编辑  收藏