I'm creating mp3 player using j2me polish But i still don't know how to place other classes beside the main class in build.xml I'm in an urgent right now to finish a deadline, any help will be fully appreciated
This is based on my ignorance here, but isn't that all you really need, because the Main class has references to the other classes in your application?
OK, in Pro J2ME Polish the stuff that shows up for the build.xml is the <sources> tag that points to the base directory that has all your sources, then the build script will include all those classes.