Re: [Pharo-users] Problems with PipeableOSProcess

2017-03-01 Thread Silas Berger
Hi Dave Okay, great, thanks for your pointers. I found the error stream. The error says /bin/sh: /Users/silas/Documents/ExtendedEggShell/Moose6.0/ExtendedEggShell/tools/mac/parsecit/bin/citeExtract.pl -m extract_all

Re: [Pharo-users] Problems with PipeableOSProcess

2017-03-01 Thread David T. Lewis
Hi Silas, I am travelling and cannot help much right now, but to answer one of your questions - yes, you can inspect errors in a PipeableOSProcess. It has an "error pipeline stream" that will contain any output from the stderr stream of the process. It also has a process proxy for the actual

Re: [Pharo-users] Problems with PipeableOSProcess

2017-03-01 Thread Ben Coman
On Wed, Mar 1, 2017 at 8:47 PM, Silas Berger wrote: > > Hi everyone, > > > > I’m currently experiencing problems with PipeableOSProcess. I’m using a command to run a third party tool, which reads a txt file and returns an XML string. In my collection, this works

[Pharo-users] Problems with PipeableOSProcess

2017-03-01 Thread Silas Berger
Hi everyone, I'm currently experiencing problems with PipeableOSProcess. I'm using a command to run a third party tool, which reads a txt file and returns an XML string. In my collection, this works fine for about 75 out of 100 txt files, but fails on the remaining 25 ones. However, the tool