Re: Spawning a process from an app packaged with AppBundler impossible

2014-07-06 Thread Hendrik Schreiber
On Jul 6, 2014, at 2:42, Michael Hall wrote: > On Jul 5, 2014, at 3:22 PM, Hendrik Schreiber wrote: > >> Runtime.getRuntime().exec("/bin/echo"); > > I tried it a little more like you did. I'm not seeing results but I'm not > seeing exceptions either. Thanks for checking, Michael. In my setu

Re: Spawning a process from an app packaged with AppBundler impossible

2014-07-06 Thread Hendrik Schreiber
On Jul 6, 2014, at 11:35, Michael Hall wrote: > On Jul 6, 2014, at 3:13 AM, Hendrik Schreiber wrote: > >> In my case it wasn't, because Ant unfortunately swallows permissions :-( > > I haven't had to worry about it or use it for a while but 'ditto' used to be > a reliable OS X file copier. >