Bugzilla – Bug 639
Relative paths for repositories are relative to HELMA_INSTALL
Last modified: 2008-10-20 14:20:13
You need to log in before you can comment on or make changes to this bug.
While creating a FreeBSD port for Helma 1.6.2 i found that relative paths to repositories in apps.properties are relative to HELMA_INSTALL but hopHome would be more appropriate i think. On FreeBSD the paths look like this: HELMA_INSTALL = /usr/local/share/java/helma HELMA_HOME = /usr/local/www/helma hopHome = /usr/local/www/helma appHome = /usr/local/www/helma/apps Additional Modules should be in /usr/local/www/helma/modules but are currently searched in /usr/local/share/java/helma/modules if you use relative paths for repositories.
Created an attachment (id=97) [details] Workaround That's a workaround against that problem that i use in the FreeBSD port. It was not tested if it breaks helma in the standard configuration.
Fixed in svn for Helma 1.6.3.