Edward K. Chew wrote:
>Lately, I've been noticing what I believe to be resource forks appearing in
>the source tree of my Xcode project. There is one for every regular java
>file. For example, "foo.java" would be accompanied by "._foo.java". Is this
>apt to cause me grief? So far, they haven't been interfering with my
>project builds, so I have left them alone.
A companion "._" file is not a pure resource fork. It is an
AppleDouble-encoded file containing Finder metadata and an optional
resource fork.
>I had a peek inside one and saw some reference to "macromates", which
>suggests TextMate (my editor of choice) is somehow implicated in all this.
"._" files should only exist on file-systems that lack native support for
resource-forks and metadata. I suspect the unindicted co-conspirator in
all this is the file-system format of your disk.
There might be a TextMate setting to disable writing metadata or
resource-forks.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden