Re: What enables run button?
Re: What enables run button?
- Subject: Re: What enables run button?
- From: David Ewing <email@hidden>
- Date: Fri, 12 Dec 2003 15:35:11 -0700
On Dec 12, 2003, at 11:54 AM, Christian Pekeler wrote:
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. 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.)
In any case, it would probably be good to file a bug on this at
<http://developer.apple.com/bugreporter>.
Dave
_______________________________________________
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.