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 error (which I have seen before):

X-Error: BadImplementation (server does not implement operation)
Major opcode: 152
Minor opcode: 10
Resource ID:  0x42001a2
Serial No:3957 (3957)
These errors are reported asynchronously,
set environment variable SAL_SYNCHRONIZE to 1 to help debugging

is there a process to bundle up the built binaries and install it in a 
different location?


I would assume that the error is unrelated to the installation location; 
 I guess that even if you installed the tarball to a disk directly 
attached to the second machine, it would still fail with the same 
message.  There appears to be an issue with OOo and certain X servers 
(which, yes, we have seen before, on this or related mailing lists, but 
I do not have any details; maybe somebody on the d...@gsl.openoffice.org 
mailing list knows).


-Stephan

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



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 is the point of setting the
prefix ?


IIRC, configure scripts by convention ignore any switches they do not 
handle, and the OOo configure script happens to not handle the 
conventional -prefix switch.


-Stephan

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



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@openoffice.org
Subject: Re: [dev] Re: where is the openoffice binary located

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 is the point of setting the
 prefix ?

IIRC, configure scripts by convention ignore any switches they do not 
handle, and the OOo configure script happens to not handle the 
conventional -prefix switch.

-Stephan

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


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



[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 this is to make it possible for 
developers to easy bring their extensions in the OO build env and take 
advantage of the i18n process for example.


Is there anybody who see problems with this increased dependency to ant 
1.7.1? If yes please let me know.


The other question is where i have to make changes?

configure.cmd
configure.in
configure
solenv/inc/antsettings.mk

any more places?


Juergen


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



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, despite it being right there in
the root. I have no idea what that's supposed to be. It's clearly
customized for a single individual in the windows world to configure a
minimal OOo build and probably should be deleted entirely.

C.


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



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.

yes of course



I hadn't noticed configure.cmd before, despite it being right there in
the root. I have no idea what that's supposed to be. It's clearly
customized for a single individual in the windows world to configure a
minimal OOo build and probably should be deleted entirely.


i think so too, i never have seen it before

Juergen

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



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 be possible to build such extensions (that are generated with  
 NB) in the OO build env. The idea behind this is to make it possible for  
 developers to easy bring their extensions in the OO build env and take  
 advantage of the i18n process for example.

It should be possible to add usable build.xmls, yes.

 Is there anybody who see problems with this increased dependency to ant  
 1.7.1? If yes please let me know.

Same story as as it came up the last time. There's distros out
there not shipping 1.7.1 yet. You'd break the build on those.

See e.g. Debian:

$ rmadison ant
[...]
   ant |1.7.0-6 |stable | source, all
   ant |1.7.1-4 |   testing | source, all
   ant |1.7.1-4 |  unstable | source, all

 The other question is where i have to make changes?

 configure.cmd
 configure.in

No. *If* you want 1.7.1, make it a check for those extensions
who need it. It makes no sense to break the build for the others
which have a sufficiently uptodate ant otherwise)

currently we have:

  ant_minver=1.6.0
  # update for more extensions...
  if test $ENABLE_MEDIAWIKI = YES; then
ant_minver=1.7.0
  fi

 configure

No change needed, except running autoconf.

Grüße/Regards,

René

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



[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. This webservice is 
written in Java and is using the UNO-Api Interface. For its task the 
service creates an calc file from our template (ots) for every incoming 
xls file, and simply copies the content from the incoming xls into the 
newly created file cell by cell. Nothing strange up here. Everything is 
working in theory and reality.


Relevant code:
XCell newCell = xSpreadsheetOut.getCellByPosition(x, y);
newCell.setFormula(...);

The problem now is that the service throws runtime excptions for which I 
have not found any useful documentation files till now. The stack trace 
is the following:


com.sun.star.uno.RuntimeException: getInstance expected XInterface but 
got com.sun.star.table.XCell
at 
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:182) 


at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:148)
at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:344)
at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:313)
at 
com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:101) 

at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:652) 

at 
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:154) 

at 
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:136) 


at $Proxy8.setFormula(Unknown Source)
at 
de.xxx.ReportImporter.copyRangesIntoTemplateAndStoreDocument(Unknown 
Source)

   [...]
java.lang.NullPointerException
at de.memocomp.oo.OOManager.closeDocument(Unknown Source)
at 
de.xxx.ReportImporter.copyRangesIntoTemplateAndStoreDocument(Unknown 
Source)

   [...]

What I am able to say is, that the service was designed to run 
asynchronous. If we do so, the exception appears more often. If the 
service runs queued or in a pipline it works quite well. The exception 
above then appeard only once in ~30 runs, but it appeared.
Trying retries if the error occurs, even with 10sec wait in between did 
not had any positive (or negative) effect on the issue. Testing the cast 
of the XCell to XInterface before the call works fine, even if the error 
occurs:


Code:
XCell newCell = xSpreadsheetOut.getCellByPosition(x, y);
XInterface x = newCell;
newCell.setFormula(...);

The environment were the webservice is installed is a windows server 
where two tomcat instances are running managed by a load balancer. 
Openoffice is in version 3.1 and is installed on the same server, where 
the two instances (load balancing) of our webservice are connecting to 
openoffice via socket.
The code to instanciate and connect to openoffice is the 
Bootstrap-Connector from hol.sten. available under: 
http://user.services.openoffice.org/en/forum/viewtopic.php?f=44t=2520


[...]
String hostAndPort = host=+host+,port=+port;
// accept option
String oooAcceptOption = -accept=socket,+hostAndPort+;urp;;
// connection string
String unoConnectString = 
uno:socket,+hostAndPort+;urp;StarOffice.ComponentContext;

[...]
Runtime.getRuntime().exec(oooCommand);
[...]
XComponentContext xLocalContext = 
Bootstrap.createInitialComponentContext(null);

[...]

We re looking forward to any helpful response, helping to understand and 
to solve this exception.

Thanks in advance.

--

Johannes Höchstädter
www.memocomp.de


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



[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

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



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 creates an calc file from our template (ots) for every incoming 
xls file, and simply copies the content from the incoming xls into the 
newly created file cell by cell. Nothing strange up here. Everything is 
working in theory and reality.


Relevant code:
XCell newCell = xSpreadsheetOut.getCellByPosition(x, y);
newCell.setFormula(...);

The problem now is that the service throws runtime excptions for which I 
have not found any useful documentation files till now. The stack trace 
is the following:


com.sun.star.uno.RuntimeException: getInstance expected XInterface but 
got com.sun.star.table.XCell
at 
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:182) 


at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:148)
at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:344)
at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:313)
at 
com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:101) 

at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:652) 

at 
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:154) 

at 
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:136) 


at $Proxy8.setFormula(Unknown Source)
at 
de.xxx.ReportImporter.copyRangesIntoTemplateAndStoreDocument(Unknown 
Source)

   [...]
java.lang.NullPointerException
at de.memocomp.oo.OOManager.closeDocument(Unknown Source)
at 
de.xxx.ReportImporter.copyRangesIntoTemplateAndStoreDocument(Unknown 
Source)

   [...]

What I am able to say is, that the service was designed to run 
asynchronous. If we do so, the exception appears more often. If the 
service runs queued or in a pipline it works quite well. The exception 
above then appeard only once in ~30 runs, but it appeared.


This appears to be an error in the OOo code.  What apparently happens is 
that the OOo server hands out via the URP remote protocol some XCell 
object (newCell) with a certain object ID (OID).  When the client side 
calls the setFormula method on that object, it passes back the OID. 
However, obviously that OID has meanwhile disappeared from the server 
side table of OIDs, so the OOo bridge code erroneously goes down a wrong 
code branch that ultimately leads to the getInstance expected 
XInterface but got ... exception (see 
OInstanceProviderWrapper::thisGetInstance in 
remotebridges/source/bridge/bridge_provider.cxx).


However, why the OID erroneously disappears from the server side OID 
table is unclear.  Obviously, there is some race somewhere, so that it 
works at least sometimes.  It would be great if you could break your 
problem down to a small test case, and file an issue with that.


-Stephan

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



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 UNO-Api Interface. For its task 
the service creates an calc file from our template (ots) for every 
incoming xls file, and simply copies the content from the incoming 
xls into the newly created file cell by cell. Nothing strange up 
here. Everything is working in theory and reality.


Relevant code:
XCell newCell = xSpreadsheetOut.getCellByPosition(x, y);
newCell.setFormula(...);

The problem now is that the service throws runtime excptions for 
which I have not found any useful documentation files till now. The 
stack trace is the following:


com.sun.star.uno.RuntimeException: getInstance expected XInterface 
but got com.sun.star.table.XCell
at 
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:182) 

at 
com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:148)
at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:344) 

at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:313) 

at 
com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:101) 

at 
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:652) 

at 
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:154) 

at 
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:136) 


at $Proxy8.setFormula(Unknown Source)
at 
de.xxx.ReportImporter.copyRangesIntoTemplateAndStoreDocument(Unknown 
Source)

   [...]
java.lang.NullPointerException
at de.memocomp.oo.OOManager.closeDocument(Unknown Source)
at 
de.xxx.ReportImporter.copyRangesIntoTemplateAndStoreDocument(Unknown 
Source)

   [...]

What I am able to say is, that the service was designed to run 
asynchronous. If we do so, the exception appears more often. If the 
service runs queued or in a pipline it works quite well. The 
exception above then appeard only once in ~30 runs, but it appeared.


This appears to be an error in the OOo code.  What apparently happens 
is that the OOo server hands out via the URP remote protocol some 
XCell object (newCell) with a certain object ID (OID).  When the 
client side calls the setFormula method on that object, it passes back 
the OID. However, obviously that OID has meanwhile disappeared from 
the server side table of OIDs, so the OOo bridge code erroneously goes 
down a wrong code branch that ultimately leads to the getInstance 
expected XInterface but got ... exception (see 
OInstanceProviderWrapper::thisGetInstance in 
remotebridges/source/bridge/bridge_provider.cxx).


However, why the OID erroneously disappears from the server side OID 
table is unclear.  Obviously, there is some race somewhere, so that it 
works at least sometimes.  It would be great if you could break your 
problem down to a small test case, and file an issue with that.


-Stephan

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




Thanks for your quick reply. I am already on my way to implement a small 
test case. You will here from me later.


cheers

--

Johannes Höchstädter
www.memocomp.de


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



[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 one:


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


1.1 
http://sourceforge.net/projects/junit/files/junit/4.8.1/junit-4.8.1.jar/download 
which, due to being platform-independent, can directly be used without 
any compilation (and appears to run fine on our Java 5 baseline),

or

1.2 
http://sourceforge.net/projects/junit/files/junit/4.8.1/junit4.8.1.zip/download 
and build it.


2  Require JUnit 4 to be installed as a prerequisite, checked by 
configure.  We could either


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


2.2  require that an appropriate configure --with-junit=... switch is 
always passed (which would be optionally available in 2.1, too, to 
explicitly specify the JUnit 4 to be used).


Opinions?

-Stephan

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



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  
 http://sourceforge.net/projects/junit/files/junit/4.8.1/junit-4.8.1.jar/download
  
 which, due to being platform-independent, can directly be used without  
 any compilation (and appears to run fine on our Java 5 baseline),
 or

No way. No binary only stuff from somewhere in the tree. Should you do
that, be sure I'll immediately file a P1.

 1.2  
 http://sourceforge.net/projects/junit/files/junit/4.8.1/junit4.8.1.zip/download
  
 and build it.

That's the way to go if you want to include it in the build.

 2  Require JUnit 4 to be installed as a prerequisite, checked by  
 configure.  We could either

 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 wary..
Of course you shoudl try your best (like with the SRB libs,
the tomcat libs or the apache-commons libs) to find out where a junit4
is. [ /usr/share/java/junit4.jar is a safe bet. ]

 2.2  require that an appropriate configure --with-junit=... switch is  
 always passed (which would be optionally available in 2.1, too, to  
 explicitly specify the JUnit 4 to be used).

Only when the automatic detection (see above) fails.

Grüße/Regards,

René

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



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 wary..
Of course you shoudl try your best (like with the SRB libs,
the tomcat libs or the apache-commons libs) to find out where a junit4
is. [ /usr/share/java/junit4.jar is a safe bet. ]


Ah, hadn't been aware of this.  Yes, sounds best to do it in the same 
way as it is already done for those other jars.


Thanks,
-Stephan

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



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 solenv/inc/antsettings.mk is the 
only place that uses COMMON_BUILD_TOOLS (solenv/inc/target.mk contains 
another place that mentions it, but that is effectively unused, see 
http://www.openoffice.org/issues/show_bug.cgi?id=109112).


So, if you change antsettings.mk, anyway, please clean up, so that

- solenv/inc/antsettings.mk no longer sets ANT_HOME (and thus no longer 
uses COMMON_BUILD_TOOLS) (but instead relies on ANT_HOME being set 
through set_soenv.in resp. solenv/config/sdev300.ini) and


- solenv/config/sdev300.ini sets ANT_HOME (sdev300.ini uses 
COMMON_BUILD_TOOLS in the definition of PATH, so the definitions of 
COMMON_BUILD_TOOLS probably cannot be removed from sdev300.ini, unless 
those definitions that are not %SOLARROOT%/btools are no longer relevant).


-Stephan

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



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 using the Lazarus IDE and fpc Pascal on my own.

Rod Irwin


 Hello;

 I am new to Open Office. However, I see that you encourage participation
 in
 the project.
 I am a Senior Software Engineer specializing in Java. I would enjoy
 helping
 out in any way I
 can. But from this page:
 http://contributing.openoffice.org/programming.html
 I'm not really sure what to do next.

 If you could give me some guidance, I'd enjoy spending some of my spare
 time working on
 Java code for Open Office.

 Thank you;

 Roger A. Rose





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



[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 within
the first few minutes using the program.  So, I suspect that the
messages may be a result of my own misundertanding rather than a
problem in the code itself.

Let me pick on the first assertion which failed, and one which is
failing quite regularly.  It is ...
Error: seekEntry(): Bad map
From File /home/terry/OOo_hacking/DEV300_m71/svl/source/misc/inettype.cxx 
at line 818
( It looks to me like the code is testing for pointer values
increasing in successive array elements where it should be testing for
increasing values of the pointed-to strings.  The pointers are
initialized from string literals at line 487 of the same file. So, it
is not too surprising that the assertion fails. )

First, the issues database: when I query the issues database, I come
up empty on
(*) [seekEntry] in summary (0 hits)
(*) [seekEntry] in description (0 hits)
(*) [bad map] (all words) in summary (4 hits: 3 are bitmaps, 1 is an
html image map)
(*) [bad map] (all words) in description (40 hits: none of the DEFECTs
appears at first glance to apply to my situation)
How should I do my query?  I can't really be the first to find this,
can I?

All suggestions are welcome.

Cheers,
Terry.



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