Thanks, Jan! I haven't tested on 1.2--I think this will work, and I will test if someone else doesn't beat me to it.
Thanks, Matt --- [EMAIL PROTECTED] wrote: > Author: mbenson > Date: Thu Apr 12 10:20:19 2007 > New Revision: 528047 > > URL: > http://svn.apache.org/viewvc?view=rev&rev=528047 > Log: > static inner should fix 1.2 probs > > Modified: > > ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java > > Modified: > ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java > URL: > http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java?view=diff&rev=528047&r1=528046&r2=528047 > ============================================================================== > --- > ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java > (original) > +++ > ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java > Thu Apr 12 10:20:19 2007 > @@ -143,7 +143,7 @@ > } > } > > - private class InvertedPatternSet extends > PatternSet { > + private static class InvertedPatternSet extends > PatternSet { > private InvertedPatternSet(PatternSet p) { > setProject(p.getProject()); > addConfiguredPatternset(p); > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]