[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-29 Thread Steven Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13444215#comment-13444215
 ] 

Steven Rowe commented on SOLR-2747:
---

bq. the patch i sent to the ML:

Cool, thanks, I was able to successfully run {{ant prepare-release-no-sign}} 
under {{solr/}} locally after applying your patch.  I'll commit to branch_4x 
and trunk shortly.

bq. But we should decide where we want the output to go in the solr src dist, 
and also if we should run it on the lucene CHANGES too and consolidate it in 
some way.

I think {{solr/docs/changes/}} is fine for the target directory.  

AFAICT, no form of Lucene's CHANGES.txt has ever been included in a Solr 
release.  I think it's a good idea, though.  It could live at 
{{solr/docs/changes/Lucene-Changes.html}}.

Along these lines, the Solr News page could include a link to Lucene's 
{{Changes.html}} alongside the link to the Solr {{Changes.html}} (I'm assuming 
that, as on the Lucene News page, the {{CHANGES.txt}} link will actually be to 
the formatted {{Changes.html}}, once the functionality provided by this patch 
has stabilized.)

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.0, 5.0

 Attachments: SOLR-2747_fix.patch, SOLR-2747.patch, SOLR-2747.patch, 
 SOLR-2747.patch, SOLR-2747.patch, SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434978#comment-13434978
 ] 

Uwe Schindler commented on SOLR-2747:
-

I refer to this page: 
https://builds.apache.org/job/Lucene-Artifacts-4.x/javadoc/

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434976#comment-13434976
 ] 

Uwe Schindler commented on SOLR-2747:
-

Can we also add some general overview page (maybe with the same XSL tricks and 
Pegdown on Solr, copied from Lucene)? This would make the Javadocs page easier 
and add some general information and a TOC. It could also link changes, too.

I can work on that, maybe separate issue?

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434993#comment-13434993
 ] 

Robert Muir commented on SOLR-2747:
---

FYI I tried to run the patch on lucene's changes but got:
{noformat}
 [exec] Not a HASH reference at 
/home/rmuir/workspace/lucene-trunk/lucene/site/changes/changes2html.pl line 
742,  line 7575.
{noformat}

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434995#comment-13434995
 ] 

Robert Muir commented on SOLR-2747:
---

In case its useful (sorry, forgot to include):

This is perl 5, version 14, subversion 2 (v5.14.2) built for 
x86_64-linux-gnu-thread-multi
(with 53 registered patches, see perl -V for more detail)

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435175#comment-13435175
 ] 

Robert Muir commented on SOLR-2747:
---

{noformat}
 [exec] Can't use string () as a HASH ref while strict refs in use at 
/home/rmuir/workspace/lucene-trunk/lucene/site/changes/changes2html.pl line 
742,  line 7575.
{noformat}

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch, SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435178#comment-13435178
 ] 

Robert Muir commented on SOLR-2747:
---

Sorry this is more helpful, as i see a warning that might be related:
{noformat}
Buildfile: /home/rmuir/workspace/lucene-trunk/lucene/build.xml

changes-to-html:
[mkdir] Created dir: 
/home/rmuir/workspace/lucene-trunk/lucene/build/docs/changes
 [exec] Use of uninitialized value $product in uc at 
/home/rmuir/workspace/lucene-trunk/lucene/site/changes/changes2html.pl line 47, 
 line 7575.
 [exec] --2012-08-15 10:51:44--  
https://issues.apache.org/jira/rest/api/2/project/
 [exec] Resolving issues.apache.org (issues.apache.org)... 140.211.11.121
 [exec] Connecting to issues.apache.org 
(issues.apache.org)|140.211.11.121|:443... connected.
 [exec] HTTP request sent, awaiting response... 200 OK
 [exec] Length: unspecified [application/json]
 [exec] Saving to: `STDOUT'
 [exec] 
 [exec]  0K .. .. .. .. .. 18.8M
 [exec] 50K ...
 [exec] ... .. .. .. ..  540K
 [exec]100K .. .. .
8.62M=0.1s
 [exec] 
 [exec] 2012-08-15 10:51:44 (1.22 MB/s) - written to stdout [124503]
 [exec] 
 [exec] Can't use string () as a HASH ref while strict refs in use at 
/home/rmuir/workspace/lucene-trunk/lucene/site/changes/changes2html.pl line 
742,  line 7575.

BUILD FAILED
/home/rmuir/workspace/lucene-trunk/lucene/build.xml:484: The following error 
occurred while executing this line:
/home/rmuir/workspace/lucene-trunk/lucene/common-build.xml:1768: exec returned: 
255

Total time: 1 second
{noformat}

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch, SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435254#comment-13435254
 ] 

Robert Muir commented on SOLR-2747:
---

Latest patch doesn't produce any errors for me with either lucene or solr.

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch, SOLR-2747.patch, 
 SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Steven Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13435264#comment-13435264
 ] 

Steven Rowe commented on SOLR-2747:
---

bq. Latest patch doesn't produce any errors for me with either lucene or solr.

Cool, thanks for testing.

I'll continue working on finishing the conversion. 

Let me know if you notice anything in particular that needs work.

 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Assignee: Steven Rowe
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch, SOLR-2747.patch, SOLR-2747.patch, 
 SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-14 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13434133#comment-13434133
 ] 

Robert Muir commented on SOLR-2747:
---

The script in general seems to almost work already.

I think its just a matter of some minor things, like filtering out 
some -- 's in the Solr CHANGES, but i didnt look too hard.

The reason i was looking at this is because I think its nice to link to an html
copy of the full changes from the website release notes, e.g.

http://lucene.apache.org/core/corenews.html


 Include formatted Changes.html for release
 --

 Key: SOLR-2747
 URL: https://issues.apache.org/jira/browse/SOLR-2747
 Project: Solr
  Issue Type: Improvement
Reporter: Martijn van Groningen
Priority: Minor
 Fix For: 4.1

 Attachments: SOLR-2747.patch


 Just like when releasing Lucene, Solr should also have a html formatted 
 changes file.
 The Lucene Perl script (lucene/src/site/changes/changes2html.pl) should be 
 reused.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org