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

2016-02-25 Thread Jakob
Thanks a lot! – you just saved my life :-)

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. >

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

Spawning a process from an app packaged with AppBundler impossible

2014-07-05 Thread Hendrik Schreiber
Hi, obviously this is not the AppBundler support list, but I hope you humor me and perhaps are able to help. I'm working on an application using the infinitekind AppBundler port (https://bitbucket.org/infinitekind/appbundler). From within the application I'm trying to spawn another process like