Hi Folks,
there were a lot of postings regarding the compilation issue of the admin gui servlets. Those issues were triggered by Import statements refering to code which is not shipped via the public cvs. Sorry for that, and we are already aware of this issue so i guess it will work again in soon future. As long this issue occurs you may use the following workaround:
Instead of checking out bf_6_4, please check out a previous date (i tested 15.12.2007 and it works for me):
If you are using the community edition installer, please keep in mind that the install script cleans up some stuff at /tmp (default build directory) before checking out the sources. For the debian/ubuntu installers you'll need the following modifications:
1. Remove the cvs entry for "open-xchange-admin-gui-ee" (the whole line at the top of the script).
2. Uncomment the "cleanup" commands at line 174 and 297
3. Checkout the code manually to /tmp - just like shown above
4. Run the installer - but note that removing the cleanup stuff will cause problems when updating, you'll have to clean the /tmp/open-xchange* directories manually before executing a re-installation or a update.
Greetings.
btw. I'll not change anything to the installer, this is clearly a issue at the sourcecode and not at the installation method. Hopefully it will be fixed soon.
there were a lot of postings regarding the compilation issue of the admin gui servlets. Those issues were triggered by Import statements refering to code which is not shipped via the public cvs. Sorry for that, and we are already aware of this issue so i guess it will work again in soon future. As long this issue occurs you may use the following workaround:
Instead of checking out bf_6_4, please check out a previous date (i tested 15.12.2007 and it works for me):
Code:
cvs -Q -d:pserver:anonymous@www.open-xchange.com:/cvsroot co -D 12/15/2007 open-xchange-admin-gui-ee
1. Remove the cvs entry for "open-xchange-admin-gui-ee" (the whole line at the top of the script).
Code:
REPOSITORY=("open-xchange" "open-xchange-admin" "open-xchange-admin-console-ee" "open-xchange-admin-plugin-imap" "open-xchange-admin-plugin-mail" "open-xchange-admin-plugin-mailfilter" "open-xchange-admin-plugin-context_light" "open-xchange-admin-plugin-ca_mgmt_simple" "open-xchange-admin-plugin-osconfig" "open-xchange-admin-plugin-services" "open-xchange-admin-plugin-sw-update" "open-xchange-admin-plugin-backup" "-r HEAD json-jdk15" "-r bf_6_4_2 open-xchange-gui" "open-xchange-admin-gui-ee" <-------------- Remove this line "open-xchange-admin-gui-ee-ajax" "open-xchange-admin-gui-ee-templates")
Code:
rm -rf $SRC_DIR/open-xchange*
Code:
cd /tmp cvs -Q -d:pserver:anonymous@www.open-xchange.com:/cvsroot co -D 12/15/2007 open-xchange-admin-gui-ee
Greetings.
btw. I'll not change anything to the installer, this is clearly a issue at the sourcecode and not at the installation method. Hopefully it will be fixed soon.
Comment