Looking at the source after after applying the I18N patch, I suspect
we're missing  support for editing different license files per
language.

org.dspace.core.ConfigurationManager.java:
    public static void writeLicenseFile(String newLicense)
    {
        String licenseFile = getProperty("dspace.dir") + File.separator
                             + "config" + File.separator + "default.license";

The loadConfig() method also hardcodes the default license as "default.license".

Is this the right class to start trying to modify? The I18nUtils class
offers support for localized licenses; it would be nice to also be
able to edit the licenses through the standard
dspace-admin/license-edit JSP.

Dan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to