- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Tue, 12 May 2015 16:29:41 +0200
- To: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@le-tex.de>
- Cc: XProc Dev <xproc-dev@w3.org>
After some investigation, I logged /etc/configuration.xml, as in XProcConfiguration.class.getResourceAsStream("/etc/configuration.xml"), which is: <!--*- nxml -*--><xproc-config xmlns="http://xmlcalabash.com/ns/configuration"> <!-- This file intentionally left blank; implementations are now specified with an annotation. --> </xproc-config> It seems the loading of the step implementation classes using annotations does not work in my case. Any idea how to investigate that? Anything specific to be in the classpath? Anyway to simulate the same lookup and see what's missing? Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ On 12 May 2015 at 11:11, Imsieke, Gerrit, le-tex wrote: > No, I was just mixing things up. I got this misconfiguration message > recently for an extension step that I compiled. I was hoping that I > could dispense with the custom configuration file if I used the new > @XMLCalabash annotations (for which you need to import import > com.xmlcalabash.core.XMLCalabash). But that didn’t work immediately, > yielding the misconfiguration message, so I switched back to the > configuration file for the time being. This issue may or may not be > related to what you experienced. It seems strange that it would need a > configuration for p:identity… > > Gerrit > > On 12.05.2015 10:31, Florent Georges wrote: >> On 12 May 2015 at 02:16, Imsieke, Gerrit, le-tex wrote: >> >> Hi Gerrit, >> >>> Did you >>> import com.xmlcalabash.core.XMLCalabash ? >> >> No, since I don't use that class. Should I? >> > > -- > Gerrit Imsieke > Geschäftsführer / Managing Director > le-tex publishing services GmbH > Weissenfelser Str. 84, 04229 Leipzig, Germany > Phone +49 341 355356 110, Fax +49 341 355356 510 > gerrit.imsieke@le-tex.de, http://www.le-tex.de > > Registergericht / Commercial Register: Amtsgericht Leipzig > Registernummer / Registration Number: HRB 24930 > > Geschäftsführer: Gerrit Imsieke, Svea Jelonek, > Thomas Schmidt, Dr. Reinhard Vöckler
Received on Tuesday, 12 May 2015 14:30:29 UTC