[EMAIL PROTECTED] wrote: > costin 2002/06/14 14:23:15 > > Modified: jasper2/src/share/org/apache/jasper JspC.java > Log: > Add the --compile CLI and 'compile=' ant attribute. > > If set we'll also compile. > > I have some doubts about this - it would be ugly to change jspc to > support all the options that <javac> normally supports, and it's > not a good design to mix to tasks.
If you're running it by hand on the command line, and you only really care about getting your classes compiled, then I think it's a good convinience feature. If you're using Ant <jspc> task, then I agree this is uneeded, and possibly bad. So if you don't like it and want to remove it, +1 for removing the Ant attribute, but I'd like to see the command line parameter stay in. Just my .02 euros; I'm not using JspC at all; maybe we should see if users want to comment on that. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>