Community
Participate
Working Groups
Build Identifier: 20110916-0149 Arguments for a program cannot be read from a file during "Run". ~/program <parameters does not happen, when run is clicked. Even though in working directory the path to parameters is specified and <parameters is specified in Arguments (Run configuration). Debug with the same configuration works fine. Reproducible: Always Steps to Reproduce: 1. Compile a program which reads a text from stdin and displays it on the screen (attachment enclosed). 2. Write this text into a file, say, textfile with text "HelloWorld" 3. Specify working directory as the directory containing textfile. 4. Specify Argument <textfile 5. Run will still prompt you to enter some text. Debug will print HelloWorld.
Created attachment 205766 [details] Program reads text from stdin and displays it on the screen. Still causes "Run" to fail.
The problem still persists. More details on the thread for bug 385964. *** This bug has been marked as a duplicate of bug 385964 ***