CVS log for carol/irmi/build.xml |
|
Help |
Request diff between arbitrary revisions / Display revisions graphically
The test suite org.objectweb.carol.irmi.test.RMISuite starts two external processes: the RMI registry and the server process that exports remote objects. To make debugging easier, this commit makes it possible to capture the stdout/stderr output of these two processes in log files. (It also preserves the old behavior of capturing these outputs in memory. There were two problems with the old in-memory capture approach. Number one, if the suite hangs, the output is never seen. Number two, not having separate files for each process makes it a little harder to see which process is responsible for which output.) With this commit, the following logs files are currently produced as a result of running "ant test": | $ ls -1 build/reports/logs/* | build/reports/logs/commandTest.err | build/reports/logs/commandTest.out | build/reports/logs/registry.err | build/reports/logs/registry.out | build/reports/logs/server.err | build/reports/logs/server.out
imported irmi sources into their own module
| webmaster@ow2.org |
Powered by ViewCVS 0.9.4 |
Back to OW2 Forge