Hi
I do not know what the 'vxworks653-2.2.3' is, but you did not specify it's path -->maybe replace it with 'd:\windriver\vxworks653-2.2.3' with kind regards Ruben Willems On Fri, Apr 3, 2009 at 8:42 AM, madhu nambiar <[email protected]>wrote: > hi ruben, > my nant script which i had tried earlier is shown below > > > <target name="vxworks"> > > <exec program="D:\WindRiver\wrenv.exe"> > <arg value="-p"/> > <arg path="vxworks653-2.2.3"/> > </exec> > > </target> > > > when i execute my nant script through the command line directly the error > is shown below: > > build: > [exec] D:\WindRiver\wrenv.exe: package "D:\WindRiver\vxworks653-2.2.3" > not > found > BUILD FAILED - 0 non-fatal error(s), 1 warning(s) > C:\BRM\nant.build(9,6): > External Program Failed: D:\WindRiver\wrenv.exe (return code was 1) > Total time: 0.2 seconds > > Can u plz correct me if i am wrong?? > > Thanks > Maddy > > > > On Fri, Apr 3, 2009 at 12:06 PM, Ruben Willems <[email protected]>wrote: > >> Hi >> >> can you post your nant script? >> or at least the part (nant target) that should execute the vxworks >> executable? >> >> >> with kind regards >> Ruben Willems >> >> >> On Fri, Apr 3, 2009 at 7:01 AM, Maddy <[email protected]> wrote: >> >>> >>> 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 >>> >> >> >
