AtlassianContribs / universal-wiki-converter

Universal Wiki Converter (UWC) is a Java tool used to convert various wikis into Confluence format. No need to fork it, ask for access!
19 stars 27 forks source link

Type is empty #11

Open lbcsy opened 8 years ago

lbcsy commented 8 years ago

I compiled UWC with JDK 1.6 but the Type box is empty.

brianmthomas commented 7 years ago

This is way late, and probably won't do you any good, but...

The box is populated from all of the files in the conf directory named converter.wikiname.properties. For each such file, the wikiname portion of the filename becomes an entry in the box. Also, confluenceSettings.properties file contains the value of the last one chosen, but if there were none to choose from, of course, that won't be valid.

My first step would to see whether the conf directory is where it's expected to be and that it has some converter properties files in it; if not, you'll have to grab them from the repository.