You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Joao Victor <jv...@gmail.com> on 2005/08/08 19:40:03 UTC

Beautified source-code?

Is there any way to make Maven show source between <source> tags
already beautified  (ie., with syntax colors)?

Cheers,
J.V.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Beautified source-code?

Posted by Nicolas Chalumeau <ni...@gmail.com>.
I think it was for the xdocs and the responce is no... Maybe some
CSS/javscript can be reuse to do this (sorry don't know where point
you here)

Nicolas,

2005/8/8, dan tran <da...@gmail.com>:
> Joao,
> 
> is there a reason maven should be able to show source?
> 
> or you are asking if there is a code beautifier plugin for maven?
> 
> -D
> 
> On 8/8/05, Joao Victor <jv...@gmail.com> wrote:
> > Is there any way to make Maven show source between <source> tags
> > already beautified  (ie., with syntax colors)?
> >
> > Cheers,
> > J.V.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Beautified source-code?

Posted by dan tran <da...@gmail.com>.
Joao,

is there a reason maven should be able to show source?

or you are asking if there is a code beautifier plugin for maven?

-D

On 8/8/05, Joao Victor <jv...@gmail.com> wrote:
> Is there any way to make Maven show source between <source> tags
> already beautified  (ie., with syntax colors)?
> 
> Cheers,
> J.V.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Beautified source-code?

Posted by Marcus A Christie <ma...@cs.indiana.edu>.
Joao Victor wrote:
> Is there any way to make Maven show source between <source> tags
> already beautified  (ie., with syntax colors)?
> 
> Cheers,
> J.V.
> 

It's not what you are asking for, but FWIW, the JXR plugin produced 
syntax colored code.  here's example output, a class within the JXR project:

http://maven.apache.org/reference/plugins/jxr/xref/org/apache/maven/jxr/CodeTransform.html

Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org