Hi Nick,

Thanks for the response, here is my run target. Could you please tell me
what exactly i am doing wrong?

Thanks,
Shabeer

<target name="run">
                <antcall>
                        
                        <target name="clean" />
                        <target name="init" />
                        <target name="compile" />
                        <target name="clean_test" />
                        <target name="selenium_itss_test_suite" />
                        <target name="clean_reports" />
                        <target name="reports" />
                        
                </antcall>
        </target>



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/java-lang-NoClassDefFoundError-org-apache-xmlbeans-XmlObject-tp5715075p5715084.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]

Reply via email to