[EMAIL PROTECTED] wrote:
> 
...
> My plan is to provide a codeTaskFramework.java file along with the task.
> It would be something like this:
> 
> public class codeTaskFramework extends Task
...
> }
> 
> Because this java file will be editable by the user, 

The user probably should _not_ be able to edit the _standard_ copy.
You should probably define a subclassing mechanism.  

I'm thinking of the way you can write your own base class for JSPs
and then have a JSP say that it extends that subclass.

(If users edit the original class in one Ant installation, code
tasks that run in that installation won't run in an unmodified Ant 
installation (and without a clear "can't find special base class"
message).)


Regarding generating source, compiling it, and managing optimiziations,
can you use anything from Tomcat's JSP-processing code?  (I'm not familiar 
with it at all, but it sounds likely to be useful.)



Daniel
-- 
Daniel Barclay
Digital Focus
[EMAIL PROTECTED]

Reply via email to