Re: Passing list of classes to exclude from build as macrodef attribute

2012-03-09 Thread Noam Postavsky
On Fri, Mar 9, 2012 at 10:18 AM, Scot P. Floess wrote: > >     >         >     > >     >         >     > > > > Arguably, a little uglier notation... I'm not worried about notation, but I'd like to avoid repetition; using this method I would need to do repeat every excluded class name twice: onc

Re: Passing list of classes to exclude from build as macrodef attribute

2012-03-09 Thread Noam Postavsky
On Fri, Mar 9, 2012 at 8:20 AM, Scot P. Floess wrote: > > Why not just use a child element for the macrodef?  Something like: Ah, I didn't realize that was possible. > >     >     > That's better, but I also need to get rid of the class files (convert is JavaCard converter and it takes all th