From: Simon So <ss...@cs...> - 2002-02-27 02:18:59
|
Dear all Sync4j can now use Cactus (http://jakarta.apache.org/cactus/index.html) for EJB unit test cases. The new set of xml files for building sync4j now resides at ./build directory. The existing ./build.xml file will stay behind but is deprecated; it cannot be used for building EJB unit test cases. Other than the build files, the following files are packaged together to form a Cactus-flavored enterprise application to test Sync4j EJB: src\java\sync4j\tests\cactus\SyncBeanTest.java src\xml\webapp\testweb.xml src\xml\runtimdd\sun-j2ee-1_3-test-runtime-dd.xml src\xml\enterpriseapp\sync4jserver\testApplication.xml Will supply "how-to"s later on. For now, please check out the Cactus web site. Please read ./README.txt for more details on changes. Best Regards, Simon |