eclipse configuration
download eclipse 3.6
-------------------
modify the eclipse shortcut :
C:\dev\eclipsehome\eclipse-3.6\eclipse.exe -vm "C:\Program Files\Java*jdk1.6.0_16*\bin\javaw"
-------------------
proxy configruation
-------------------
Import the Code Formatting
spring-eclipse-code-conventions.xml
-------------------
Increase Time Out Threshold for HTTP Connection
modify eclipse.ini(the line must right below -vmargs)
-vmargs
-Dsun.net.client.defaultReadTimeout=3000000
-------------------
Subversive (Subversion) Plugin
update site:
http://download.eclipse.org/technology/subversive/0.7/update-site/
Subversive SVN Team Provider (Incubation) 0.7.9.I20100512-1900
http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/
SVNKit 1.3.2 Implementation (Optional) 2.2.2.I20100512-1900
-------------------
Greclipse (Groovy) Plugin
update site:
http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.6/
Groovy-Eclipse Feature 2.1.0.xx-20101007-1100-e36-RC2 (latest as a 2010/10/14 - this is updated
regularly)
-------------------
M2Eclipse (Maven) Plugin
update site:
http://m2eclipse.sonatype.org/sites/m2e
http://m2eclipse.sonatype.org/sites/m2e-extras
• Maven Integration for Eclipse (Required) 0.10.0.20100209-0800
• M2Eclipse Extensions Development Support (Optional) 0.10.0.20100209-0800
• Maven Integration for WTP (Optional) 0.10.0.20100209-0800
• Maven SCM Integration (Optional) 0.10.0.20100209-0800
change build command:
generate-sources generate-resources
generate-sources generate-resources process-resources
-------------------
Memory Analyzer
update site:
http://download.eclipse.org/mat/1.0/update-site
-------------------
Checkstyle Plugin
update site:
http://eclipse-cs.sf.net/update/
Eclipse Checkstyle Plug-in 5.1.0.201002232103
In the Main section, ensure that "Files from non source directories" is excluded from checking.
-------------------
ECLEmma (code coverage) Plugin
update site:
http://update.eclemma.org/
EclEmma Java Code Coverage 1.4.3
-------------------
Sonar Plugin
update site:
http://dist.sonar-ide.codehaus.org/eclipse/
Ensure network proxy excludes the Sonar server
Configure the Sonar server URL: http://xxx:9000
Finally, to show the Sonar annotations on the code, select:
-------------------
Mylyn (Task Focussed Working) Installation
To setup Mylyn and hook it up to the JIRA, follow
-------------------
ExploreFS
这一款超小的插件(6k)的目的是让你能够在本地的文件管理器打开包含被选中的文件的文件夹,来查看被选中的文件。它为包视图、资源视图和任何的查看文件或者class文件的视图里添加了右键菜单 "Explore in File System". 特别的它能够找到包含.class文件的jar包,兼容 Windows, Mac OS X, and Linux 。
update site: http://www.junginger.biz/eclipse/