I am getting this error when I use build.xml to execute my tests. I have all
the POI jars and xmlbeans-2.3.0.jar in the class path as follows:
<target name="compile">
<javac srcdir="src" includeantruntime="false"
destdir="build/classes">
<exclude name="debug/**/*" />
<classpath>
<fileset dir=".">
<include
name="lib/oracle_junit/junit.jar" />
<include
name="lib/Selenium_lib_2.24.1/*.jar" />
<include name="lib/oracle_soa/*.jar" />
<include name="lib/java_mail/*.jar"/>
<include name="lib/itext-5.3.4/*.jar"/>
<include name="lib/commons-math3-3.0/*.jar"/>
<include name="lib/jfreechart-1.0.14/lib/*.jar"/>
<include name="lib/poi/*.jar"/>
<include
name="C:/Users/sqadri/Downloads/SeleniumCode/jars/*.jar"/>
<include
name="C:/Users/sqadri/Downloads/SeleniumCode/jars/xmlbeans-2.3.0.jar"/>
</fileset>
</classpath>
</javac>
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/java-lang-NoClassDefFoundError-org-apache-xmlbeans-XmlObject-tp5715075.html
Sent from the POI - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]