Droplet

cramakrishnan at acm.org cramakrishnan at acm.org
Mon May 13 03:41:24 UTC 2002


Jecel Assumpcao Jr writes:
> (note - since I don't know how to set up the SELF_WORKING_DIR
> variable the droplet didn't work)

You have a few options here. 

One is to hack. :) You can change the Applescript to point directly to
Self. Open the SelfDroplet project in Project Builder (you might be
able to do this in the Applescript Script Editor too) and change:

"\"${SELF_WORKING_DIR}\"/vm/mac_osx/vm_project/build/Self.app/Contents/MacOS/Self -s \"" & unixFileName & "\""

to e.g., :

"Projects/self/vm/mac_osx/vm_project/build/Self.app/Contents/MacOS/Self -s \"" & unixFileName & "\""

Another is to set the SELF_WORKING_DIR in your .cshrc. 

A third, probably the most "MacOS X" way is to set this in your
~/.MacOSX/environment.plist . See
<http://developer.apple.com/qa/qa2001/qa1067.html> for details.

- sekhar

--
C. Ramakrishnan        cramakrishnan at acm.org



More information about the Self-interest mailing list