Re: xsltc plugin

2008-10-15 Thread Wayne Fay
The functionality provided by xsltc-m-p is sufficiently different from xml-m-p that it should probably not be removed without at least discussing things. Here's more documentation on XSLTC, many people are unaware of it: http://xml.apache.org/xalan-j/xsltc_usage.html In short, you include a XSLT

Re: xsltc plugin

2008-10-15 Thread Simone Tripodi
Hi Wayne, thanks, I checked-out the code and I'm currently installing it into my local repo - and I'm also reading the code to understand how to use it. I just need to compile a single XSLT in a java class, so I'll reuse it in my application. Thank you very much for your help! Simone 2008/10/15

Re: xsltc plugin

2008-10-15 Thread Wayne Fay
Matt Whitlock wrote the original xsltc-m-p. Then when I wanted to use it on a project, I tweaked some features and updated the code in svn. The xsltc-m-p compiles xslt stylesheets into Xalan translets. As of now, there is no official release per-se of this plugin, as it still lives in the sandbox.

Re: xsltc plugin

2008-10-15 Thread Simone Tripodi
Hi Dan, Nick, thank you very much for your quick reply! Best regards, Simone 2008/10/15 Dan Tran <[EMAIL PROTECTED]>: > oops, dont know about xsltc-maven-plugin's status > > -D > > On Wed, Oct 15, 2008 at 12:43 AM, Dan Tran <[EMAIL PROTECTED]> wrote: >> xml-maven-plugin is the official one. >> >>

Re: xsltc plugin

2008-10-15 Thread Dan Tran
oops, dont know about xsltc-maven-plugin's status -D On Wed, Oct 15, 2008 at 12:43 AM, Dan Tran <[EMAIL PROTECTED]> wrote: > xml-maven-plugin is the official one. > > I will remove the one in sandbox > > -D > > On Wed, Oct 15, 2008 at 12:40 AM, Nick Stolwijk <[EMAIL PROTECTED]> wrote: >> There is

Re: xsltc plugin

2008-10-15 Thread Dan Tran
xml-maven-plugin is the official one. I will remove the one in sandbox -D On Wed, Oct 15, 2008 at 12:40 AM, Nick Stolwijk <[EMAIL PROTECTED]> wrote: > There is also an xsltc maven plugin in the sandbox, but that hasn't > been updated for a while. See > https://svn.codehaus.org/mojo/trunk/sandbox

Re: xsltc plugin

2008-10-15 Thread Nick Stolwijk
There is also an xsltc maven plugin in the sandbox, but that hasn't been updated for a while. See https://svn.codehaus.org/mojo/trunk/sandbox/xsltc-maven-plugin/ What is the state of this plugin? Hth Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl

Re: xsltc plugin

2008-10-15 Thread Dan Tran
http://mojo.codehaus.org/xml-maven-plugin/ On Wed, Oct 15, 2008 at 12:32 AM, Dan Tran <[EMAIL PROTECTED]> wrote: > http://mojo.codehaus.org/xslt-maven-plugin ? > > On Wed, Oct 15, 2008 at 12:28 AM, Simone Tripodi > <[EMAIL PROTECTED]> wrote: >> Hi everybody, >> In my project I need to use the XSL

Re: xsltc plugin

2008-10-15 Thread Dan Tran
http://mojo.codehaus.org/xslt-maven-plugin ? On Wed, Oct 15, 2008 at 12:28 AM, Simone Tripodi <[EMAIL PROTECTED]> wrote: > Hi everybody, > In my project I need to use the XSLTC and I want to integrate it in my > Maven build, but I haven't found any official documentation's page. Is > there any rel

xsltc plugin

2008-10-15 Thread Simone Tripodi
Hi everybody, In my project I need to use the XSLTC and I want to integrate it in my Maven build, but I haven't found any official documentation's page. Is there any release of it? Thanks in advance, Simone - To unsubscribe, e-mai