Re: Xcode Plugin: Unit test output stops

2013-05-22 Thread Jerome Lacoste
Greg, would you be willing to contribute a small xcode project that contains your tests and the associated build commands ? If so, please open an issue and attach a zip with the code or point to a git repo somewhere. Thanks Jerome On Wednesday, March 20, 2013 3:54:18 PM UTC+1, Greg Cooksey wr

Re: Xcode Plugin: Unit test output stops

2013-04-03 Thread Greg Cooksey
The unit test output is lost but the tests complete. The final result is unreliable. I was running Jenkins from the "mvn hpi:run" in my plugin development directory. I've been able to work around the issue by wrapping the output-producing program in another script that reads and echoes the outp

Re: Xcode Plugin: Unit test output stops

2013-04-02 Thread Sami Tikka
Do you mean the unit test output is lost but the tests complete? Do they anyway succeed? Or did you mean the tests hang and never complete? How did you install Jenkins? What is the environment? -- Sami Greg Cooksey kirjoitti 20.3.2013 kello 16.54: > Hi, > > I'm having a problem with the Xco

Xcode Plugin: Unit test output stops

2013-03-20 Thread Greg Cooksey
Hi, I'm having a problem with the Xcode plugin, and I'm not sure whether this is the correct place to ask about plugin issues. Please let me know if there's another place that would be more useful. I'm working on getting application unit tests going in our CI environment, and I'm seeing some w