Search found 8 matches

by cmarchand
Thu Oct 29, 2015 12:01 pm
Forum: Common Problems
Topic: XSpec & catalogs
Replies: 4
Views: 2694

XSpec & catalogs

Hello, I have defined a catalog entry in preferences : ${pdu}/catalog.xml In my project, XSL edition and execution works perfectly. But when I try to run XSpec in the project, the XSpec engine is not aware of the catalog. As far as XSL processor in frameworks/xspec/build.xml is saxon, it is not a pr...
by cmarchand
Wed Oct 28, 2015 3:34 pm
Forum: Common Problems
Topic: Generating project file from maven
Replies: 8
Views: 2171

Re: Generating project file from maven

Ok. I probably make mistakes between the two environments.
If I have again the problem, I will report it with a test-case.

Thanks,
Christophe
by cmarchand
Wed Oct 28, 2015 3:02 pm
Forum: Common Problems
Topic: Generating project file from maven
Replies: 8
Views: 2171

Re: Generating project file from maven

It appears that oXygen 17.1 supports rewriteSystem, but not oXygen 15.2. Is that correct ?

Best,
Christophe
by cmarchand
Fri Oct 23, 2015 3:54 pm
Forum: Common Problems
Topic: Generating project file from maven
Replies: 8
Views: 2171

Re: Generating project file from maven

Ok, that's work fine !
Now, I have to write a maven plugin to generate the catalog each time the pom dependencies change.

Does oxygen supports the rewriteSystem for catalog ?

Thanks in advance,
Christophe
by cmarchand
Fri Oct 23, 2015 3:07 pm
Forum: Common Problems
Topic: Catalog and references into zip files
Replies: 3
Views: 1400

Re: Catalog and references into zip files

How can I attach a catalog to a XSL task, or to a project ? If I generate the catalog, I can avoid using variables in. But I need to change catalog when I change project, because two different projects may use two different releases of the same catalog. Then, is there a URI syntax to use files in .z...
by cmarchand
Fri Oct 23, 2015 3:03 pm
Forum: Common Problems
Topic: Generating project file from maven
Replies: 8
Views: 2171

Re: Generating project file from maven

Found, thanks a lot.
Any way to define a catalog in the project file ?

Best regards,
Christophe
by cmarchand
Fri Oct 23, 2015 11:35 am
Forum: Common Problems
Topic: Catalog and references into zip files
Replies: 3
Views: 1400

Catalog and references into zip files

Hello, I have zip files that are XSL libraries. In oxygen, I want to include thoses libraries into my project XSL, like <xsl:include href="library:identity.xsl" /> As my library is a zip (or jar) file, may I define a catalog entry like this : <rewriteSystem systemIdStartString="librar...
by cmarchand
Fri Oct 23, 2015 11:05 am
Forum: Common Problems
Topic: Generating project file from maven
Replies: 8
Views: 2171

Generating project file from maven

Hello, our XSL/XQuery projects are organized as maven projects, to be able to perform continuous integration on unit tests. I want to be able to generate the Oxygen project file from a maven command, like a mvn eclipse:eclispe Is there available documentation on project files ? Does the schema evolv...