Hmm, I see. I'm not sure but I don't think it's possible to do what you
want because the pdf plugin is not multiproject aware - you cannot
reference doc files from different sub-projects. You may try to use some
pre- or post-goal to copy the needed files to the right location or try
to generate the taglib reference in the build directory, if that's possible.
Let me know if you find a solution.
-Lukas
Wendy Smoak wrote:
On 12/4/05, Lukas Theussl <[EMAIL PROTECTED]> wrote:
I've added this to xdocs/pdf-navigation.xml:
<item name="Core Tags" href="/shale-core/tagreference-taglib.html"/>
Where is the file shale-core/tagreference-taglib.xml located? I can't
find it anywhere in the checkout tree.
It's not part of the source, it's generated by the taglib plugin.
After 'maven multiproject:site pdf' I have:
/svn/struts/current/shale/build
$ find . -name tagreference-taglib.xml
./core-library/target/generated-xdocs/tagreference-taglib.xml
No idea where I got the path I mentioned above. :/
The HTML version does get copied:
/svn/struts/current/shale/build
$ find . -name tagreference-taglib.html
./core-library/target/docs/tagreference-taglib.html
./target/docs/shale-core/tagreference-taglib.html
But that's not what the PDF plugin is looking for.
Thanks,
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]