| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I'm always hesitant to ascribe something to a compiler bug but I've got a problem which is driving me dotty.
I have a project which I've been developing with CodeWarrior. I'm now putting together an ant script to do a clean build and package the application for release. The ant script builds the application without errors, but omits to output one or two inner classes of one particular class! I get XX$55.class and XX$57.class but no $56! When I run the code, not surprisingly, I get a ClassNotFoundError.
private static final boolean DEBUG = false;
if (DEBUG) {
Object inner = new Object() { };
}-Rolf
-- Rolf Howarth, Square Box Systems Ltd, Stratford-upon-Avon UK. _______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.