Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
Posted: Fri Oct 03, 2003 10:36 am Post subject: Finished initial import of 1.1 source
OK, I believe all of the source is now properly in the Neo CVS repository from OpenOffice.org 1.1. It will not compile!!! If you want something that compiles, get the Pre11Source tag.
Right now only half of the modules properly have the old 1.0 Neo patches incorporated into them, and of course we need to update VCL.
It is recommended that if you're going to be doing 1.1 work that you do a fresh checkout to get all of the new modules.
Later on I'll post a list of modules that still need to be patched and put up a set of patchfiles on the FTP server. Basically, we need to patch each module by hand, check the rejects and conflicts, adn resolve as appropriate. A lot of this is due to the fact the base quartz build support has steadily been creeping into the mainline, so some of the patches are redundant now in 11...but patch still lists them as rejects.
For those who have the ooo101toneo101 patch set, this is the list of modules that have already been patched, so no further work should need to be done on these:
autdoc
automation
basctl
basic
bridges
codemaker
configmgr
connectivity
cosv
cppu
cppuhelper
cpputools
dbaccess
desktop
drafts (no longer exists)
dtrans
extensions
external
forms
freetype
goodies
inet (no longer exists)
javaunohelper
lingucomponent
moz
nas
padmin
registry
res
sc
scptools
sfx2
shell
sj2
so3
sot
toolkit
tools
xmlhelp
xmloff
MathMLDTD
UnoControls
XmlSearch
Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
Posted: Mon Oct 06, 2003 10:33 pm Post subject:
OK, update...over the weekend Dan finished applying all of the patches for the rest of the modules except VCL, so I guess the second part of that post is irrelevant
Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
Posted: Mon Oct 06, 2003 10:37 pm Post subject:
For those who are curious, here was the rough list of commands used to migrate the repository over. The files "101to11_removed_files.txt" contained a listing of files generated from a find . | xargs -n 1 csh -c 'test ! -e /Volmes/perdition/ooo11rc/$1 && echo $1' and similarly the reverse for the "101to11_new_files.txt".
This is more for historical reference since I'm sure I'll lose it off of my computer at some point in time and may need to do this type of migration again. It also betrays that I love find | xargs.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum