Re: What enables run button?
Re: What enables run button?
- Subject: Re: What enables run button?
- From: Christian Pekeler <email@hidden>
- Date: Fri, 12 Dec 2003 15:54:25 -0700
What exactly make Project Builder and Xcode enable their run buttons?
I use ant to build my WO projects and have build targets invoking
ant. Sometimes, the run button stays disabled after a successful
build. A workaround is closing and reopening the project. If I knew
what the ide is missing, I could possibly issue a nudge from my ant
build script.
It should just be checking that the executable file exists on disk and
is executable. I suppose it's possible that it doesn't notice the
change when the build's complete, but I'd be surprised since this is
the first I've heard of such an issue. Instead of quitting Xcode, try
just bringing another app to the front, and then Xcode again. It
should then refresh the status of files it thinks are missing.
Didn't help.
Also, do you have a reference to the executable file in the project?
If so, does it start out red when it's missing, and then get colored
black after the build completes? (It should.)
Yes and yes.
Also, the problem seems to happen more often on my colleagues
dual-processor machine than on my single processor.
In any case, it would probably be good to file a bug on this at
<http://developer.apple.com/bugreporter>.
Will do.
Thanks,
Christian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.