> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 21 February 2002 7:34 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit:
> jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/components/co
> nfigurer PropertyException.java PropertyUtil.java
>
>
> donaldp     02/02/21 01:33:29
>
>   Added:
> proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer
>                         PropertyException.java PropertyUtil.java
>   Log:
>   Add a PropertyUtil class that doesn't need avalons Context
>

Can we make this non-static?  That way we can change the behaviour (e.g. for
an Ant 1.x compat layer, or as a config option).

How about this:

- Add TaskContext.resolveValue( String ).
- Move the guts of PropertyUtil to a new AbstractTaskContext.
- Pass a TaskContext to Configurer.configure().  Or, maybe extract out a
super-interface (call it, um, Context).  This would be useful for putting
together a ServiceContext too.


Adam


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to