try this

You can set your ~/.m2/settings.xml file to include
<localRepository>c:/Dokume~1/username/.m2/repository/</localRepository>

This is a pretty standard issue with windows and Maven (and often windows
and Java in general)


2008/10/1 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]>

> Hi!
>
> I have just noticed that tapestry-component report strips all HTML tags
> from the javadoc.
>
> Example:
>
> /*
>  * Component that only shows a message if a given text is not null and not
> empty.
>  * It puts the message inside a <code>div</code> with class
> <code>t-crud-message</code>.
>  * One example can be found in
>  * <a href="
> http://ars-machina.svn.sourceforge.net/viewvc/ars-machina/example/trunk/src/main/webapp/project/EditProject.tml?view=markup
> "
>  *              >Ars Machina Project Example</a>.
>  */
> public class Message { ... }
>
> The generated component documentation is plaintext, losing the formatting
> (<code> tag) and the links:
>
> Base class for pages that edit entity objects. One example of its use can
> be found in the Ars Machina Project Example Application (page class.
> template).
>
> Why are the tags HTML stripped from tapestry-component-report?
>
> Thanks in advance.
>
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com

Reply via email to