[dev] Re: EIS login

2011-03-10 Thread Bernd Eilers

On 10.03.2011 14:02, Takashi Ono wrote:

Hi all,


Hi Takashi Ono!



EIS Web interface is now rejecting my login with OOo address and password. Are there 
any change?




We moved to a new infrastructure recently.
You should have got an email with a new password for OpenOffice.org
We only migrated users which did login to the OpenOffice.org website 
within the last 18 months, if you did not do that you will have to 
register again.


Kind regards,
Bernd Eilers


Best Regards,

Takashi Ono (t...@openoffice.org)
--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] OOo with extra patches

2011-03-10 Thread Knut Olav Bøhmer
Hi,

I now have an OpenOffice.org compiled with some extra patches. I want to
inform the user by  giveing it it's own productname in
OOO320/instsetoo_native/util/openoffice.lst
What do I need to do in order to make the build process choose my entry
there? Obviously I can just change the OpenOffice entry there, but I'd like
to broaden my understanding by doing things properly.

I can also send you my patches. The best way is probably to attach them to a
bug in the bug tracking system. I'll do it just when I have sorted this out.

And then I'd like to have some information about how the STUBUPGRADECODE and
the UPDATEURL works

-- 
Knut Olav Bøhmer
--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-10 Thread Knut Olav Bøhmer
On 9 March 2011 12:05, Michael Stahl  wrote:

> On 09/03/2011 03:43, tora - Takamichi Akiyama wrote:
> > Hi,
> >
> >> On 8 March 2011 15:11, tora - Takamichi Akiyama 
> >>  t...@openoffice.org>> wrote:
> >>> cd $SRC_ROOT
> >>> dmake
> >  >> and wait for a minutes, not hours.
> >
> > On 2011/03/09 4:07, Knut Olav Bøhmer wrote:
> >> Which worked for me :)
> >> Well, I'm doing this on a virtual macine it took about 30 minutes. I
> don't know why it's so slow.
> >
> > Oh, sorry! I meant that wait for minutes until building instsetoo_native
> starts.
> >
> > Taking about 30 minutes to build both your language and English versions
> of OOo is probably normal.
>
> well, normal if you build on windows, which seems to have a hamster in a
> wheel where real OSes have a highly optimized file system implementation;
> unfortunately the hamster easily gets tired  ;)
>
> > Some tips:
> >   - Disable unnecessary background services.
> > Search for windows vista disable services like that.
>
> *especially* true for virus scanners and the like.
> if you use one, try to create an exception for your OOo tree so it won't
> slow your builds too much.
>
> >   - Monitor the CPU usage.
> > It should keep at the level of almost 100% during building OOo.
> > If not, look into the bottleneck.
>
> this is true for a build from scratch, but if you have already built
> almost everything then your CPU won't be busy, it's all IO.
>
> >   - Utilize a Solid-State Drive (SSD) and put virtual machines on it.
> >
> >   - and more...
>
> lots of RAM helps...
>

This page: http://wiki.services.openoffice.org/wiki/Prepared_Build_Images says
memory is not so important. 512 Gb recommended, so I allocates 1Gb RAM for
my virtual box.
The disk recommendations is also strange. You need about 15 Gb to install
Windows XP and all the build tools, then about 25 Gb for a full build of
OOo, then add 10 Gb to be safe. Virtualbox disks can be does not allocate
more physical disk then used, and expands as necessary, so recommending at
least 50Gb is a good idea.

And it looks like it would be a good ide to run VirtualBox on Linux. I tried
Windows 7 now. I thought that Windows had improved since the last time I
tried it back in 95 ;) But I'm really disappointed. I'll never complain
about Linux again after this experience.


>
> also we're hoping that once everything is migrated to the gbuild system,
> the rebuild with a single make process will be a bit faster.
>
> --
> "Television?  The word is half Greek and half Latin.
>  No good will come of this device." -- Charles Prestwich Scott, 1936.
>
> --
> -
> To unsubscribe send email to dev-unsubscr...@openoffice.org
> For additional commands send email to sy...@openoffice.org
> with Subject: help
>



-- 
Knut Olav Bøhmer
--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] EIS login

2011-03-10 Thread Takashi Ono
Hi all,

EIS Web interface is now rejecting my login with OOo address and password. Are 
there 
any change?

Best Regards,

Takashi Ono (t...@openoffice.org)
--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: XTextSection set background image API Changes ?

2011-03-10 Thread Jürgen Schmidt
On 3/10/11 9:04 AM, underscore wrote:
> 2011/3/10 Jürgen Schmidt :
>>> Indeed It was the URL -- odd thing is I have been using such
>>> (file:/home/user ) URIs since OOo 2.4 --
>> it worked by luck and it seems that somebody have correct the code or
>> used some other underlying stuff that is less tolerant.
>>
>> The url syntax was and is wrong and you should use correct urls ;-)
> 
> 
> Okay -- thanks for the feedback... I will make the change as suggested.
> 
> Odd thing is the JRE returns file URLs as file:/ (i.e. without the authority )
yes, i think it is a well known bug in Java from the early beginning of
Java. I can't remember the reason why it can't be fixed...

Juergen


--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: XTextSection set background image API Changes ?

2011-03-10 Thread underscore
2011/3/10 Jürgen Schmidt :
>> Indeed It was the URL -- odd thing is I have been using such
>> (file:/home/user ) URIs since OOo 2.4 --
> it worked by luck and it seems that somebody have correct the code or
> used some other underlying stuff that is less tolerant.
>
> The url syntax was and is wrong and you should use correct urls ;-)


Okay -- thanks for the feedback... I will make the change as suggested.

Odd thing is the JRE returns file URLs as file:/ (i.e. without the authority )
--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] how to get access to the User data through API?

2011-03-10 Thread Zongbo Zhang
Hi All,

Writiing a java app, needs to change the user name, I know it can be manually 
done through Tools->option->user data.

Which part of the API has some to do with this?

Will appreciate your help, Look forward to hearing from you!

BR
zongbo zhang
--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help