Hi, On 6/29/06, Balazs E. Pataki <[EMAIL PROTECTED]> wrote: > > Thanks, I will check these! I haven't yet worked with the APRE and its > python issues, but I guess these tests should be run somehow from the > APRE or can be run from python directly? (I haven't really tried python > so far). I've been already looking for some easy way to test process > definitions with various expressions. Maybe APRE is the solution? So far > I tested owfe constructs and expressions via the webclient, but that is > not really comfortable, so I was (am) planning to create a little PHP > client for testing. But perhaps APRE or command line python could help. > What do you think?
It's simpler than that : you can checkout the openwfe-tests/ and openwfe-python/ dir from the SVN trunk and then directly do things like : python etest_XX_blah.py to run the individual tests. Those "etests" just trigger an embedded OpenWFE engine, just for the test duration. The dependencies on OpenWFE jars are configured in openwfe-tests/et.sh I hope it will help, you really don't have to think about APRE for that kind of things. Best regards, John Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ OpenWFE - Open source WorkFlow Engine OpenWFE-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openwfe-users
