On 8/24/21 16:32, Madlik, Monika (LNG-VIE) wrote:
thanks for your explanations. I don't get this error anymore now.
But now I have another problem. In our old version I had the folder
named "src" where I found multiple java-files. I can't see this "src"
folder in the new version. Isn't it needed any longer or how can I add
this folder to my XML-Mind?
In this folder there where special java-files contained that we need for
our customization (MultiPick and MultiPrompt).
This "src" folder is not used at all by XXE as it is likely to contain
the Java source files of your custom commands. These custom commands are
referenced by your custom .xxe configuration file.
You must compile its contents in order to create a .jar file containing
your MultiPick and MultiPrompt facilities. How to do this is out of the
scope of this mailing list.
See "XMLmind XML Editor - Developer's Guide, Chapter 4. Writing a
command", http://www.xmlmind.com/xmleditor/_distrib/doc/dev/command.html
--> Let's call this .jar file of yours xxe_lexisnexis.jar. This
xxe_lexisnexis.jar must be copied anywhere inside one of the two add-on
directories of XXE:
- One is XXE_install_dir/addon/
- and the other, recommended one, is: XXE_user_preferences_dir/addon/
where XXE user preferences directory is:
---
* $HOME/.xxe9/ on Linux.
* $HOME/Library/Application Support/XMLmind/XMLEditor9/ on the Mac.
* %APPDATA%\XMLmind\XMLEditor9\ on Windows. Example:
C:\Users\john\AppData\Roaming\XMLmind\XMLEditor9\.
(If you cannot see the "AppData" directory using Microsoft
Windows File Manager, turn on Tools>Folder Options>View>File and
Folders>Show hidden files and folders.)
---
After you copy this file there, do not forget to clear the quick start
cache in order to force XXE to consider your xxe_lexisnexis.jar. See
Options|Preferences, Advanced|Cached data section, Quick Start cache
item.
http://www.xmlmind.com/xmleditor/_distrib/doc/help/advancedOptions.html
--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support