chitranshmathur01 / jodconverter

Automatically exported from code.google.com/p/jodconverter
0 stars 0 forks source link

openoffice 3.3 issue when a profile is specified #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the function isValidProfileDir checks that the profile specified contains a 
file that is no longer present in openoffice 3.3 profiles:

private boolean isValidProfileDir(File profileDir) {
        File setupXcu = new File(profileDir, "user/registry/data/org/openoffice/Setup.xcu");
        return setupXcu.exists();
    }

manually creating a file in this path to trick the app works fine as a 
workaround for now

Original issue reported on code.google.com by craig.wh...@gmail.com on 12 Feb 2011 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by mirko.na...@gmail.com on 9 Apr 2011 at 8:54

GoogleCodeExporter commented 9 years ago
Fixed in trunk

Original comment by mirko.na...@gmail.com on 9 Apr 2011 at 9:04

GoogleCodeExporter commented 9 years ago
Issue 87 has been merged into this issue.

Original comment by mirko.na...@gmail.com on 1 May 2011 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by mirko.na...@gmail.com on 7 May 2011 at 3:34