Re: AW: AW: Problem with build after method signature change

2007-08-03 Thread billf5293
> > > So only JARs will be uploaded which content changed. Means, class files... > or manifest file... > > Maybe that helps ... > > > Jan > >>-Ursprüngliche Nachricht- >>Von: billf5293 [mailto:[EMAIL PROTECTED] >>Gesendet: Fr

Re: AW: Problem with build after method signature change

2007-08-03 Thread billf5293
2007 20:56 >>An: Ant Users List >>Betreff: Re: Problem with build after method signature change >> >>On 8/2/07, billf5293 <[EMAIL PROTECTED]> wrote: >>> >>> We are experiencing a problem with our build after a method >>signature change >>&g

Re: Problem with build after method signature change

2007-08-03 Thread billf5293
these incremental builds only the jars that need updating are touched allowing the client to use cached jars for those jars that aren't updated. Thanks. Dominique Devienne-2 wrote: > > On 8/2/07, billf5293 <[EMAIL PROTECTED]> wrote: >> >> We are experiencing a p

Problem with build after method signature change

2007-08-02 Thread billf5293
We are experiencing a problem with our build after a method signature change in one of our classes. A method was changed from non-static to static. Since the dependant class files would still compile ant did not compile them. The result is a IncompatibleClassChangeError at runtime saying a non-