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>
>
>
>

Reply via email to