Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2005-05-25 Thread Stefan Bodewig
On Wed, 25 May 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > If we plan to release 1.7 from SVN, and wait to move this class > until we have migrated, we get to preserve the changelog, correct? Good point, let's wait. Stefan -

Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2005-05-25 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 25 May 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > >> > +public class XMLFragment extends > ProjectComponent implements > > > >> with this it would make sense to move it to the > types package > >> (insetad of util). I vaguely recal

Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2005-05-25 Thread Stefan Bodewig
On Wed, 25 May 2005, Matt Benson <[EMAIL PROTECTED]> wrote: >> > +public class XMLFragment extends ProjectComponent implements > >> with this it would make sense to move it to the types package >> (insetad of util). I vaguely recall Steve wanted to do so some >> months ago. > > If that's the c

Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2005-05-25 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On 24 May 2005, <[EMAIL PROTECTED]> wrote: > > > Oops need this for echoxml task. > > > > -public class XMLFragment implements > DynamicElementNS { > > +public class XMLFragment extends > ProjectComponent implements > > +DynamicElementNS { >

Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2005-05-24 Thread Stefan Bodewig
On 24 May 2005, <[EMAIL PROTECTED]> wrote: > Oops need this for echoxml task. > > -public class XMLFragment implements DynamicElementNS { > +public class XMLFragment extends ProjectComponent implements > +DynamicElementNS { with this it would make sense to move it to the types package (in

Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2004-05-25 Thread Peter Reilly
Stefan Bodewig wrote: Peter, you forgot to cvs add DynamicConfiguratorNS itself. I'll comment the changes so that Ant can bootstrap again. Opps, I have added DynamicConfiguratorNS and decommented the changes. Cheers, Peter Stefan -

Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2004-05-25 Thread Stefan Bodewig
Peter, you forgot to cvs add DynamicConfiguratorNS itself. I'll comment the changes so that Ant can bootstrap again. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]