Custom Build Script and No Editor for results
Custom Build Script and No Editor for results
- Subject: Custom Build Script and No Editor for results
- From: email@hidden
- Date: Fri, 22 May 2009 13:53:50 -0400
Hello,
I'm wondering if someone can help me with an XCode issue. I have a project where I've added a New Run Script Build Phase where my script does an ssh to my build server, and cd's to my build directory and runs my make file.
My Linux build server is also on SAMBA. So, I'm connected to the server on my Mac and I edit my code through XCode.
Example:
Mounted SAMBA build server is here on my Mac:
/Volumes/rednecknguyen/future_products/current_project
within <current_project> I have a source tree in the src directory, and a build tree in the build directory.
current_project
|_ src
|_ build
This server is a linux box so I must ssh into it to configure and to kick off a build. The build directory has the makefiles which point to the source files in the src directory. (All setup with configure on the linux box).
Now, I have the XCode project set up and it runs my script just fine. I even get back any error messages from the build in the Build Results Overview window and in the Build Results build Transcripts window. I can even double click an error in the Overview window and it shows the line in the Transcripts window.
Now my issue: I would like to be able to double click my error in the Build Results Overview window and have it open the source file at the line of the error.
Right now I get "No Editor" in the Editor pane, and I'm assuming I'm not pointing to the right location for the source files. OR, because the make file uses relative paths that XCode is looking for files from the root directory with those relative paths.
Does anyone know how to solve this issue? Or where the proper place to have the root directory for the XCode project?
By the way, many more developers at my company are slowly buying macs for their development. Solving this would make it much easier for more of us to be able to move to the Mac with no worries about an IDE.
Any help would be GREATLY appreciated!
Cheers,
rednecknguyen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden