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. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
