Community
Participate
Working Groups
The mylyn.eclipse.org vserver has been provisioned with a new operating system. Bugzilla, JIRA, Trac and XPlanner test repositories need to be setup again in order to run tests and builds.
I have committed the first round of changes to the releng scripts to update everything for 3.6. I have also dropped 3.3 support to simplify the build. It now uses the basebuilder and P2 for dependency management. Note that this is still work in progress and the build is not fully working, yet. I hope to have it working properly again by the end of this week.
A recent version of Java is now installed here: /usr/local/jdk1.6.0_11/bin/java .
Trac requirements: - setuptools - python-xml - easy_install trac docutils pygments textile Subversion requires SLES SDK.
*Debian* Trac: apt-get install trac python-subversion python-setuptools a2enmod auth_digest a2enmod ssl Bugzilla: apt-get install bugzilla libdigest-sha-perl libemail-mime-perl libemail-mime-encodings-perl libemail-mime-modifier-perl libtemplate-perl libdatetime-perl libemail-send-perl libcgi-perl
XPlanner: * Database setup: CREATE DATABASE xplanner CHARACTER SET UTF8 COLLATE utf8_general_ci; GRANT ALL PRIVILEGES ON xplanner.* TO 'xplanner'@'localhost' IDENTIFIED BY 'xp' WITH GRANT OPTION; * Startup (does not work with Java 6): export JRE_HOME=/usr/local/jdk1.5.0_12/jre bin/startup.sh
SuSE repository for Subversion: http://download.opensuse.org/repositories/Subversion/SLE_10
ClearSilver: http://trac.edgewall.org/wiki/TracOnSLES9 1. http://www.clearsilver.net/downloads/clearsilver-0.10.5.tar.gz 2. ./configure --enable-gettext --disable-csharp --disable-ruby \ --disable-perl --disable-java --disable-apache make make install SilverCity: wget "http://downloads.sourceforge.net/project/silvercity/Python SilverCity Bindings/0.9.5/SilverCity-0.9.5.tar.gz?use_mirror=softlayer" tar xf SilverCity-0.9.5.tar.gz cd SilverCity-0.9.5/ python setup.py build python setup.py install --prefix=/usr /sbin/ldconfig In addition: /home/trac/share/trac-0.9.6/lib/python2.4/site-packages/trac/loader.py:83 add the following: except Exception, e: env.log.error('Failed to load plugin %s from %s', name, egg.location, exc_info=True)
Trac and XPlanner tests execute successfully again. Fixing of JIRA tests is tracked on bug 287736 and Bugzilla tests are tracked on bug 287226.
XPlanner: change default password from admin to mylynxp through the web interface.