Yeah, I got this too, but not sure why. I think we could just have init make the dist dir.

On Sep 28, 2009, at 10:54 PM, Yonik Seeley wrote:

I created the /dist directory manually, and "ant test" worked (minus the clean).

-Yonik
http://www.lucidimagination.com


On Mon, Sep 28, 2009 at 10:43 PM, Mark Miller <markrmil...@gmail.com> wrote:
I got that earlier tonight too - oddly not on distance, but just on running
test.

- Mark

http://www.lucidimagination.com (mobile)

On Sep 28, 2009, at 9:55 PM, Yonik Seeley <yo...@lucidimagination.com>
wrote:

I'm getting a test error now... is it related to this?

build:
[jar] Building jar: c:\code\solr\dist\apache-solr-velocity-1.4- dev.jar

BUILD FAILED
c:\code\solr\common-build.xml:345: The following error occurred while
executing this line:
c:\code\solr\common-build.xml:216: The following error occurred while
executing this line:
c:\code\solr\contrib\velocity\build.xml:64: The following error
occurred while executing this line:
c:\code\solr\common-build.xml:176: Problem creating jar:
c:\code\solr\dist\apache-solr-velocity-1.4-dev.jar (The system cannot
find the path specified) (and the archive is probably corrupt but I
could not delete it)


-Yonik
http://www.lucidimagination.com



On Mon, Sep 28, 2009 at 9:51 AM,  <sha...@apache.org> wrote:

Author: shalin
Date: Mon Sep 28 13:51:13 2009
New Revision: 819538

URL: http://svn.apache.org/viewvc?rev=819538&view=rev
Log:
SOLR-1433 followup -- Moving apache-solr-velocity-1.4-dev.jar to dist
directory

Modified:
  lucene/solr/trunk/contrib/velocity/build.xml

Modified: lucene/solr/trunk/contrib/velocity/build.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/build.xml?rev=819538&r1=819537&r2=819538&view=diff

= = = = = = = = = = = ===================================================================
--- lucene/solr/trunk/contrib/velocity/build.xml (original)
+++ lucene/solr/trunk/contrib/velocity/build.xml Mon Sep 28 13:51:13 2009
@@ -60,7 +60,7 @@
 </target>

 <target name="build" depends="compile">
-    <solr-jar destfile="src/main/solr/lib/${fullnamever}.jar"
basedir="target/classes"
+    <solr-jar destfile="${common.dir}/dist/${fullnamever}.jar"
basedir="target/classes"
             manifest="${common.dir}/${dest}/META-INF/MANIFEST.MF">
     <fileset dir="src/main/java" excludes="**/*.java"/>
   </solr-jar>





--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search

Reply via email to