Hi all,

I was wondering if there is a reason the solrj source is not in the nightly
build.  I've started playing around with the nightly build and unfortunately
since the solrj source code is not shipped "ant compile" does not work out 
of the box:

  BUILD FAILED
  /Users/jeremy/pkgs/solr/dist/apache-solr-1.3-dev/build.xml:247: The following 
error occurred while executing this line:
  /Users/jeremy/pkgs/solr/dist/apache-solr-1.3-dev/build.xml:124: srcdir 
"/Users/jeremy/pkgs/solr/dist/apache-solr-1.3-dev/client/java/solrj/src" does 
not exist!

All of the solrj documentation ships, and the solrj .jar files but not the
source.

My java and ant skills are rusty these days, so my mucking around with
build.xml, produced this which appears to fix it for me but I"m not sure if
this is what you want to do.

Index: build.xml
===================================================================
--- build.xml   (revision 654581)
+++ build.xml   (working copy)
@@ -724,7 +724,7 @@
     <tar destfile="${dist}/${fullnamever}.tgz" compression="gzip">
       <tarfileset dir="."
         prefix="${fullnamever}"
-        includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/**"
+        includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** 
client/java/**"
         excludes="**/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ 
src/site/build/" />
       <tarfileset dir="."
         mode="755"


enjoy,

-jeremy

-- 
========================================================================
 Jeremy Hinegardner                              [EMAIL PROTECTED] 

Reply via email to