Note that this surely broke the instructions for using VWR from the wiki: http://wiki.apache.org/solr/VelocityResponseWriter

I haven't followed all the discussion and cleanup actions for the 1.4 release, apologies. It was intentional to have the build work this way, but at least once the lib loading patch from Hoss is committed this becomes a moot point.

What I intend to do is incorporate VWR into core and use it to power admin UI eventually. In my copious free time.

        Erik


On Sep 28, 2009, at 6:51 AM, [email protected] 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