yes, I think you could probably modify the jetty setup to publish
these test cases, but I am inclined to suggest just mounting them with
apache in the short term. I think the plan is to hopefully have
better support for this in continuum 1.1
good luck!
On 7/25/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Hello,
I could use some advice on configuring Continuum (perhaps Jetty really). I
have a project that is an Ant build. It uses the junitreport task to
build... well, JUnit unit reports. I find this pretty valuable for
determining the cause of a failed build.
<junitreport todir="${junit.output}">
<fileset dir="${junit.output}">
<include name="TEST-*.xml"/>
</fileset>
<report format="frames" todir="${junit.output}/html"/>
</junitreport>
The problem is if the unit tests fail, the output from Ant doesn't have
much information of value, so you have to digging in on the server to
figure out what went wrong.
BUILD FAILED
/home/build/continuum/work/1/build.xml:1277: The following error occurred
while executing this line:
/home/build/continuum/work/1/build.xml:510: The following error occurred
while executing this line:
/home/build/continuum/work/1/build.xml:587: Junit failure. See
/home/build/continuum/work/1/test/output/html/index.html
I would like to be able mount the /home/build/continuum/work directory as
a web context in the Jetty server, so I can retrieve these reports. Can I
do this or do I need to run another HTTP server to make this happen?
Thanks very much,
Michael
--
jesse mcconnell
[EMAIL PROTECTED]