Hi,

blueeagle wrote:
> hi Laurent, I have send this mail with my another mailbox. I am
> afraid you can not receive the letter. I think I am very stupid. I
> wish you can tell me clearly about what should I do? Which tools
> software(version) should be installed(because I am working on the
> windows system ).I am so confused and don't know what should I do?and
> how to do?be patienced please!!! we do this work only by guess!!!what
> should be done next when I can log in the cvs access ? In your
> earlier mail you said that the task would be migrate to python2.5
> instead of actual 2.3.5. what is the concretely steps?(my colleague
> and I modified the files: python/makefile.mk&pyversion.mk; change the
> ZIP:python/download/Python-2.3.4.tar.bz2 to
> python/download/Python-2.5.tar.bz2. change the patch file's name from
> Python-2.4.3.patch to Python-2.5.patch; modified the python\prj\d.lst
> then build the python module. then our work is to solve the build
> problems in the patch file?if it is right?
well, you shouldn't just rename the patch file, but instead have a look
at every modification within the patch file and evaluate, whether this
modification is still needed. If it is still needed, find the correct
patch ( might be the original modification, just a drift in line
numbers, modification must be reimplemented, modification might not be
needed anymore).

Beside this, your approach is correct.

Afterwards, you need to do a minimal regression test, that should be

- Build testtools module and run
cd testtools/source/bridgetest/pyuno && dmake runtest
- Build installation sets and install openoffice.
- Start program/python and type
import uno
(should work without any errors).
- Start the office and add the pyuno_hello_world.zip from the above
pyuno-doc.zip by using Tools/Package Manager.
- Start the office and choose Tools/Macros/Run macro/OpenOffice.org
Macros/pythonSamples/TableSample/createTable

(i will add this list in near future to the python-bridge.html webpage).

You will need to build your modification at least on windows x86 and
linux x86, afterwards you should give porters the chance to rebuild your
mods on other platforms.

But before, you need to be able to build ooo, that is a challenge by
itself ...

Bye,

Joerg


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

Reply via email to