| Compiles Java interfaces from OpenOffice IDL files. In an ideal world, this plugin should
executes idlc on the *.idl files, then regmerge on
the generated *.urd files, then javamaker on the generated
*.rdb files. However, since the above mentioned tools are native and would
require a manual installation on all developers machine, current version just copies a
pre-compiled class file. This copy must occurs after the compilation phase (in order to
overwrite the files generated by javac ), which is why the usual Maven resources
mechanism doesn't fit.
version: $Id: JavaMaker.java 20606 2006-07-18 14:31:51Z jgarnett $ author: Martin Desruisseaux idlc regmerge javamaker |