> On Sep 30, 2016, at 07:00, Ariel Constenla-Haile <arie...@apache.org> wrote:
> 
>> On Fri, Sep 30, 2016 at 06:28:01AM -0700, Patricia Shanahan wrote:
>> I just saw the bug report https://bz.apache.org/ooo/show_bug.cgi?id=126605,
>> "Make sure the source package does not contain extra files"
>> 
>> Since our build instructions and processes are based on the result of an svn
>> checkout, basing the source package on one seemed obvious to me. The only
>> change that seems to me to be absolutely required is removing the .svn
>> directories, and that is a one-liner:
> 
> You better do this inside the build environment:
> 

Why?

> cd main
> source <build env. shell script>
> cd instsetoo_native/util/
> dmake aoo_srcrelease
> 
> This calls ant with solenv/bin/srcrelease.xml, which has the bug that
> was written for macOS, thus it only excludes MacOSXX86Env.* for example,
> see
> https://svn.apache.org/viewvc/openoffice/branches/AOO413/main/solenv/bin/srcrelease.xml?revision=1760467&view=markup#l32
> 
> ant ignores those .svn folders, see
> https://ant.apache.org/manual/dirtasks.html#defaultexcludes
> 
> 
> Regards
> -- 
> Ariel Constenla-Haile


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

Reply via email to