OW2 Consortium

CVS log for carol/irmi/build.xml

(logo)

Help

(back) Up to [OW2-CVS] / carol / irmi

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Tue Sep 27 20:15:14 2005 UTC (2 years, 11 months ago) by el-vadimo
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -0 lines
Diff to previous 1.1
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

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Mon May 16 15:59:43 2005 UTC (3 years, 3 months ago) by rhs
Branch: MAIN
CVS Tags: IRMI_1_0_1, IRMI_1_0_0
imported irmi sources into their own module

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge