Thomas,

I'm a bit confused by your message, you are describing exactly what I wrote in my previous reply (custom.css -> project.css), this is also prominently documented on the xdoc plugin homepage [1]. Anyway, it seems that you got it right now.

On a side note, you might be interested in http://jira.codehaus.org/browse/MPXDOC-80 This has been implemented in the current 1.10-SNAPSHOT version of the xdoc plugin, I suppose this is just what you originally expected.

Cheers,
Lukas


[1] http://maven.apache.org/maven-1.x/reference/plugins/xdoc/



[EMAIL PROTECTED] wrote:





hi Lukas,

Thank you for responding with help.

However, I was not able to get  ${basedir}/xdocs/style/custom.css to work.

The rendered html did not use my css, and when I viewed the html source,
it was not importing custom.css

I put the file everywhere in my project.  The xdoc plugin *did* copy it to
the output folders, but it was never used.

I finally google'd on   maven.xdoc.theme.url  and found a jira reference at
http://jira.codehaus.org/browse/MPXDOC-85  that mentioned just using
the name "project.css" for a custom stylesheets file.

That *does* work.   ${basedir}/xdocs/style/project.css   is picked up
by xdoc, the html imports it, and my stylesheet is used.

Maybe I was doing something else wrong, and maybe this works because
of some other change I made, but at least it works and I'm not touching
the project.

Thanks again for your help.

Tom



Lukas Theussl <[EMAIL PROTECTED] org> To Maven Users List 11/04/2005 06:45 <users@maven.apache.org> PM cc Subject Please respond to Re: [m102] bad results when "Maven Users including custom.css List" <[EMAIL PROTECTED] he.org>



Hi Thomas,

The maven.xdoc.theme.url property only works as an absolute URL (the
documentation on this has recently been updated), what you want is a
project.css file in xdocs/style/, this will automatically be picked up.

HTH,
-Lukas


[EMAIL PROTECTED] wrote:




hello,

I put a custom.css file under xdocs/style  and added

maven.xdoc.theme.url

=./style/custom.css
to project.properties

The m1 doc says "...a css file that can be used in addition to
maven-base.css"

However, when the site is generated, the pages do not look like a

standard

maven
project page.

it looks like none of the standard maven css files are being used or

found.

Do I need to specify anything else to make all the maven css files
available?

Thanks
Tom




This message is intended for the recipient only and is not meant to be

forwarded or distributed in any other format. This communication is for
informational purposes only.  It is not intended as an offer or
solicitation for the purchase or sale of any financial instrument, or
security, or as an official confirmation of any transaction.  Putnam does
not accept purchase or redemptions of securities, instructions, or
authorizations that are sent via e-mail.   All market prices, data and
other information are not warranted as to completeness or accuracy and are
subject to change without notice.  Any comments or statements made herein
do not necessarily reflect those of Putnam, LLC (DBA Putnam Investments)
and its subsidiaries and affiliates.  If you are not the intended recipient
of this e-mail, please delete the e-mail.

---------------------------------------------------------------------
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]





This message is intended for the recipient only and is not meant to be forwarded or distributed in any other format. This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument, or security, or as an official confirmation of any transaction. Putnam does not accept purchase or redemptions of securities, instructions, or authorizations that are sent via e-mail. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of Putnam, LLC (DBA Putnam Investments) and its subsidiaries and affiliates. If you are not the intended recipient of this e-mail, please delete the e-mail.

---------------------------------------------------------------------
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]

Reply via email to