[dev] How to subscribe the tinderbox mail list?

2007-06-28 Thread JiangChuang

Dear all,
  
   I'm JiangChuang and working for the Beijing RedFlag Chinese 2000 
Company as an OpenOffice.org Release engineer.
   For working, I'm eager to subscribe the 
[EMAIL PROTECTED] mail list. But I do NOT know how to do it.

   Could you give me any help, please? Thinks a lot.

Best Regards,
JiangChuang

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] [api-dev] Debugging on Linux with remote access

2007-06-28 Thread Bjoern Milcke

Hi,

for checking an API test (take a look at Issue 78873) I do the following
without success:

1. Start StarOffice like this in a shell:

  ./soffice -accept=socket,host=0,port=8100;urp -nologo -calc -norestore

= I get a process soffice and a sub-process soffice.bin

2. I start gdb this way:

  gdb soffice.bin PID of soffice.bin

3. I type cont (maybe after setting some breakpoints)

4. From a different shell I call

  checkapi -o sch.ChXChartData::com::sun::star::chart::XChartData -tdoc
local path to testdocuments

= The office freezes, gdb no longer reacts, the API test does nothing.

Without the debugger this test crashes, so I expected to do this as well
with the debugger being attached.

It is possible to stop the API test (checkapi) with Ctrl-C. The debugger
can only be killed, same for soffice.

I noticed that I get a second process soffice.bin with the same
arguments than the one before, so probably it is forked for the remote
access? So, where does this come from, is this a new way to do remote
access?

BTW, attaching with another gdb instance to this new process does not work.

Please, anybody who has an idea, what can I do?

-Bjoern

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Is there have some classes to get a file from the internet with the differrent communication protocol (e.g : ftp , http or others )

2007-06-28 Thread Stephan Bergmann

gaopeng wrote:

Hi ,
   now , I want to find a class which implement a function of dowloading a file 
from internet  in ooo  .

Is there have some classes to get a file from the internet with the differrent communication protocol (e.g : ftp , http  or others ) 


Anybody would tell me which class have implemented this function ?


A whole project is devoted to that, see http://ucb.openoffice.org.

-Stephan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Is there have some classes to get a file from the internet with the differrent communication protocol (e.g : ftp , http or others )

2007-06-28 Thread Mathias Bauer
gaopeng wrote:

 Hi , now , I want to find a class which implement a function of
 dowloading a file from internet  in ooo  .
 
 Is there have some classes to get a file from the internet with the
 differrent communication protocol (e.g : ftp , http  or others )
 
 Anybody would tell me which class have implemented this function ?

You can use the ::comhelper::MediaDescriptor class. It gets created with
a bunch of arguments, e.g. the URL you want to access. Calling
addInputStream will create a stream, either a pure inputstream or a
complete stream, depending on the arguments and the source.

To see how it is used you can have a look in sfx2/source/doc/docfile.cxx.

Ciao,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to [EMAIL PROTECTED].
I use it for the OOo lists and only rarely read other mails sent to it.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] How to subscribe the tinderbox mail list?

2007-06-28 Thread Eike Rathke
Hi JiangChuang,

On Wednesday, 2007-06-27 17:00:53 +0800, JiangChuang wrote:

For working, I'm eager to subscribe the 
 [EMAIL PROTECTED] mail list. But I do NOT know how to do it.

Should work like with any other OOo mailing list,
mailto:[EMAIL PROTECTED] and reply to the
confirmation mail sent to you.

  Eike

-- 
 OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer.
 OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
 Please don't send personal mail to this [EMAIL PROTECTED] account, which I use 
for
 mailing lists only and don't read from outside Sun. Use [EMAIL PROTECTED] 
Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] SRC680_m201 777 unused methods nagmail

2007-06-28 Thread Mathias Bauer
Caolan McNamara wrote:

 On Tue, 2007-06-26 at 16:12 +0200, Mathias Bauer wrote:
 
 os94 is integrated since roughly a month. Can you generate a new list
 for sw? Or should we do it (how)?
 
 To make a new list, on a linux box grab
 http://www.skynet.ie/~caolan/pub/callcatcher/callcatcher-1.0.4.tar.gz
 unpack
 ./setup.py install
 
 When in your linux OOo/SO build env, point CC/CXX etc as shown in
 http://www.skynet.ie/~caolan/Packages/callcatcher.html
 to callcatcher gcc/callcatcher g++ etc
 and rebuild sw
 
 after the build
 
 do 
 
 callanalyse --OpenOffice.org unxlngi*/pro/*so  /tmp/unused.symbols
 
 and that should be it. The --OpenOffice.org option suppresses printing
 unused symbols from the DECLARE_LIST and so on family of OOo macros. 
 And by default well formed copy and assignment methods are suppressed
 as well unless you use --strict.

Thanks, Caolan!

Ciao,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to [EMAIL PROTECTED].
I use it for the OOo lists and only rarely read other mails sent to it.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] To OOo Builders ...

2007-06-28 Thread Kay Ramme - Sun Germany - Hamburg

Hi builders,

while building OOo on multiple machines because of some map file issues 
;-), I was wondering, if I am the only one being annoyed by the 
excessive verbosity of the build system ... actually slowing down build 
performance unnecessarily.


If others have the same feeling, I am going to submit some patches to 
get the verbosity under control again ...


Thanks for your opinions

  Kay


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] To OOo Builders ...

2007-06-28 Thread Caolan McNamara
On Thu, 2007-06-28 at 15:28 +0200, Kay Ramme - Sun Germany - Hamburg
wrote:
 Hi builders,
 
 while building OOo on multiple machines because of some map file issues 
 ;-), I was wondering, if I am the only one being annoyed by the 
 excessive verbosity of the build system ... actually slowing down build 
 performance unnecessarily.
 
 If others have the same feeling, I am going to submit some patches to 
 get the verbosity under control again ...

FWIW, I build with 
build build-flags -- other-dmake-flags -s
where the -s suppresses a goodly part of the output. 

C.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] To OOo Builders ...

2007-06-28 Thread Stephan Bergmann

Kay Ramme - Sun Germany - Hamburg wrote:

Hi builders,

while building OOo on multiple machines because of some map file issues 
;-), I was wondering, if I am the only one being annoyed by the 
excessive verbosity of the build system ... actually slowing down build 
performance unnecessarily.


If others have the same feeling, I am going to submit some patches to 
get the verbosity under control again ...


Thanks for your opinions


Undecided.  For example, echoing of compiler command lines could be 
helpful when a CWS owner tries to track down why a tinderbox built 
broke, to see whether it is an issue of the tinderbox build environment 
or an issue of the CWS...


-Stephan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]