Aliases or Symbolic Links (Xcode newbie)
Aliases or Symbolic Links (Xcode newbie)
- Subject: Aliases or Symbolic Links (Xcode newbie)
- From: Gary Ford <email@hidden>
- Date: Thu, 26 Jan 2006 14:46:06 -0700
I have a Java project that includes a language parser class generated by
JavaCC. My builds begin with a custom shell script that checks the
modification time of the grammar file and invokes JavaCC as needed. The
resulting parser file overwrites the previous version on disk, and it is
then compiled along with the rest of the application.
This all worked in ProjectBuilder. In Xcode, however, the builds ignore
the newly created parser Java source file and try to compile the
previous version. This behavior might make sense if Xcode uses aliases
in its source file list, while ProjectBuilder used symbolic links.
Is there something simple I can add to my shell script or to my Xcode
project that will cause the build to get the new parser file each time?
Note that I am an Xcode newbie. Thanks.
Gary Ford
Plaid Flannel Software
_______________________________________________
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