Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-05-02 Thread griffariff
Thanks for the input guys. In the next few weeks I will have to try the COM API. It looks like I will have to leave this errors and warnings part of the build process alone for a while - prioritization. At least Visual Build Pro is building the project properly now. -- For information on using

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-19 Thread Christopher Stamper
Are errors and warnings outputed to stdio? i.e. printed on the command line after typing said command? If so, something like: cmdide.exe C:\Builds\CompTracker 5.0\trunk\Palm Program\CompTracker1.mcp /s/r/b/c/q thefile.txt should work. (Haven't done anything like this in years! Reminds me of

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-19 Thread Ben Combee
On Sat, Apr 19, 2008 at 7:00 AM, Christopher Stamper [EMAIL PROTECTED] wrote: Are errors and warnings outputed to stdio? i.e. printed on the command line after typing said command? If so, something like: cmdide.exe C:\Builds\CompTracker 5.0\trunk\Palm Program\CompTracker1.mcp /s/r/b/c/q

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-18 Thread Christopher Stamper
Make a seperate app just to do this command, and launch it form the Visual Build Pro application. I've never heard of Visual Build Pro, btw.. :-) On Thu, Apr 17, 2008 at 11:52 AM, griffariff [EMAIL PROTECTED] wrote: The CodeWarrior build automation that I am trying to accomplish using

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-18 Thread griffariff
I decided to add C:\Program Files\Metrowerks\CodeWarrior\Bin to the system path (i.e. Click Start, right-click My Computer, click Properties, click the Advanced tab, click Environment Variables, under System variables, click Path and then Edit... here I added the path to the Codewarrior Bin

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-18 Thread Ben Combee
I still have to find away to output the Errors Warnings to a file or the process or something. Anyone? Should I be looking into scripts? I am disappointed that this appears not to be built in as a project setting i.e. a checkbox to save errors and warnings for each compile to a log

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread Christopher Stamper
What's the point? Just put the command in a text file called whatever.bat and it will work just as well. You should do: C:\Program Files\Metrowerks\CodeWarrior\Bin\Cmdide.exe C:\Temp\Reptoids\Reptoids.mcp /s/r/b/c/q instead, I think maybe. If you *need* something more, I could make a quick

RE: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread David Birdsall
Developer Forum Subject: Re: CodeWarrior 9, Command Line Builds with Visual Build Pro What's the point? Just put the command in a text file called whatever.bat and it will work just as well. You should do: C:\Program Files\Metrowerks\CodeWarrior\Bin\Cmdide.exe C:\Temp\Reptoids\Reptoids.mcp /s/r/b

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread griffariff
The CodeWarrior build automation that I am trying to accomplish using Visual Build Pro is only one part of a greater whole. Our Web-app, web services, conduit, Windows Mobile apps, etc. are all a part of one automated build process that logs these builds and their failures to a web accessible

Re: CodeWarrior 9, Command Line Builds with Visual Build Pro

2008-04-17 Thread griffariff
I forgot another item. I also need to find a way to get any of the Errors and Warnings from the build to output either to a file or through the process as a return. Anyone? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see