[Cmake] Why does ADD_JAVA_LIBRARY use "*.class" to build JAR files?

Doug Gregor dgregor at cs.indiana.edu
Tue Aug 31 16:38:46 EDT 2004


Andy,

Understood. I've submitted the bug with a new patch that adds 
Foo*.class to the Jar file (for each class Foo, of course). It's not 
perfect, but it'll work better than what we currently have, and most 
importantly it works for me <g>

	Doug

On Aug 31, 2004, at 3:20 PM, Andy Cedilnik wrote:

> Hi Doug,
>
> The problem with anonymous classes is that you need to get their names
> somehow. For that you need a fairly complete Java parser.
>
> 			Andy
>
> On Tue, 2004-08-31 at 15:11, Doug Gregor wrote:
>> FYI, I've found a bug with the patch... the .class files for anonymous
>> inner classes don't get picked up  . If/when I get this bug fixed, 
>> I'll
>> submit a new patch via the bug tracker.
>



More information about the Cmake mailing list