Eclipse Plugin that Opens a Command Line in Eclipse
Posted
by Jonas Laufu
on Stack Overflow
See other posts from Stack Overflow
or by Jonas Laufu
Published on 2010-04-03T12:20:06Z
Indexed on
2010/04/03
12:23 UTC
Read the original article
Hit count: 479
I'm looking for an Eclipse plug-in that shows a system (independent) command line in a view that is ideally synchronized with the current project's local path. So basically a shell within Eclipse.
The reason for this is to be able to execute custom build commands and script faster than specifying them as launch configurations or having to open a command prompt every time I start eclipse.
© Stack Overflow or respective owner