1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
This file lists all the jar files provided by Mockrunner and
the required third party libraries for each jar. Please note
that this file is created automatically by analyzing the
compile time dependencies of all classes in the jar. This
is done recursively, i.e. the dependencies of the third-party
jars are recognized as well. If you add all dependend jars
for a specified mockrunner-xyz.jar to your classpath, you
are on the safe side. However, not all listed dependencies
are necessary at runtime in all cases. Especially with the
"all-in-one"-file mockrunner.jar you don't have to add everything
to the classpath. E.g. if you're only using EJB and JMS, you don't have
to add the web related jar files, because the necessary factories and modules
are created when they are used and lazy initialized respectively.
Please note that the Struts test framework only needs CGLib, if custom action
mappings are used. The jasper related jar files are only necessary if
the JasperJspFactory is used. If you only need one technology it's recommended
to use the corresponding jar file instead of the "all-in-one" mockrunner.jar.
E.g. if you only want to use the JDBC test framework, you can use
mockrunner-jdbc.jar. Please note that each mockrunner-xyz.jar file contains a
jarversion.txt which lists the Mockrunner version and the supported JDK and
J2EE version.
Created: 06/26/2008 05:59 PM
Jar file name: mockrunner-tag.jar
Depends on:
commons-beanutils-1.7.0.jar
commons-logging-1.0.4.jar
jakarta-oro-2.0.8.jar
jdom.jar
junit.jar
nekohtml.jar
servlet.jar
xercesImpl.jar
xml-apis.jar
Jar file name: mockrunner-jms.jar
Depends on:
commons-logging-1.0.4.jar
jakarta-oro-2.0.8.jar
jboss-j2ee.jar
junit.jar
Jar file name: mockrunner-servlet.jar
Depends on:
commons-logging-1.0.4.jar
jakarta-oro-2.0.8.jar
jdom.jar
junit.jar
nekohtml.jar
servlet.jar
xercesImpl.jar
xml-apis.jar
Jar file name: mockrunner.jar
Depends on:
cglib-nodep-2.2.jar
commons-beanutils-1.7.0.jar
commons-digester-1.8.jar
commons-logging-1.0.4.jar
commons-validator-1.3.1.jar
jakarta-oro-2.0.8.jar
jboss-j2ee.jar
jdom.jar
junit.jar
mockejb.jar
nekohtml.jar
servlet.jar
struts.jar
xercesImpl.jar
xml-apis.jar
Jar file name: mockrunner-jca.jar
Depends on:
commons-logging-1.0.4.jar
jakarta-oro-2.0.8.jar
jboss-j2ee.jar
junit.jar
Jar file name: mockrunner-jdbc.jar
Depends on:
commons-logging-1.0.4.jar
jakarta-oro-2.0.8.jar
jdom.jar
junit.jar
xml-apis.jar
Jar file name: mockrunner-ejb.jar
Depends on:
cglib-nodep-2.2.jar
commons-beanutils-1.7.0.jar
commons-logging-1.0.4.jar
jakarta-oro-2.0.8.jar
jboss-j2ee.jar
junit.jar
mockejb.jar
Jar file name: mockrunner-struts.jar
Depends on:
cglib-nodep-2.2.jar
commons-beanutils-1.7.0.jar
commons-digester-1.8.jar
commons-logging-1.0.4.jar
commons-validator-1.3.1.jar
jakarta-oro-2.0.8.jar
jdom.jar
junit.jar
nekohtml.jar
servlet.jar
struts.jar
xercesImpl.jar
xml-apis.jar
|