Re: JspC options

2007-03-02 Thread Yoav Shapira
Hi, On 3/2/07, Steve Joynt <[EMAIL PROTECTED]> wrote: Would it be possible/feasible to add finer control over the java compiler used by JspC when compiling jsps? It's probably possible, and most likely to get done if you write the code and send in a patch yourself ;) The ant Javac task inclu

JspC options

2007-03-01 Thread Steve Joynt
Hi, Would it be possible/feasible to add finer control over the java compiler used by JspC when compiling jsps? The ant Javac task includes the "executable" parameter, which allows you to specify the path to the javac executable. Can this be exposed through the ant JspC task somehow? I'm not sur