Skip to main content

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

On Wednesday 13 April 2005 22:36, Roopa Mahishi wrote:
> 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?

It may be easier/better to use an automated build system like cruisecontrol 
(http://cruisecontrol.sourceforge.net/). It can build the software and run 
unit tests like JUnit and CppUnit. If anything fails (build or tests) you can 
configure it to get a mail notification. 

Lothar
-- 
Lothar Werzinger Dipl.-Ing. Univ.
framework & platform architect
Xcerla Corporation
275 Tennant Avenue, Suite 202
Morgan Hill, Ca 95037
email: lothar@xxxxxxxxxx
phone: +1-408-776-9018


Back to the top