Issue Details (XML | Word | Printable)

Key: LUCENE-493
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Grant Ingersoll
Reporter: James Pine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lucene - Java

Nightly build archives do not contain Java source code.

Created: 07/Feb/06 07:11 AM   Updated: 03/Jan/07 09:45 PM
Return to search
Component/s: Website
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Dependants
 

Resolution Date: 03/Jan/07 09:45 PM


 Description  « Hide
Under the Lucene News section of the Overview page, this item's link:

26 January 2006 - Nightly builds available
http://cvs.apache.org/dist/lucene/java/nightly/

goes to a directory with several 1.9M files, none of which have the src/java tree in them.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Grant Ingersoll added a comment - 21/Dec/06 02:43 AM
Fix coming shortly. Adding package-zip-src to the nightly build target. Using the zip file b/c the tar version does not like file names with more than 100 chars (see http://ant.apache.org/faq.html#no-gnu-tar)

Grant Ingersoll added a comment - 21/Dec/06 03:03 AM
Scratch that comment on tar...

Grant Ingersoll added a comment - 21/Dec/06 03:36 AM
This also requires a change to the nightly.sh script since it does some name mangling that would result in the binary and source distributions clobbering each other.

Grant Ingersoll added a comment - 02/Jan/07 02:48 PM
I have updated nightly.sh to run package-tgz-src after running the binary distribution. I have done a few test runs and it looks good. I have saved and committed the change and it should run tonight. The src packaging will be named lucene-DATE-src.tar.gz where DATE is the date of the build.

I'll keep an eye on it for the next couple of days, then close this out.


Grant Ingersoll added a comment - 03/Jan/07 09:45 PM
I have downloaded the nightly build of Jan 3, 2007 and was able to compile, etc.

I have added a news item to the news section of the website and have committed the change.