Hi Sameera, Why did you remove the following line from the build.xml? Any particular reason?
<include name="org.wso2.carbon.registry.api*.jar"/> This jar is needed to be copied into repository/lib when running samples. Thanks, ~Isuru On Wed, Feb 2, 2011 at 7:27 PM, <[email protected]> wrote: > Author: sameera > Date: Wed Feb 2 05:57:39 2011 > New Revision: 86603 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=86603 > > Log: > fixed noclassdef issue > > Modified: > trunk/carbon/core/distribution/carbon-home/bin/build.xml > > Modified: trunk/carbon/core/distribution/carbon-home/bin/build.xml > URL: > http://wso2.org/svn/browse/wso2/trunk/carbon/core/distribution/carbon-home/bin/build.xml?rev=86603&r1=86602&r2=86603&view=diff > > ============================================================================== > --- trunk/carbon/core/distribution/carbon-home/bin/build.xml (original) > +++ trunk/carbon/core/distribution/carbon-home/bin/build.xml Wed Feb 2 > 05:57:39 2011 > @@ -25,10 +25,12 @@ > <mkdir dir="${lib}"/> > > <copy todir="${lib}" overwrite="false"> > - <fileset dir="${carbon.home}/lib/core/WEB-INF/lib"> > - <include name="org.wso2.carbon.base*.jar"/> > - <include name="org.wso2.carbon.registry.api*.jar"/> > - </fileset> > + <fileset dir="${carbon.home}/lib"> > + <include name="org.wso2.carbon.base*.jar"/> > + </fileset> > + <fileset dir="${carbon.home}/lib/core/WEB-INF/lib"> > + <include name="org.wso2.carbon.user.api*.jar"/> > + </fileset> > <fileset dir="${carbon.home}/repository/components/plugins/"> > <include name="axis2*.jar"/> > <include name="axiom*.jar"/> > @@ -66,7 +68,6 @@ > <include name="ehcache*.jar"/> <!-- The following 4 jars > required in using Embedded Registry. --> > <include name="commons-pool*.jar"/> > <include name="commons-dbcp*.jar"/> > - <include name="commons-io*.jar"/> > <include name="compass*.jar"/> > <include name="org.wso2.carbon.rm*.jar"/> > <include name="rampart-trust*.jar"/> > @@ -85,7 +86,7 @@ > <include name="org.wso2.carbon.governance.api*.jar"/> > <include name="org.wso2.carbon.registry.extensions*.jar"/> > <include name="jettison*.jar"/><!-- used by the JSON sample > client in appserver --> > - <include name="org.wso2.pwprovider*.jar"/> > + <include name="org.wso2.pwprovider*.jar"/> > </fileset> > </copy> > > _______________________________________________ > Carbon-commits mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits > -- Isuru Suriarachchi Technical Lead & Product Manager, WSO2 Application Server WSO2 Inc. http://wso2.com email : [email protected] blog : http://isurues.wordpress.com/ lean . enterprise . middleware
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
