applescript-implementors Mailing List http://lists.apple.com/archives/applescript-implementors/2009/Nov/index.html applescript-implementors Mailing List Sat, 07 Nov 2009 16:00:31 +0000 Re: Automated Script Compilation http://lists.apple.com/archives/applescript-implementors/2009/Nov/msg00003.html Reply to list

[...]

We were hoping to solve this for the time being by checking in the
sdef into source control.  If future versions of our products use a
static sdef, this wouldn't be an issue if we could just hand this sdef
off to osacompile.  Then the app wouldn't need to exist before [...]
]]>
Re: Automated Script Compilation http://lists.apple.com/archives/applescript-implementors/2009/Nov/msg00002.html Reply to list

[...]

I don’t think this is possible, but would be happy to be wrong.  
I don’t have a situation where I need to build headlessly, but I do  
have 2 situations in which it would be nice to do this: 

1) Chicken and egg problem where building automator actions for   [...]
]]>
Automated Script Compilation http://lists.apple.com/archives/applescript-implementors/2009/Nov/msg00001.html Reply to list

Hi all,

Now that AppleScript no longer requires a WindowServer connection, and
static sdefs can be used for terminology without launching their
containing app, we're once again attempting to build our Automator
actions as part of our build process.  Unfortunately, osacompile [...]
]]>
OSACompile preventing double-clicking on files in finder to open! http://lists.apple.com/archives/applescript-implementors/2009/Nov/msg00000.html Reply to list

Title: OSACompile preventing double-clicking on files in
finder t 


 if i first execute: 

         
 defaults write com.victor.jeeves NSScriptingDebugLogLevel
1 

 and then in my app, i execute the following: 

 ComponentInstance ci =
OpenDefaultComponent( kOSAComponentType,
typeAppleScript); [...]
]]>