Welcome to the Universal Wiki Converter readme.txt file
Prereqs:
- Java 5 (or whatever it is called now - Tiger - JDK-1.5)
- ANT 1.6.2 or higher
- JAVA_HOME environment variable is used by the build, so make sure you have that set to your JDK home.
Some files under /devel and what they are for:
build.xml - The ANT build file
confluenceservice-v1.wsdl - this is a copy of the Confluence SOAP WSDL
confluenceSettings.properties - used by the
converter.properties
gensrc - this directory gets generated by the build....it has the source generated by Axis running the WSDL2Java util
lib - libs needed for this app to run (and probably a few it doesn't)
run_build.bat - run the build, only needed because the IDEA form builder stuff requires a few jars in the ANT path
run_build.sh - same as above...might run on Unix, not tested
run_uwc.bat - run the Universal wiki converter
run_uwc.sh - same as above...might run on Unix, not tested
src - source code
target - the build generates this dir and what's underneath....mirrors Maven like dir. structure.
uwc.iml - my IDEA proj file (I'll get rid of this if someone else starts working on this proj.)
uwc.ipr - my IDEA proj file (I'll get rid of this if someone else starts working on this proj.)
uwc.iws - my IDEA proj file (I'll get rid of this if someone else starts working on this proj.)
uwc.properties - used by the build
