Re: [dev] Customer Suggestion

2010-01-07 Thread Maximilian Odendahl

Hi Benjamin,


If possible, it would be nice to be able to customize your own notes color in 
OpenOffice Writer. I hope it would be possible.


already recorded here as a future idea(though I don't see it being 
implemented in the near future):


http://wiki.services.openoffice.org/wiki/Notes2_OtherIdeas

Best,
Max

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



Re: [dev] build on Snow Leopard

2009-12-09 Thread Maximilian Odendahl
Ok, with the patch and installed SDK 10.4 I get a lot further, now the 
next issue is in packimages:


Entering /Software/notes11/packimages/pack
mkout -- version: 1.8
mkdir ../unxmacxi/res/img
/usr/bin/perl /Software/notes11/solenv/bin/image-sort.pl image-sort.lst 
/Software/notes11/solver/300/unxmacxi/xml ../unxmacxi/res/img/sorted.lst
Can't open 
/Software/notes11/solver/300/unxmacxi/xml/uiconfig/modules/scalc/toolbar/standardbar.xml: 
No such file or directory at /Software/notes11/solenv/bin/image-sort.pl 
line 12.

dmake:  Error code 2, while making '../unxmacxi/res/img/sorted.lst'
dmake:  '../unxmacxi/res/img/sorted.lst' removed.

Any idea?

Thanks,
Max

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



Re: [dev] build on Snow Leopard

2009-12-08 Thread Maximilian Odendahl

Hi Stephan,

 What is weird that it is found during configure, but not anymore when
 building it. I believe you are building under Snow Leopard as well?

 What works for me is to pass CC and CXX not as environment variables to
 configure, but as additional arguments,

 ./configure ... CC=gcc-4.0 CXX=g++-4.0

is gcc 4.0 or 4.2 really the issue? I do not want to build with 10.4 
compatibility, so any gcc should do fine, right? Finding a gcc is not 
the my problem, the problem is finding stdio.h, string.h etc.



 ./configure ... CC=gcc-4.0 CXX=g++-4.0

same issue as before

Thanks,
Max

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



Re: [dev] build on Snow Leopard

2009-12-08 Thread Maximilian Odendahl

Hi,


For your specific problem, I would suggest building with VERBOSE=1 so
that you see the actual compiler command line.


this is it:

gcc -fsigned-char -fmessage-length=0 -malign-natural -c   -O2 
-fno-strict-aliasing -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 
-I.  -I../unxmacxi/inc/make_makedepend -I../inc -I../inc/pch -I../inc 
-I../aqua/inc -I../unx/inc -I../unxmacxi/inc -I. 
-I/Software/notes11/solver/300/unxmacxi/incdont_use_stl 
-I/Software/notes11/solver/300/unxmacxi/inc/external 
-I/Software/notes11/solver/300/unxmacxi/inc 
-I/Software/notes11/solenv/unxmacxi/inc -I/Software/notes11/solenv/inc 
-I/Software/notes11/res 
-I/Software/notes11/solver/300/unxmacxi/incdont_use_stl 
-I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers 
-I/System/Library/Frameworks/JavaVM.framework/Headers 
-I/Software/notes11/solver/300/unxmacxi/inc/offuh -I. -I../res -I. -pipe 
-fsigned-char -malign-natural  -Wall -Wendif-labels -fPIC -fno-common 
-DMACOSX -DUNX -DVCL -DGCC -DC341 -DINTEL -D_STLP_DEBUG -DGLIBC=2 
-D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DX86 
-DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DQUARTZ 
-DHAVE_GCC_VISIBILITY_FEATURE -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-D__DMAKE -DUNIX -DCPPU_ENV=gcc3 
-DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0 -DSUPD=300 -DDBG_UTIL 
-DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA   -DNO_X11 -DXP_PC 
-DHW_THREADS-o ../unxmacxi/obj/cppsetup.o cppsetup.c




Also, what exactly is
your configure command line?


./configure --enable-dbgutil --disable-binfilter --disable-odk 
--disable-pasf --disable-gtk --disable-headless --disable-build-mozilla 
--disable-fontconfig --without-nas --with-use-shell=bash 
--with-stlport=no --disable-mediawiki --disable-vba --disable-mozilla


Thanks,
Max

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



Re: [dev] build on Snow Leopard

2009-12-08 Thread Maximilian Odendahl

Hi Stephan,

getting closer, thanks again for your support.

 explicitly checks for it)?  Otherwise, the -isysroot setting could
 explain your problems.

yes, deleting -isysroot /Developer/SDKs/MacOSX10.4u.sdk manually 
compiles the file


 Do you have the optional Xcode 10.4 SDK support
 (/Developer/SDKs/MacOSX10.4u.sdk) installed

no, I don't, I only have

/Developer/SDKs/MacOSX10.5.sdk/
/Developer/SDKs/MacOSX10.6.sdk/

so I guess it is therefore looking in the wrong place.

Do you know where isysroot comes from and how to change it? Google did 
not really help and it is also not inside MacOSXX86Env.Set.sh.


-Max






Am 08.12.09 04:04, schrieb Stephan Bergmann:

On 12/08/09 10:57, Maximilian Odendahl wrote:

Hi,


For your specific problem, I would suggest building with VERBOSE=1 so
that you see the actual compiler command line.


this is it:

gcc -fsigned-char -fmessage-length=0 -malign-natural -c   -O2
-fno-strict-aliasing -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0
-I.  -I../unxmacxi/inc/make_makedepend -I../inc -I../inc/pch -I../inc
-I../aqua/inc -I../unx/inc -I../unxmacxi/inc -I.
-I/Software/notes11/solver/300/unxmacxi/incdont_use_stl
-I/Software/notes11/solver/300/unxmacxi/inc/external
-I/Software/notes11/solver/300/unxmacxi/inc
-I/Software/notes11/solenv/unxmacxi/inc -I/Software/notes11/solenv/inc
-I/Software/notes11/res
-I/Software/notes11/solver/300/unxmacxi/incdont_use_stl
-I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
-I/System/Library/Frameworks/JavaVM.framework/Headers
-I/Software/notes11/solver/300/unxmacxi/inc/offuh -I. -I../res -I. -pipe
-fsigned-char -malign-natural  -Wall -Wendif-labels -fPIC -fno-common
-DMACOSX -DUNX -DVCL -DGCC -DC341 -DINTEL -D_STLP_DEBUG -DGLIBC=2
-D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DX86
-DSTLPORT_VERSION=400 -D_USE_NAMESPACE=1 -DQUARTZ
-DHAVE_GCC_VISIBILITY_FEATURE -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-D__DMAKE -DUNIX -DCPPU_ENV=gcc3
-DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0 -DSUPD=300 -DDBG_UTIL
-DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA   -DNO_X11 -DXP_PC
-DHW_THREADS-o ../unxmacxi/obj/cppsetup.o cppsetup.c


Do you have the optional Xcode 10.4 SDK support
(/Developer/SDKs/MacOSX10.4u.sdk) installed (I'm not sure configure
explicitly checks for it)?  Otherwise, the -isysroot setting could
explain your problems.

-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



Re: [dev] build on Snow Leopard

2009-12-08 Thread Maximilian Odendahl

Hi,


explicitly checks for it)?  Otherwise, the -isysroot setting could
explain your problems.


changing isysmaker in solenv/inc/unxmacx.mk as well as configuring with 
./configure ... CC=gcc-4.0 CXX=g++-4.0 gets the build going :-)


Not sure if my system is messed up or there are bugs in the 
makefiles/configure?


Thanks,
Max

ps: building with gcc 4.2 complained about no support for -Wno-long-double

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



Re: [dev] build on Snow Leopard

2009-12-07 Thread Maximilian Odendahl

Hi,


http://www.openoffice.org/issues/show_bug.cgi?id=106059


thanks for your reply, but this is not the issue here.


Be sure your build is using the 4.0 versions of gcc and g++


yes, this is the case.

What is weird that it is found during configure, but not anymore when 
building it. I believe you are building under Snow Leopard as well?


-Max

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



[dev] build on Snow Leopard

2009-12-05 Thread Maximilian Odendahl

Hi,

after updating to snow leopard, I can't build OOo anymore, breaks in 
soltools:


Compiling: soltools/mkdepend/cppsetup.c
In file included from cppsetup.c:29:
def.h:39:19: error: stdio.h: No such file or directory
def.h:40:20: error: stdlib.h: No such file or directory
def.h:41:20: error: string.h: No such file or directory
def.h:42:20: error: unistd.h: No such file or directory
def.h:44:19: error: ctype.h: No such file or directory
def.h:50:23: error: sys/types.h: No such file or directory
def.h:51:19: error: fcntl.h: No such file or directory
def.h:52:22: error: sys/stat.h: No such file or directory
cppsetup.c: In function '_my_if_errors':
cppsetup.c:146: error: 'NULL' undeclared (first use in this function)
..


But during configure, e.g. stdlib was found just fine.

Thanks for help,
Max

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



Re: [dev] Mercurial Pilot Feedback, Results

2009-07-29 Thread Maximilian Odendahl

With an overall positive outcome of the pilot we move over to next
phase: the implementation of a full scale migration to Mercurial. I'll
keep you posted about the details.


Great to hear that! Though I haven't used it in the OOo pilot, I did use 
it on some other projects and pilots and I'm looking forward to the 
transition.


- Max

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



Re: [dev] cws rebase failed

2009-07-27 Thread Maximilian Odendahl

Hi,

 1) Try an rebase (cws rebase -m), this failed or was interrupted for
 one reason or another
 2) Do an svn revert -R . to get rid of all the already merged stuff.
 3) Do cws rebase -m again, worked this time.
 4) Do a cws rebase -C

 suddenly you realize that many new files were not added

jup, that could be it. Thanks to Mathias for tracking that down and 
making me/us aware of it.


Best,
Max

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



Re: [dev] cws rebase failed

2009-07-14 Thread Maximilian Odendahl

Hi,


SVN 1.5.4 is OK.


so any idea why new files were not added during rebase?

-Max

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



Re: [dev] cws rebase failed

2009-07-13 Thread Maximilian Odendahl

Hi,


I wanted to rebase my cws notes9 to m52, but it failed miserably.


What version of svn are you using, I ran into endless misery with
rebasing until I gave up on any recent svn version and rolled back to
the last 1.5.X release of 1.5.6


I'm using 1.5.4, which should be fine according to 
http://wiki.services.openoffice.org/wiki/SVNMigration


-Max

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



Re: [dev] cws rebase failed

2009-07-13 Thread Maximilian Odendahl

Per Eriksson schrieb:

Per Eriksson skrev:

If you upgrade to 1.5.4 does it solve the problem?


well, rebase is already done, so it won't help for this time.

Any smart and easy way to find out all the added files and add them manuell?

-Max

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



[dev] cws rebase failed

2009-07-13 Thread Maximilian Odendahl

Hi,

I wanted to rebase my cws notes9 to m52, but it failed miserably.

- EIS database was updated with a rebase to m47 instead of m52, can 
someone fix that please?


- it seems that I'm missing all new files added somewhere along the 
line, e.g. all the patches for redland, new containers and new files for 
the bubblechart did not make its way into my cws during rebase.


I can see them inside my rebase directory, but svn status gives a 
question mark. Shouldn't they all be added automatically to my cws 
during rebase? How can I fix this?


Thanks,
Max



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



[dev] cws rebase failed

2009-07-13 Thread Maximilian Odendahl

Hi,

I wanted to rebase my cws notes9 to m52, but it failed miserably.

- EIS database was updated with a rebase to m47 instead of m52, can
someone fix that please?

- it seems that I'm missing all new files added somewhere along the
line, e.g. all the patches for redland, new containers and new files for
the bubblechart did not make its way into my cws during rebase.

I can see them inside my rebase directory, but svn status gives a
question mark. Shouldn't they all be added automatically to my cws
during rebase? How can I fix this?

Thanks,
Max




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



Re: [dev] cws rebase failed

2009-07-13 Thread Maximilian Odendahl

Hi,



looks like svn 1.6.x doesn't play nice with cws.pl, got a bug or two for
this lately. Now I'm wondering myself if it's required to make cws.pl
cope with all the 1.6 stuff, or is it good enough to check for 1.5.[56]
- which are known to work -


As I wrote earlier, I'm using 1.5.4, is this known not to work? As 
mentioned already, this site 
http://wiki.services.openoffice.org/wiki/SVNMigration is saying 1.5.4 is 
fine.




- EIS database was updated with a rebase to m47 instead of m52, can
someone fix that please?


I guess this has nothing to do with svn?

-Max

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



Re: [dev] cws rebase failed

2009-07-13 Thread Maximilian Odendahl

 Probably easiest (= quickest)  way to fix is to checkout/upate your
 tree to a state prior to the resync-attempt (can use date as
 revision), create a patch against the master it was based on at that
 time and then use that patch on the new master.

Thanks, will do...

-max

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



[dev] cws rebase failed

2009-07-12 Thread Maximilian Odendahl

Hi,

I wanted to rebase my cws notes9 to m52, but it failed miserably.

- EIS database was updated with a rebase to m47 instead of m52, can
someone fix that please?

- it seems that I'm missing all new files added somewhere along the
line, e.g. all the patches for redland, new containers and new files for
the bubblechart did not make its way into my cws during rebase.

I can see them inside my rebase directory, but svn status gives a
question mark. Shouldn't they all be added automatically to my cws
during rebase? How can I fix this?

Thanks,
Max





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



[dev] file ending and MIME type bug on Solaris?

2009-04-24 Thread Maximilian Odendahl

Hi,

is there a difference for Solaris on opening files by just looking at 
the file ending instead of MIME type?


If I try to open a text file with a different ending than odt for 
example, it does not work. But the same thing works fine on e.g. Mac


Best,
Max

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



Re: [dev] amount of stopper / regressions for 3.1 release

2009-04-02 Thread Maximilian Odendahl

Hi,


for 3.1. The result is that OOo 3.1 will be the worst OOo ever from
our POV. It's so broken that it's impossible to use with our app and
our organization (that's over 9000 OOo installations) will have to
completely skip 3.1 and pray for 3.2 to be better.


can you name some of these regressions which prevent you in using 3.1?

Best regards
Max

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



Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-13 Thread Maximilian Odendahl

Hi,

There are more than the VCLTestTool tests. We have the performance tests 
and the UNO API test and the convwatch test. All those are in the 
responsibility of the developers. I think only convwatch is not mandatory.


it would be really nice to have all these test also in a cygwin 
enviromnent usable for external contributors as well


Regards
Max


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



Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-13 Thread Maximilian Odendahl

Hi,


The problem is a bit more complex. The testers and test script writers
do not have any time for writing new test cases for new functionality,
they do not have time to check fixed issues in master, they do not have
time to check code changes in a CWS as much as they should 


Maybe it is an idea to change the resolved fixed - verified process? It 
is a waste of time in about 99% of all case probably. The developer 
tests the issue before handing over the CWS and then sets it to 
Resolved, so there is a pretty small chance that the issue itself is not 
really fixed. And remember, it will be again checked for setting the 
issue to closed anyway.


This would free time for real-life testing and testing the involved 
area, instead of the specific issue. IMO, this would help to find 
showstoppers a lot earlier.


Best regards
Max

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



Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-13 Thread Maximilian Odendahl

Hi,


I'd prefer a button in EIS run all those tests, resulting in an
overview page, showing you red or green for both the overall status
and every single test. Only then, when you need to manually run a red
test to debug and fix it, you're required to do this on your console -
so, I think this could be the second step.


this would be even better of course :-)

I just thought there is a higher chance of getting support for cygwin in 
the near time than having these automated tests in EIS.


Regards
Max

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



Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-13 Thread Maximilian Odendahl

Hi,


Do you know, how often a CWS returns back to development because of
broken functionality, not fixed issues or process violation? 


of course in regards to process violation, nothing would change. I am 
talking about e.g crashing issues. If the developer tried it and it does 
 not crash anymore, QA should not have to test the scenario again and 
waste time on reproducing the issue again(and again when closing the issue)



But to check the issues in Master = verified - closed could be
discussed. Here the numbers are really 99% I think. Nearly all
issues which are fixed in CWS are fixed in Master too.


so I guess we have an agreement to reduce some workload of QA in this 
Resolved-Verified-Closed chain. In which exact location of it would need 
to be discussed some more I guess.


Best regards
Max

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



Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-13 Thread Maximilian Odendahl

Hi,


Also, having seen a lot of misunderstandings (Oh! I though you meant
*this* button, but now I see you meant *that* one!), I think it is a
good idea that somebody who did not fix the issue verifies it. And the
CWS is the the best place for this verification, I'd say.


yes, this is true, so would you say we could skip the step from going 
from verified to closed, doing this verification again?


Regards
Max

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



Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-13 Thread Maximilian Odendahl

Hi,

yes, this is true, so would you say we could skip the step from going 
from verified to closed, doing this verification again?


I'd say this gives the least pain/loss.


by freeing time for other stuff for QA at the same time.

So maybe this idea can be discussed by the QA Leads as a possible change 
of process for the future?


Regards
Max

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



Re: [dev] SCM System Survey

2009-03-12 Thread Maximilian Odendahl

Hi Stefan


http://surveys.services.openoffice.org/surveys/index.php?sid=52123lang=en


when I enter my data, I get the message:

The email you used has already been registered

and no link is sent. Someone using my email adress or is the survey not 
configured correctly?


Regards
max

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



Re: [dev] SCM System Survey

2009-03-12 Thread Maximilian Odendahl

Hi again,

and no link is sent. Someone using my email adress or is the survey not 
configured correctly?


just after sending I got the other mail, so I guess you added all of us 
already. Sorry for the noise


Best regards
Max


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



Re: [dev] SCM System Survey

2009-03-12 Thread Maximilian Odendahl

Hi again,

and no link is sent. Someone using my email adress or is the survey not 
configured correctly?


just after sending I got the other mail, so I guess you added all of us 
already. Sorry for the noise


Best regards
Max


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



Re: [dev] Contribute Work to OpenOffice

2009-03-02 Thread Maximilian Odendahl

Hi,


  Please let me know what is the procedure to be a part of it and in what
way i can offer a helping hand.


I would start to look inside the wiki[1] how to get the source code from 
svn[2] and how to build the thing on your platform.


Once that is up and running, I would try to dive into the code trying to 
fix little bugs or by selecting an item from various todo pages in the 
wiki as well.


If you need help on specific issues or pointers where to dive into the 
code, I would ask on the more specific project mailing lists, e.g. 
d...@sw.openoffice.org etc.


HTH, best regards
Max

[1] http://wiki.services.openoffice.org/wiki/Main_Page
[2] http://wiki.services.openoffice.org/wiki/OOo_and_Subversion

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



Re: [dev] Writer

2009-02-22 Thread Maximilian Odendahl

Hi,



I was looking into the code of the Writer module and was wondering if there was 
any intent behind the use of XUnoTunnel.

 

Does someone who is familiar with Writer code has any idea on this?



not sure if everyone of them is reading here as well, I would repost the 
same thing on d...@sw.openoffice.org


Best regards
Max

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



Re: [dev] Get started

2009-02-18 Thread Maximilian Odendahl

Hi,

for Windows, see this how to compile and build the office:

http://wiki.services.openoffice.org/wiki/Building_OOo_with_Cygwin_on_Windows

After this worked out, I would try to start with easy bugs, probably 
have look at issues with target OOoLater or the ones which interest you.


Here is also a list:

http://wiki.services.openoffice.org/wiki/BugBountyProgram

Best
Max



Roman Skalish schrieb:
Hi, 
I have read your Participate in OpenOffice.org  and I want started in your projects #61514; I have more then 2 year experience in C\C++ programming. But in you site is so match information, links, etc… and it is hard to fund from what started, what sources download… I using VisualStidio 2005, so could you help me to get started?


Thanks Roman.

-- реклама ---
Научись зарабатывать во время финансового кризиса.
Пройди Обучение Биржевой Торговли! http://www.forexclub.ua/?utm_source=i.ua_t


-
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



Re: [dev] Detailed build deps

2009-02-16 Thread Maximilian Odendahl

Hi,


Tora says he has VMware images for those builds. You can ask him for a 
copy.


That sounds nice!


there are also Virtualbox Images with everything included for Ubuntu

http://wiki.services.openoffice.org/wiki/Prepared_Build_Images

Regards
Max

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



Re: [dev] Re: DEV300_m40(unxmacxi.pro): Build breaks in instsetoo_native, while registering writer2latex.oxt

2009-02-13 Thread Maximilian Odendahl

Hi,


had the same problem when building package type archive on linux.
the reason is simple: it happens if $TMP is not set; this causes the wrong 


issue: i99106


thanks, this seems to be it

Regards
Max

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



Re: [dev] DEV300_m40(unxmacxi.pro): Build breaks in instsetoo_native, while registering writer2latex.oxt

2009-02-12 Thread Maximilian Odendahl

Hi Henning,


did you solve this problem? I now have the same issue building OOO310 m1 
non-pro on Mac OS, 10.5, Intel.


Regards
Max

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



Re: [dev] More Build Problems

2009-01-21 Thread Maximilian Odendahl

Hi Albert,

 WITH_MOZILLA=NO

sorry, didn't follow the thread, but I am always building with

.. --disable-build-mozilla --disable-mozilla ..

as well as putting the precombiled bundle into moz folder

For Windows builds, this is the best ressource, with this it should work 
for sure:


http://wiki.services.openoffice.org/wiki/Building_OOo_with_Cygwin_on_Windows

Best regards
Max

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



Re: [dev] developing on Windows

2008-12-31 Thread Maximilian Odendahl

Hi Robert,


Robert Black schrieb:

I was thinking it might be a good time to write a tool that really closes
this gap in the development process. Something simple, like run deliver,
find out what files that it lists belong in the install directory, and copy
them there.


it is always the same files which change, so sth. as easy as this every 
time should be fine for Mac:


cp unxmacxi/lib/lib* 
/PathtoSet/OpenOffice.org.app/Contents/basis-link/program/


for Windows, this would be sth. like:

cp wntmsci12/lib/lib* /PathtoSet/OpenOffice.org3/Basis/program/

I guess deliver could be changed slightly as well, so it copies not only 
to solver, but to the target location as well.



Regards
Max

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



[dev] build latest svn from source

2008-11-29 Thread Maximilian Odendahl

Hi,

just a note if someone will come across the same issue. Just building 
svn 1.5.4 from source will not work(at least on MacOS), and you will get 
an error message if you try to commit.


You need to configure with --without-sasl to get it to work.

Best regards
Max


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



Re: [dev] Re: [marketing] Re: [project leads] Re: [discuss] Re: OpenOffice.org Community Mapping Project

2008-10-31 Thread Maximilian Odendahl

Hi Nguyen,


Due to the big size,
new comers will find it very hard to get started with OOo. 


Yes, it is true that it is not the easiest project to start with, but 
there are a lot of other examples as well, such as smart tags, overline 
of text, new notes and improved indexing in Writer, enhanced layouting 
of Kashida and Arabic text, improved numeric stability, enhanced pdf 
layout and a lot more, all done by the community.



The main reason, IMO( again)
is that, core coders of the OOo project is not willing to share the knowledge.


This is just not true, and I guess you actually never really tried. When 
you ask for answers or help on the dev mailing lists, you get spot on 
answers most of the time on the same day. A lot of devs are also on IRC 
during European timezone, and I have read lots of offering in regards to 
mentoring of newcomers, so how do you come to your bold statement?




In my case, I am trying to submit some bugs to OOo qa. Most of them
are still there, marked as NEW


Well, it is great you are submitting bugs, as otherwise noone would know 
about them. But there are a lot of other bugs as well and you have to 
have some way of prioritizing them. For some interesting remarks 
regarding this, see 
http://blogs.sun.com/GullFOSS/entry/why_all_issues_are_equal


Regards
Max

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



Re: [dev] OpenOffice Program

2008-10-22 Thread Maximilian Odendahl

Hi,


and keeping an easy access for contact information is basically a must.  I
think it would be great if there were a program for OpenOffice that is much
like Microsoft Outlook.  


Mozilla Tunderbird in combination with Lightning is probably what you 
are looking for:


http://www.mozilla-europe.org/de/products/thunderbird/
http://www.mozilla.org/projects/calendar/lightning/

Best regards
Max

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



Re: [dev] Volunteer for #5487

2008-10-09 Thread Maximilian Odendahl

Hi,


I'm interested in helping with #5487[0].


this issue is already assigned to a developer: mod, who implemented the 
Notes2 functionality for Writer, and he is surely already working on 
that (if not yet finished!); 


No, I did not start yet. As far as I know, there is some refactoring 
currently going on in the Writer, with the outcoming class, it should be 
easier to implement.


So discussion should take place on the [EMAIL PROTECTED] mailing list, maybe mba 
can comment on the current status.


In my opinion, this is not the easiest issue to start, but of course you 
can always prove me wrong ;-)


Best regards
Max

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



Re: [dev] SVN Hooks for formatting

2008-10-08 Thread Maximilian Odendahl

Hi Mathias,


Perhaps we can use that to also fix the problem with certain Windows
editors: they turn line ends of files checked out with Cygwin into
garbage. 


if you refer to the issue we had from time to time, I think the cause 
was the wrong implementation of the cygwin cvs client and not of an 
editor, so the problem should be gone after the switch to svn


Best regards
Max

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



Re: [dev] charter discussion ?

2008-09-11 Thread Maximilian Odendahl

Hi,


From my perspective with active code contributor a people described, who
constantly contribute code to the project under the general rules of the
project, [including SCA, cws-process]

Is this something we can agree on as being an active code contributor for
OpenOffice.org ?


+1

Best regards
Max

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



Re: [dev] Present and Future of OpenOffice.org

2008-08-27 Thread Maximilian Odendahl

Hi,


Do we have builds
that shows after 3.0 new features. Or this request is too early?


if interested, I could provide you with two different builds including 
early implementation of:



* Changes - Comment similar to new notes in the margin
* reply to notes, similar to this mockup:
http://wiki.services.openoffice.org/wiki/Image:Notes2_OtherIdeas_ReplyToNote.png


* syntax higlighting and bracket matching in Base

Regards
Max

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



Re: [dev] I wish to contribute to OpenOffice

2008-08-02 Thread Maximilian Odendahl

Hi,


Hopefully out of  these discussions we can create a wiki document that
will prevent future windows devs from posting questions like this :)


http://wiki.services.openoffice.org/wiki/Building_OOo_with_Cygwin_on_Windows


Regards
Max

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



Re: [dev] Launching oo after compiling

2008-06-07 Thread Maximilian Odendahl

Hi,

 You can do the following:

 export LOCALINSTALLDIR=/path/to/desired/location
 cd root source directory path/instsetoo_native/util
 dmake openoffice_en-US PKGFORMAT=installed

 then launch OOo from that installed location for your development.


As installation with just running setup.exe on WinXP is broken for me 
since m14, I tried this out. But I do get the following error:




**
ERROR: ERROR: Could not move directory from /cygdrive/c/testm16neu/ to 
/cygdrive/c/testm16neu/_inprogress

in function: rename_directory
**

Creating this directory by hand first did also not help

Regards
Max


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