Hi,
As a temporary fix to get around a current limitation in XXE (inability
to use catalogs with xinclude), I made a macro to copy a shared
"include" file from a central location to the local folder. A "refresh
includes" function in the UI lets you get the latest version of the file
when required. As a final fallback, if nothing else is available, the
macro copies a reserve version of the file from the XXE installation as
follows:
<command name="ec.getGlobalVariablesFromXxe">
<process showProgress="false">
<copy files="%C%Svariables%Sglobal-variables.ebk"
to="%P%Sglobal-variables.ebk"/>
</process>
</command>
This works fine in a local installation, but not from a webstart
deployment. %C appears not to be set in this case.
I have a feeling I have seen a report of a similar problem on the list
recently, but I can't seem to find it in the archives - sorry if I'm
repeating stuff.
Regards
Kevin Flynn
Escenic AS
Oslo, Norway