You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/09/29 10:09:20 UTC

svn commit: r1177204 - /incubator/lcf/integration/solr-3.x/README.txt

Author: kwright
Date: Thu Sep 29 08:09:20 2011
New Revision: 1177204

URL: http://svn.apache.org/viewvc?rev=1177204&view=rev
Log:
Add solr-3.x/README.txt with build and release instructions

Added:
    incubator/lcf/integration/solr-3.x/README.txt   (with props)

Added: incubator/lcf/integration/solr-3.x/README.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/integration/solr-3.x/README.txt?rev=1177204&view=auto
==============================================================================
--- incubator/lcf/integration/solr-3.x/README.txt (added)
+++ incubator/lcf/integration/solr-3.x/README.txt Thu Sep 29 08:09:20 2011
@@ -0,0 +1,27 @@
+Instructions for building apache-solr-mcf-3.x.jar
+====================================
+
+This area is used to build and 'release' new versions of the Apache Solr
+3.x integration jar.  In order to create a new release, please follow the
+steps as given below:
+
+(1) First update the Lucene/Solr code.  This would involve pulling up
+changes to Apache Solr/Lucene from the svn url
+https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x.
+
+(2) Make any local code changes to the jar code itself, and its README
+and CHANGES files, located in the solr/contrib/mcf area.
+
+(3) Test, by changing to the solr/contrib/mcf directory ant typing "ant test".
+Make sure JAVA_HOME is appropriately set to a jdk of version 1.6 first.
+
+(4) Build, by changing to the solr/contrib/mcf area and typing "ant".  Make
+sure JAVA_HOME is appropriately set to a jdk of version 1.6 first.
+
+(5) The jar will be built in the solr/build/contrib/mcf area.  Copy the jar and
+the updated README.txt to the main mcf part of the tree, at
+connectors/solr/integration, and check in.
+
+(6) Create a tag for your changes, by svn copy'ing your new trunk or branch
+to an appropriate local tag.
+

Propchange: incubator/lcf/integration/solr-3.x/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/integration/solr-3.x/README.txt
------------------------------------------------------------------------------
    svn:keywords = Id