How to customize the compiler plugin

2006-06-23 Thread Clifton Craig
Hello all, I have a question. How do I plug a different compiler into the compiler plugin? Is there a guide or a howto that I can referr to? I need to know what's involved. Do I have to write some Java code (a compiler class or something) or can I get away with using the plugin attributes, fork

Re: How to customize the compiler plugin

2006-06-23 Thread Toto Laricot
Have a look at http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html The executable should be what you need. T. On 6/23/06, Clifton Craig <[EMAIL PROTECTED]> wrote: Hello all, I have a question. How do I plug a different compiler into the compiler plugin? Is there a guide or

Re: How to customize the compiler plugin

2006-06-27 Thread Clifton Craig
On Friday 23 June 2006 9:37 pm, Toto Laricot wrote: > Have a look at > http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html > The executable should be what you need. > T. I misspoke earlier. In this case (compiling XSLTs) I don't think the command line is an option as there is

Re: How to customize the compiler plugin

2006-12-11 Thread Wayne Fay
In case you haven't seen the emails about MOJO-483 lately, thought I'd reply to this email and mention it... We're working on an xsltc-maven-plugin mojo. It works great for my uses right now, so give it a try and post some feedback. Wayne On 6/26/06, Clifton Craig <[EMAIL PROTECTED]> wrote: On