Oops, my bad.

The line 526:
<include name="${fullname}-server-${version}.jar" />
should be changed to:
<include name="${fullname}-core-${version}.jar" />

On Wed, Aug 13, 2008 at 6:57 PM, Grant Ingersoll <[EMAIL PROTECTED]>wrote:

> I think this broke the WAR build.
>
> ant clean example and delete the example/work contents and do a startup and
> you will see a class not found exception on SolrDispatchFilter.  Seems the
> jars are not in the war anymore.
>
> I'll fix it.
>
> -Grant
>
>
> On Aug 13, 2008, at 7:19 AM, [EMAIL PROTECTED] wrote:
>
>  Author: shalin
>> Date: Wed Aug 13 04:19:16 2008
>> New Revision: 685517
>>
>> URL: http://svn.apache.org/viewvc?rev=685517&view=rev
>> Log:
>> Fixing dist-jar, dist-src and dist-javadocs to use solr-core instead of
>> solr-server
>>
>> Modified:
>>   lucene/solr/trunk/build.xml
>>
>> Modified: lucene/solr/trunk/build.xml
>> URL:
>> http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=685517&r1=685516&r2=685517&view=diff
>>
>> ==============================================================================
>> --- lucene/solr/trunk/build.xml (original)
>> +++ lucene/solr/trunk/build.xml Wed Aug 13 04:19:16 2008
>> @@ -540,7 +540,7 @@
>>          depends="make-manifest">
>>    <mkdir dir="${dist}" />
>>
>> -    <solr-jar destfile="${dist}/${fullname}-server-src-${version}.jar">
>> +    <solr-jar destfile="${dist}/${fullname}-core-src-${version}.jar">
>>      <fileset dir="${src}/java" excludes="org/apache/solr/common/**" />
>>      <fileset dir="${src}/webapp/src"/>
>>    </solr-jar>
>> @@ -556,7 +556,7 @@
>>          depends="make-manifest, javadoc">
>>    <mkdir dir="${dist}" />
>>
>> -    <solr-jar destfile="${dist}/${fullname}-server-docs-${version}.jar"
>> +    <solr-jar destfile="${dist}/${fullname}-core-docs-${version}.jar"
>>              basedir="${build.javadoc}/core" />
>>    <solr-jar destfile="${dist}/${fullname}-common-docs-${version}.jar"
>>              basedir="${build.javadoc}/common"/>
>> @@ -572,7 +572,7 @@
>>          depends="compile, make-manifest">
>>    <mkdir dir="${dist}" />
>>    <solr-jar
>> -         destfile="${dist}/${fullname}-server-${version}.jar"
>> +         destfile="${dist}/${fullname}-core-${version}.jar"
>>         basedir="${dest}/core" />
>>
>>    <!-- package the common classes together -->
>>
>>
>>
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com
>
> Lucene Helpful Hints:
> http://wiki.apache.org/lucene-java/BasicsOfPerformance
> http://wiki.apache.org/lucene-java/LuceneFAQ
>
>
>
>
>
>
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to