On PC if you build a tool that writes more than one line. for example:

NSLog(@"One");
NSLog(@"Two");
NSLog(@"Three");

And run this at launch panel, only the first line is printed. The problem is 
that NSTaskDidTerminateNotification is sent after print the first line, even 
when Task is still running. I suppose this is a bug on NSTask. See method -run: 
at PCProjectLauncher.m.

Germán.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to