There is a target called  package-local-src-tgz  --> Packages the
Lucene source from the local working copy

Additionally solr has a similar one, which uses the lucene patternset.

The target generated a totally useless package.

I don't care if the target really works or is perfect, but its useful
to me as I'm currently trying to experiment with some things locally
wrt our src.tgz (such as kuromoji pulling ipadic from ivy and always
building its dictionary from scratch).

I think this target is not that important, and should be generally
unsupported, but without this target, its impossible to test such
ideas, because you have to commit to svn first to see what your
changes to source distribution look like.

On Fri, May 4, 2012 at 9:24 AM, Uwe Schindler <u...@thetaphi.de> wrote:
> Hi Robert,
>
> Why do we need that special pattern? To work around unclean src.tgz files, 
> the build process creates a clean "svn export" before packaging. This one 
> should not contain work/temp folders?
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
>> -----Original Message-----
>> From: rm...@apache.org [mailto:rm...@apache.org]
>> Sent: Friday, May 04, 2012 3:17 PM
>> To: comm...@lucene.apache.org
>> Subject: svn commit: r1333943 - /lucene/dev/trunk/lucene/common-build.xml
>>
>> Author: rmuir
>> Date: Fri May  4 13:16:31 2012
>> New Revision: 1333943
>>
>> URL: http://svn.apache.org/viewvc?rev=1333943&view=rev
>> Log:
>> fix this patternset to something that actually makes a useful src.tgz
>>
>> Modified:
>>     lucene/dev/trunk/lucene/common-build.xml
>>
>> Modified: lucene/dev/trunk/lucene/common-build.xml
>> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-
>> build.xml?rev=1333943&r1=1333942&r2=1333943&view=diff
>> ================================================================
>> ==============
>> --- lucene/dev/trunk/lucene/common-build.xml (original)
>> +++ lucene/dev/trunk/lucene/common-build.xml Fri May  4 13:16:31 2012
>> @@ -225,8 +225,7 @@
>>    </propertyset>
>>
>>    <patternset id="lucene.local.src.package.patterns"
>> -              
>> includes="src/,index.html,*build*.xml,docs/,*.txt,lib/,backwards/"
>> -              excludes="**/pom.xml,**/*.iml,site/build/"
>> +
>> excludes="**/pom.xml,**/*.iml,**/*.jar,build/**,dist/**,lucene/benchmark/w
>> ork/**,lucene/benchmark/temp/**"
>>    />
>>
>>    <!-- Default exclude sources and javadoc jars from Ivy fetch to save time 
>> and
>> bandwidth -->
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>



-- 
lucidimagination.com

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

Reply via email to