Hello !
can u look at the forward ?
hope it went through u, otherwise let me know.
++.
seb.
--- Begin Message ---
Hello !

I want to perform the following for my J2EE project: at each global
build, launch the regression tests (JUnit or so) and take benefit of the
xdoclet use to be able to launch the tests suite on  all application
srvs supported by xdoclet so that I can for instance get automatic
benchmarking results on what app srv is faster in which J2EE areas
and/or oi which functional areas of my application, but also to ensure
the portability of the code across app srvs.

did anybody try to do the same (I'll fwd to xdoclet-user mailing as well
to check) ? if so, I guess the experience would be usefull.

- first ant minor issue I see is that none of the standard app srvs have
the same deployment process and that I will have to write a different
'serverdeploy' custo for each deployer. maybe it should come from
xdoclet to deliver ant tasks for all the app srv it does support (I
wouldn't be surprised if testing their tests generated XML descriptors
against a schema would be enough on xdoclet side) ?

- second ant pb I see is that u need to ensure that ur app srv has
finished to deploy before launching the tests, but how to perform that ?
'waitfor' looks like one way by looking at the app srv flow and
searching for the 'server ready' (or so) message; or using an hardcoded
sleep in parallel ? kinda ugly and not fully reproducible to me. does
anybody have a better idea (I could find few threads in the email list
related to J2EE deployment but to launching tests on the fly to an app
srv) ?

thanx.

seb.

--- End Message ---
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to