Cruise control.NET invoking an IDE
- by Maddy
Hi,
I have an IDE named VxWorks 653 2.2.3 Development shell which needed to be invoked all the time when i notice any change in my source files.So i had invoked this shell through a VB scripts which invokes two more .bat(Batch files) to get this shell popped up for execution.Now i feel that since my IDE can be invoked by command line,it can also be invoked through nant scripts using the statement like
D:\WindRiver\wrenv.exe -p vxworks653-2.2.3
But what i see is that its not at all invoking.I had tried all different ways but all turned out to be in vain.
Can anyone pls suggest me any way either in nant scripts or in cruise control by which my IDE can be invoked.Now at present i am using VB scripts which is a very long proceess.
Thanks and regards
Maddy