Jos Vos wrote:
>>java -jar lib/orbeon.jar >> -r ../../../src/examples/cli oxf:/transform/transform.xpl > > > I tried several things, but don't get this working. My main path is > /var/lib/tomcat5/webapps/xos/WEB-INF, below which there is a complete > tree, including: > > lib/orbeon.jar > resources/custom-processors.xml > resources/testapp/test2.xpl (test pipeline I want to run) > classes/nl/xos/... (custom Java processor class, referred to in > custom-processors.xml) > > What command should I now give to run test2.xpl, using my custom > processor? And does it matter in which directory I run this > command? I tried several variants, with different errors...
o Set your classpath to include your classes directory o Move resources/custom-processors.xml to resources/config/custom-processors.xml
cd /var/lib/tomcat5/webapps/xos/WEB-INF java -jar lib/orbeon.jar -r resources oxf:/testapp/test2.xpl
If that doesn't work, please send the detailed error.
-Erik
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user
