jduranmaster / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 0 forks source link

profiling stylesheets partly missing #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a simple maven project using this plugin
2. write a stylesheet that uses <xsl:import
href="urn:docbkx:stylesheet/profile-chunk.xsl"/> and reference it with
htmlCustomization
3. try to build

What is the expected output? What do you see instead?
I'd like to use profiling with the standard stylesheets to prduce different
outputs using different profiles.
This is what I get:
Error at xslo:include on line 398 of
jar:file:/home/bvoigt/.m2/repository/com/agilejava/docbkx/docbkx-maven-plugin/2.
0.9/docbkx-maven-plugin-2.0.9.jar!/META-INF/docbkx/html/profile-chunk-code.xsl:
  Failure reading
jar:file:/home/bvoigt/.m2/repository/com/agilejava/docbkx/docbkx-maven-plugin/2.
0.9/docbkx-maven-plugin-2.0.9.jar!/META-INF/docbkx/profiling/profile-mode.xsl:
JAR entry META-INF/docbkx/profiling/profile-mode.xsl not found in
/home/bvoigt/.m2/repository/com/agilejava/docbkx/docbkx-maven-plugin/2.0.9/docbk
x-maven-plugin-2.0.9.jar

And thats right, dockbx-plugin jar is missing the profiling folder, which
is included in the docbook-xsl distribution.

What version of the product are you using? On what operating system?
2.0.9 of the plugin, but all versions are missing the folder.

Original issue reported on code.google.com by dedoe...@googlemail.com on 10 Jul 2009 at 1:29

GoogleCodeExporter commented 8 years ago
Hello,

It is a correct behavior for <=2.0.9 releases as only referenced files from the 
main
stylesheet (per output types) have been included. Thus the profiling 
stylesheets have
not been taken into account.
In the next release 2.0.10 we directly use docbook artifacts so I guess 
everything
should work. I will try to make a release shortly.

Regards,
Cédric

Original comment by MimilO...@gmail.com on 27 Jul 2009 at 1:07

GoogleCodeExporter commented 8 years ago
Hi,

I gave it a try and it seems there is no more problem on file loading.

Regards,
Cedric,

Original comment by MimilO...@gmail.com on 14 Dec 2009 at 10:20