"Mark A. Peters" <[EMAIL PROTECTED]> wrote in message news:70585@palm-dev-forum... > > I looks to me like the PilRC plugin (on Windows anyway) always trys to add > its ".r" output file to the project, even if it already there. This is an > issue if you have your project file under source control, and it is > read-only (not checked out) at the time you do a build. In this situation, > you get a "Unknown error while compiling ..." error during a build. > > The work-around is to manually keep your local copy of the project file > writable. Is there a way to prevent PilRC from trying to add the .r file if > it is already there?
The feature isn't there right now, but it could be implemented. I'll add it to the todo list for the plugin, and either Neil or I should get around to it sometime. The CodeWarrior IDE plugin API does allow checking to see if a file is in the project, and things could be modified -- the major obstacle is making sure the .r file is marked as dirty after the plugin modifies it. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
