On Wed, Aug 29, 2012 at 12:10 PM, Steven Rowe (JIRA) <[email protected]> wrote:
>
> [
> https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Steven Rowe reopened SOLR-2747:
> -------------------------------
>
>
> Solr-Artifacts-trunk failed because {{changes2html.pl}} couldn't be found:
> from [https://builds.apache.org/job/Solr-Artifacts-trunk/1958/]:
>
This looks like a copy-paste bug in my packaging handling for the
svn-export case (I copied from lucene).
JIRA is too slow for me now, but I think the fix should be something like this?
Index: solr/build.xml
===================================================================
--- solr/build.xml (revision 1378630)
+++ solr/build.xml (working copy)
@@ -320,8 +320,8 @@
<!-- Exclude clover license files incompatible with the ASL -->
<delete dir="${svn.export.dir}/lucene/tools/clover"/>
- <build-changes changes.src.dir="${svn.export.dir}/site/changes"
- changes.target.dir="${svn.export.dir}/docs/changes"/>
+ <build-changes changes.src.dir="${svn.export.dir}/solr/site/changes"
+ changes.target.dir="${svn.export.dir}/solr/docs/changes"/>
<tar destfile="${source.package.file}" compression="gzip" longfile="gnu">
<tarfileset dir="${svn.export.dir}"
--
lucidworks.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]