Re: Error in determine_new_packagename()

2014-02-21 Thread Oliver-Rainer Wittmann
Hi, On 20.02.2014 14:39, LOH KOK HOE wrote: During the build, there was an error happen in instsetoo_native module where a function call determine_new_packagename causing the build stop. As I trace back the bug, I have this link and they ment

Re: wiki of OOXML export status

2014-02-21 Thread Clarence GUO
Kay, The status was updated. I will update this wiki weekly or biweekly. Thanks & BRs Clarence 2014-02-17 2:19 GMT+08:00 Kay Schenk : > On Sat, Feb 15, 2014 at 5:50 PM, Clarence GUO >wrote: > > > Hi, > > I posted a wiki about OOXML export status to > > https://cwiki.apache.org/confluence/displ

Re: [Bug 124282] New: use poi to validate the ooxml file that exported by AOO

2014-02-21 Thread Dave Fisher
Hi, If you need direction on how to use POI for this then please discuss here on dev. I'm on both the POI PMC and the OpenOffice PMC. If you want specific help I would really advise also asking POI developers on d...@poi.apache.org Regards, Dave Sent from my iPhone > On Feb 20, 2014, at 11:44

Re: Error in determine_new_packagename()

2014-02-21 Thread LOH KOK HOE
@Oliver I did `source` every time I make a build, without `source`, there will be compile error complaining that build command not found. On Fri, Feb 21, 2014 at 4:10 PM, Oliver-Rainer Wittmann < orwittm...@googlemail.com> wrote: > Hi, > > > On 20.02.2014 14:39, LOH KOK HOE wrote: > >> During th

Re: Excel file validation

2014-02-21 Thread Rob Weir
On Thu, Feb 20, 2014 at 6:47 PM, Nick Pratt wrote: > Does the OpenOffice - Calc project have any validation tools for Excel > BIFF8 files? Perhaps something that would log out of spec record > structures, incorrect record sequence etc.? > I use Microsoft's binary format validator: http://www.mic

Re: Error in determine_new_packagename()

2014-02-21 Thread Oliver-Rainer Wittmann
Hi, On 21.02.2014 13:26, LOH KOK HOE wrote: @Oliver I did `source` every time I make a build, without `source`, there will be compile error complaining that build command not found. don't mind. I just want to be sure that this step is not forgotten. What does your configure 'tells' you about

Re: Error in determine_new_packagename()

2014-02-21 Thread LOH KOK HOE
I have this: $ ./configure --with-epm-url= http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz configure:11566: checking whether to enable EPM for packing configure:11577: checking for epm configure:11595: found /usr/bin/epm configure:11608: result: /usr/bin/epm configure:11633: che

Re: Error in determine_new_packagename()

2014-02-21 Thread Oliver-Rainer Wittmann
Hi, On 21.02.2014 15:11, LOH KOK HOE wrote: I have this: $ ./configure --with-epm-url=http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz configure:11566: checking whether to enable EPM for packing configure:11577: checking for epm configure:11595: found /usr/bin/epm configure:1

Re: Error in determine_new_packagename()

2014-02-21 Thread Andrea Pescetti
On 21/02/2014 Oliver-Rainer Wittmann wrote: On 21.02.2014 15:11, LOH KOK HOE wrote: I have this: $ ./configure --with-epm-url=http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz This looks like as if your system epm is used instead of the needed epm 3.7 one. Unfortunately, I hav