由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Eclipse对于Maven/Github的支持实在太差了
相关主题
hbase的问题j2ee是最好的技术,所有在美國找工作的华人都应该学
关于Restful+Json请问text版linux怎样加装xwindows/GUI
spark 疑问could someone give me some reference for maven
What is the easiest way to generate jar for a EClipse java project( in EClipse IDE)?Spring高手低手都请进来
看来vert.x没啥戏呀java maven or ant+ivy?
如何生成java 的exe文件?土了
跨平台IDE中哪个最好用?how to set a System Property for a maven plugin??
请问java /c++ 双修的大牛,java和c++最主要的区别是什么?c++程序员转java您认为最需要补充的知识是什么maven
相关话题的讨论汇总
话题: maven话题: git话题: eclipse话题: egit话题: github
进入Programming版参与讨论
1 (共1页)
c********l
发帖数: 8138
1
官网上下载的Eclipse J2EE最新版本,竟然不自带Maven
如果自己装Maven/ m2e-egit connector,经常又报错
总之,搞到现在,要么是只能建立一个支持maven的project,要么是只能建立一个与
github的project
Eclipse比起不那么知名的IntelljIDEA差远了!
z****e
发帖数: 54598
H**r
发帖数: 10015
3
IntelljIDEA收钱的吧
c********l
发帖数: 8138
4
这个最好是之前先装 标准版的eclipse,还是j2ee,还是java版?

【在 z****e 的大作中提到】
: http://www.springsource.org/sts
c*********e
发帖数: 16335
5
goodbug能解答。

【在 c********l 的大作中提到】
: 官网上下载的Eclipse J2EE最新版本,竟然不自带Maven
: 如果自己装Maven/ m2e-egit connector,经常又报错
: 总之,搞到现在,要么是只能建立一个支持maven的project,要么是只能建立一个与
: github的project
: Eclipse比起不那么知名的IntelljIDEA差远了!

z****e
发帖数: 54598
6
不用,直接下载就行了
大部分常见的工具都有

【在 c********l 的大作中提到】
: 这个最好是之前先装 标准版的eclipse,还是j2ee,还是java版?
l*******m
发帖数: 1096
7
有了maven project,然后team -〉share project, 设置git

【在 c********l 的大作中提到】
: 官网上下载的Eclipse J2EE最新版本,竟然不自带Maven
: 如果自己装Maven/ m2e-egit connector,经常又报错
: 总之,搞到现在,要么是只能建立一个支持maven的project,要么是只能建立一个与
: github的project
: Eclipse比起不那么知名的IntelljIDEA差远了!

w**z
发帖数: 8232
8
try smartgit, best tool for git.

【在 l*******m 的大作中提到】
: 有了maven project,然后team -〉share project, 设置git
g*****g
发帖数: 34805
9
I actually like maven on command line, it's faster to recall the last
command and specify a runtime property.
c********l
发帖数: 8138
10
这是相当于local的project新发布到github上吧。。。。
(correct me if I am wrong)
我能用这方法clone/checkout一个github上别人之前已经写好的project
并且随时更新吗?

【在 l*******m 的大作中提到】
: 有了maven project,然后team -〉share project, 设置git
相关主题
如何生成java 的exe文件?j2ee是最好的技术,所有在美國找工作的华人都应该学
跨平台IDE中哪个最好用?请问text版linux怎样加装xwindows/GUI
请问java /c++ 双修的大牛,java和c++最主要的区别是什么?c++程序员转java您认为最需要补充的知识是什么could someone give me some reference for maven
进入Programming版参与讨论
c*********e
发帖数: 16335
11
eclipse的源代码,是从ibm的rdp软件移植过来的。用过rdp的可能都知道,这玩艺经常
会和远程server之间断掉连接。eclipse也要用户经常refresh左边的目录。eclipse比
rdp还是好点,因为没有远程服务器,只有local server,就没有rdp的那个和远程
server之间断掉连接的问题。

【在 c********l 的大作中提到】
: 官网上下载的Eclipse J2EE最新版本,竟然不自带Maven
: 如果自己装Maven/ m2e-egit connector,经常又报错
: 总之,搞到现在,要么是只能建立一个支持maven的project,要么是只能建立一个与
: github的project
: Eclipse比起不那么知名的IntelljIDEA差远了!

l*******m
发帖数: 1096
12
对的。
对于已经有的github projects。git clone后,在eclipse import maven project, 就
好了。因为.git 目录在projet 的目录下,egit自动就能用了。当然 git global
config 要自己设置一次如果没有设置过

【在 c********l 的大作中提到】
: 这是相当于local的project新发布到github上吧。。。。
: (correct me if I am wrong)
: 我能用这方法clone/checkout一个github上别人之前已经写好的project
: 并且随时更新吗?

c********l
发帖数: 8138
13
Thanks
这个方案的关键是:只要项目的file system里面有有效的.git的目录
那么egit就会被激活
最后一句:如果git global config之前没有设置,那么egit会不会就不能成功激活了?
另外,eGit需要不需要depend系统里面的git客户端?比如从git-scm上下载的源程序?

【在 l*******m 的大作中提到】
: 对的。
: 对于已经有的github projects。git clone后,在eclipse import maven project, 就
: 好了。因为.git 目录在projet 的目录下,egit自动就能用了。当然 git global
: config 要自己设置一次如果没有设置过

l*******m
发帖数: 1096
14
To answer your question, I did a test. Without git global (user) config,
egit is still working but let you create your name and email. I just renamed
~/.gitconfig for this purpose.
A basic idea of git is to take advantage of the linux file system. The
global (user) config is located at ~/.gitconfig; the project config is
located at .git/config. To setup them, you can use git command line, or
eclipse egit GUI, or directly change the config files. For git operations,
you can do by git or egit since they use the same files
egit may be like eclipse maven plugin, which doesn't depend on maven on
system. However, people always install maven and git on system anyway.

了?

【在 c********l 的大作中提到】
: Thanks
: 这个方案的关键是:只要项目的file system里面有有效的.git的目录
: 那么egit就会被激活
: 最后一句:如果git global config之前没有设置,那么egit会不会就不能成功激活了?
: 另外,eGit需要不需要depend系统里面的git客户端?比如从git-scm上下载的源程序?

c********l
发帖数: 8138
15
thank you so much

renamed

【在 l*******m 的大作中提到】
: To answer your question, I did a test. Without git global (user) config,
: egit is still working but let you create your name and email. I just renamed
: ~/.gitconfig for this purpose.
: A basic idea of git is to take advantage of the linux file system. The
: global (user) config is located at ~/.gitconfig; the project config is
: located at .git/config. To setup them, you can use git command line, or
: eclipse egit GUI, or directly change the config files. For git operations,
: you can do by git or egit since they use the same files
: egit may be like eclipse maven plugin, which doesn't depend on maven on
: system. However, people always install maven and git on system anyway.

y****e
发帖数: 23939
16
IntelljIDEA不知名吗?我们这里都是用的这个。其实也不贵。我两个都用过,
IntelljIDEA比eclipse确实强太多了。

【在 c********l 的大作中提到】
: 官网上下载的Eclipse J2EE最新版本,竟然不自带Maven
: 如果自己装Maven/ m2e-egit connector,经常又报错
: 总之,搞到现在,要么是只能建立一个支持maven的project,要么是只能建立一个与
: github的project
: Eclipse比起不那么知名的IntelljIDEA差远了!

1 (共1页)
进入Programming版参与讨论
相关主题
maven看来vert.x没啥戏呀
在java里面无法创建7M个Long type的LinkedList? (转载)如何生成java 的exe文件?
彻底被JAVA打败跨平台IDE中哪个最好用?
server side language 统计,java:.Net = 1:5请问java /c++ 双修的大牛,java和c++最主要的区别是什么?c++程序员转java您认为最需要补充的知识是什么
hbase的问题j2ee是最好的技术,所有在美國找工作的华人都应该学
关于Restful+Json请问text版linux怎样加装xwindows/GUI
spark 疑问could someone give me some reference for maven
What is the easiest way to generate jar for a EClipse java project( in EClipse IDE)?Spring高手低手都请进来
相关话题的讨论汇总
话题: maven话题: git话题: eclipse话题: egit话题: github