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
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