Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Can i run eclipse in the batch mode


Hi,
I want to use eclipse along with CDT plug-in in building the projects.
I want to put in build commands in a batch file on different projects and submit it like a nightly build so that i can see
the outputs the next day. If there are any errors, I should be able to see it in the Problems View of the eclipse IDE.

Typically,my batch file would contain something like this :
build project1
build project2
build project3
...

How can i do that?

-Roopa










Back to the top