tags:

views:

76

answers:

5

so that you can type os commands right in Eclipse?

calls to mvn for example..

A: 

Isn't

 mvn test

 mvn package

not enough on command line ?

khmarbaise
What do you mean? I don't want to start another application to perform os commands.
EugeneP
+2  A: 
aioobe
+1  A: 

Eclipse has this feature built-in. Go to Window > Show View > Other... then select Remote Systems. Unfold the tree, right-click on Local Shells and select Lauch Shell.

alt text

Pascal Thivent
Yes, it works (and then some), but you need the TM/RSE installed for that. http://www.eclipse.org/dsdp/tm/
zvikico
@zvikico Thanks for the clarification. Actually, TM/RSE is part of Eclipse IDE for Java EE Developers, which I use, so I didn't thought about this. But it's worth mentioning.
Pascal Thivent
A: 

If Maven is all what you need. why not trying Maven 2 Eclipse plugin?

medopal
A: 

You might want to have a look at easyshell as well. It's not exactly what you want, but many people find it very helpful.

Bozhidar Batsov