You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@covalent.net on 2002/05/17 21:27:08 UTC

Task.setRuntimeConfigurableWrapper()

setRuntimeConfigurableWrapper() is currently protected, and used from
RuntimeConfigurable which is in the same packet.

Using a class that extends RuntimeConfigurable allows a ProjectHelper to
use SAX2 or extend the property replacement alghoritm or do any other
fancy thing with the parsing. 

Unfortunately that won't work unless the method is made public, or 
the extended RuntimeConfigurable is put in the same package ( which
will brake Sealing and is ugly ).

Is it ok to change it to public ? Do you have any better sugestion that 
would avoid that call ? 

( I'll check in a modified ProjectHeloper2 using RuntimeConfigurable2 
to better show how I would like to use it )

Costin 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>