[ 
https://issues.apache.org/jira/browse/LUCENE-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Rowe reopened LUCENE-2973:
---------------------------------


Ant's {{<exec>}} task can take arguments in two forms: as a line to be 
parsed/split by the shell ({{<arg line="...">)}}, or as a pre-parsed list (with 
one {{<arg value="...">}} for each cmdline argument).  The 
{{svn-export-source}} target should be rewritten to use the pre-parsed form, to 
avoid splitting problems (e.g. spaces in paths) with the {{<arg line="...">}} 
form.

> Source distribution packaging targets should make a tarball from "svn export"
> -----------------------------------------------------------------------------
>
>                 Key: LUCENE-2973
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2973
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.1, 3.2, 4.0
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Blocker
>             Fix For: 3.1, 3.2, 4.0
>
>         Attachments: LUCENE-2973.patch, LUCENE-2973.patch, LUCENE-2973.patch, 
> LUCENE-2973.patch, LUCENE-2973.patch, LUCENE-2973.patch, LUCENE-2973.patch
>
>
> Instead of picking and choosing which stuff to include from a local working 
> copy, Lucene's dist-src/package-tgz-src target and Solr's package-src target 
> should simply perform "svn export" with the same revision and URL as the 
> local working copy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to