You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Shoichiro Yanagida <ya...@gmail.com> on 2015/03/16 01:53:33 UTC

About reportbuilder source code

Hi, I'm planning on integrating some functionality of reportbuilder.
Prior to this, I have to read and understand current source code.
Is source code of report builder in svn the latest version
which works with AOO 4.1.1 ?
----
I've found two versions of oxt binary.
One is in the official extension site, which unfortunately doesn't work
with 4.1.1 (menus and toolbars are not shown).
And the other is in Ariel's, which works with 4.1.1.
I hope the version in svn is the Ariel's.

Regards,
Shoichiro Yanagida

Re: About reportbuilder source code

Posted by Shoichiro Yanagida <ya...@gmail.com>.
Hello, Ariel.
Thank you for quick reply and detailed build switch.
I'll try!
Thank you.

Regards,
Shoichiro Yanagida

2015-03-16 10:47 GMT+09:00 Ariel Constenla-Haile <ar...@apache.org>:

> Hello Shoichiro,
>
> On Mon, Mar 16, 2015 at 09:53:33AM +0900, Shoichiro Yanagida wrote:
> > Hi, I'm planning on integrating some functionality of reportbuilder.
> > Prior to this, I have to read and understand current source code.
> > Is source code of report builder in svn the latest version
> > which works with AOO 4.1.1 ?
> > ----
> > I've found two versions of oxt binary.
> > One is in the official extension site, which unfortunately doesn't work
> > with 4.1.1 (menus and toolbars are not shown).
> > And the other is in Ariel's, which works with 4.1.1.
> > I hope the version in svn is the Ariel's.
>
> Yes, the source code in the subversion repo is
> https://svn.apache.org/viewvc/openoffice/trunk/main/reportbuilder/
> Unfortunately, you need to checkout and build the whole thing.
> I build with the following switches:
>
>  --enable-report-builder \
>  --with-sac-jar=/home/ariel/OOo/reportbuilder-deps/sac.jar \
>  --with-libxml-jar=/home/ariel/OOo/reportbuilder-deps/libxml-1.1.7.jar \
>  --with-flute-jar=/home/ariel/OOo/reportbuilder-deps/flute-1.1.6.jar \
>  --with-jfreereport-jar=/home/ariel/OOo/reportbuilder-deps/flow-engine-0.9.4.jar
> \
>  --with-liblayout-jar=/home/ariel/OOo/reportbuilder-deps/liblayout-0.2.10.jar
> \
>  --with-libloader-jar=/home/ariel/OOo/reportbuilder-deps/libloader-1.1.6.jar
> \
>  --with-libformula-jar=/home/ariel/OOo/reportbuilder-deps/libformula-1.1.7.jar
> \
>  --with-librepository-jar=/home/ariel/OOo/reportbuilder-deps/librepository-1.1.6.jar
> \
>  --with-libfonts-jar=/home/ariel/OOo/reportbuilder-deps/libfonts-1.1.6.jar
> \
>  --with-libserializer-jar=/home/ariel/OOo/reportbuilder-deps/libserializer-1.1.6.jar
> \
>  --with-libbase-jar=/home/ariel/OOo/reportbuilder-deps/libbase-1.1.6.jar \
>
>
> Regards
> --
> Ariel Constenla-Haile
> La Plata, Argentina
>

Re: About reportbuilder source code

Posted by Ariel Constenla-Haile <ar...@apache.org>.
Hello Shoichiro,

On Mon, Mar 16, 2015 at 09:53:33AM +0900, Shoichiro Yanagida wrote:
> Hi, I'm planning on integrating some functionality of reportbuilder.
> Prior to this, I have to read and understand current source code.
> Is source code of report builder in svn the latest version
> which works with AOO 4.1.1 ?
> ----
> I've found two versions of oxt binary.
> One is in the official extension site, which unfortunately doesn't work
> with 4.1.1 (menus and toolbars are not shown).
> And the other is in Ariel's, which works with 4.1.1.
> I hope the version in svn is the Ariel's.

Yes, the source code in the subversion repo is
https://svn.apache.org/viewvc/openoffice/trunk/main/reportbuilder/
Unfortunately, you need to checkout and build the whole thing.
I build with the following switches:

 --enable-report-builder \
 --with-sac-jar=/home/ariel/OOo/reportbuilder-deps/sac.jar \
 --with-libxml-jar=/home/ariel/OOo/reportbuilder-deps/libxml-1.1.7.jar \
 --with-flute-jar=/home/ariel/OOo/reportbuilder-deps/flute-1.1.6.jar \
 --with-jfreereport-jar=/home/ariel/OOo/reportbuilder-deps/flow-engine-0.9.4.jar \
 --with-liblayout-jar=/home/ariel/OOo/reportbuilder-deps/liblayout-0.2.10.jar \
 --with-libloader-jar=/home/ariel/OOo/reportbuilder-deps/libloader-1.1.6.jar \
 --with-libformula-jar=/home/ariel/OOo/reportbuilder-deps/libformula-1.1.7.jar \
 --with-librepository-jar=/home/ariel/OOo/reportbuilder-deps/librepository-1.1.6.jar \
 --with-libfonts-jar=/home/ariel/OOo/reportbuilder-deps/libfonts-1.1.6.jar  \
 --with-libserializer-jar=/home/ariel/OOo/reportbuilder-deps/libserializer-1.1.6.jar \
 --with-libbase-jar=/home/ariel/OOo/reportbuilder-deps/libbase-1.1.6.jar \


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina