Re: [dev] Re: dmake error: while building ucbhelper

2010-02-10 Thread Stephan Bergmann
On 02/10/10 03:52, Toufique, Imam wrote: Here is the issue: I was able to bring up soffice GUI, ran everything OK. I took the same install in NFS location and from a different system (same platform, SLES10 64bit OS, same kernel, same OS image) when ran soffice, it is crashing with this

Re: [dev] Re: where is the openoffice binary located

2010-02-10 Thread Stephan Bergmann
On 02/10/10 07:05, Wei Zhang wrote: I was just wondering if the binary needs to be extracted from the tar.gz , as mentioned in ttp://www.openoffice.org/servlets/ReadMsg?list=devmsgNo=26512http://www.openoffice.org/servlets/ReadMsg?list=devmsgNo=26512 , then when we do the configure script, what

RE: [dev] Re: where is the openoffice binary located

2010-02-10 Thread Toufique, Imam
(If I may add a comment here) Stephan, I think the documentation should be updated with detailed instructions on installation. Thanks! -Original Message- From: stephan.bergm...@sun.com [mailto:stephan.bergm...@sun.com] Sent: Wednesday, February 10, 2010 12:59 AM To:

[dev] new dependency to ant version 1.7.1

2010-02-10 Thread Juergen Schmidt
Hi, i would like to increase the ant dependency to version 1.7.1. The reason is that newer NetBeans versions create build.xml scripts that make use of features from ant 1.7.1 It should be possible to build such extensions (that are generated with NB) in the OO build env. The idea behind

Re: [dev] new dependency to ant version 1.7.1

2010-02-10 Thread Caolán McNamara
On Wed, 2010-02-10 at 11:29 +0100, Juergen Schmidt wrote: configure.cmd configure.in configure solenv/inc/antsettings.mk configure is (of course) generated from configure.in via autoconf so one change to configure.in followed by calling autoconf. I hadn't noticed configure.cmd before,

Re: [dev] new dependency to ant version 1.7.1

2010-02-10 Thread Juergen Schmidt
On 2/10/10 11:43 AM, Caolán McNamara wrote: On Wed, 2010-02-10 at 11:29 +0100, Juergen Schmidt wrote: configure.cmd configure.in configure solenv/inc/antsettings.mk configure is (of course) generated from configure.in via autoconf so one change to configure.in followed by calling autoconf.

Re: [dev] new dependency to ant version 1.7.1

2010-02-10 Thread Rene Engelhard
On Wed, Feb 10, 2010 at 11:29:15AM +0100, Juergen Schmidt wrote: i would like to increase the ant dependency to version 1.7.1. The reason is that newer NetBeans versions create build.xml scripts that make use of features from ant 1.7.1 Then they should be fixed not to use them. It should

[dev] RuntimeException: getInstance expected XInterface but got com.sun.star.table.XCell

2010-02-10 Thread Johannes Hoechstaedter
Hi everybody, I am a developer for the memoComp company in Germany. We are supporting openoffice applications as well as other java technologies. Now my major concern: We developed a webservice, which transfers data from MS-Excel (xls) type files into a custom template of openoffice calc.

[dev] Syntax highlighting in OO Math

2010-02-10 Thread Konstantin Tokarev
Doesn't anybody work on syntax highlighting in OO Math currently? I'd like to try to use Colorer library (used, for example, in Midnight Commander) for this purpose. It's LGPL, so can be included in OOo without license problems -- Regards, Konstantin

Re: [dev] RuntimeException: getInstance expected XInterface but got com.sun.star.table.XCell

2010-02-10 Thread Stephan Bergmann
On 02/10/10 13:16, Johannes Hoechstaedter wrote: Now my major concern: We developed a webservice, which transfers data from MS-Excel (xls) type files into a custom template of openoffice calc. This webservice is written in Java and is using the UNO-Api Interface. For its task the service

Re: [dev] RuntimeException: getInstance expected XInterface but got com.sun.star.table.XCell

2010-02-10 Thread Johannes Hoechstaedter
Am 10.02.2010 13:55, schrieb Stephan Bergmann: On 02/10/10 13:16, Johannes Hoechstaedter wrote: Now my major concern: We developed a webservice, which transfers data from MS-Excel (xls) type files into a custom template of openoffice calc. This webservice is written in Java and is using the

[dev] Using JUnit 4 in OOo build environment

2010-02-10 Thread Stephan Bergmann
One of my Test Cleanup (http://wiki.services.openoffice.org/wiki/Test_Cleanup) efforts is to consistently use standard JUnit 4 for the Java-based tests in the OOo code base. It appears that JUnit is not yet a requirement in the OOo build environment, and I see different ways how to make it

Re: [dev] Using JUnit 4 in OOo build environment

2010-02-10 Thread Rene Engelhard
Hi, On Wed, Feb 10, 2010 at 02:57:24PM +0100, Stephan Bergmann wrote: 1 Include JUnit 4 as an external module in the OOo code base, allowing some configure --with-system-junit switch to override it. We could include either Good. 1.1

Re: [dev] Using JUnit 4 in OOo build environment

2010-02-10 Thread Stephan Bergmann
On 02/10/10 15:12, Rene Engelhard wrote: 2.1 try to find it on CLASSPATH (which would imply that set_soenv.in must no longer resets the CLASSPATH; which is probably dubious, anyway---as dubious as the additional XCLASSPATH), or Which probably will break a lost of system* stuff, so I'd be

Re: [dev] new dependency to ant version 1.7.1

2010-02-10 Thread Stephan Bergmann
On 02/10/10 12:13, Juergen Schmidt wrote: ok, i will take of this. But in case of the distro builds the ANT_HOME variable is set by configure. That means i can change at least solenv/inc/antsettings.mk to use 1.7.1 if no ANT_HOME is set. I just found out that on DEV300_m71

Re: [dev] Java Programming

2010-02-10 Thread rodirwin
Roger, I'm not sure how or where you got my name however, I encourage you to paticipate in the Open Office project. For a young person it is a great opportunity to expand your skills and personal/professional contacts. Personally, at this time I'm only experimenting with the openOffice modules

[dev] assertion failure

2010-02-10 Thread Terrence Enger
Greetings, I have just completed a non-product build of DEV300_m71, my first ever non-product build. http://wiki.services.openoffice.org/wiki/Non_Product_Build tells me that an assertion failure is considered to be a bug and should be reported. However, I had three different assertion failures