How do I bind my mojo to one of those clean phases in my own lifecyle extension?
An example is super. Thanks On 1/18/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > pre-clean > clean > post-clean > > On 1/18/06, Chris Berry <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > You can, you will have attach the task early on in the build process -- > say, > > at the validate phase. Currently, all attached Plugins execute after teh > > phase they refer to. > > > > I am uncertain what the actual lifecycle (i.e. the phases) is for the > Clean > > Plugin, maybe a M2 expert can tell us all?? > > Cheers, > > -- Chris > > > > On 1/18/06, Paul Hepworth <[EMAIL PROTECTED]> wrote: > > > > > > Hi > > > > > > Is it possible to run an Ant task using antrun before the clean task > is > > > executed?? > > > > > > I need to do this due to a limitation with Windows in that my > directory > > > structure is too deep and exceeds the maximum depth so the classes > > > cannot be deleted. I need to run an ant task that will move the > classes > > > to a directory C:\t so that they can be deleted. > > > > > > Any suggestions? > > > Cheers > > > Paul > > > > > > > > > > > > This message should be regarded as confidential. If you have received > this > > > email in error please notify the sender and destroy it immediately. > > > Statements of intent shall only become binding when confirmed in hard > copy > > > by an authorised signatory. The contents of this email may relate to > > > dealings with other companies within the Detica Group plc group of > > > companies. > > > > > > Detica Limited is registered in England under No: 1337451. > > > > > > Registered offices: Surrey Research Park, Guildford, Surrey, GU2 7YP, > > > England. > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
