Issue Details (XML | Word | Printable)

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

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

Source packaging fails if ${dist.dir} does not exist

Created: 21/Dec/06 02:32 AM   Updated: 21/Dec/06 03:13 AM
Return to search
Component/s: Other
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Dependants
 

Lucene Fields: New
Resolution Date: 21/Dec/06 03:13 AM


 Description  « Hide
package-tgz-src and package-zip-src fail if ${dist.dir} does not exist, since these two targets do not call the package target, which is responsible for making the dir.

I have a fix and will commit shortly.



 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 03:13 AM
Added init-dist target and had package and package-*-src call it so that it always builds the dist dir.