On Mon, 11 Feb 2002 12:57, Jose Alberto Fernandez wrote: > 1) Antlib/antjar allowing the definition of roles. There are two predefined > roles "task" and "datatype". The meaning of roles is simillar to that of > Peter but the way they work (are declared) is somewhat different. A role > declaration especifies: > > - a name for the role > > - an interface with only one method which is used be the container to add > elements of that particular role.
Im not sure why this is needed - can you explain why you would want this? > 3) A new SymbolTable scope structure (in resemblace of the ExecutionFrames > in ANT2 proposals). In this way role declarations can be inherited from one > project to the next instead of being copied. Unfortunately DataTypes are mutable. So by this change modifications in sub-builds will now modify the objects in original build. This kinda feels icky. -- Cheers, Pete *-----------------------------------------------------* * "Faced with the choice between changing one's mind, * * and proving that there is no need to do so - almost * * everyone gets busy on the proof." * * - John Kenneth Galbraith * *-----------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
