What do you mean with "the JAD file still specifies the original Midlet filename "Arcadia.jar"" ? The JAD only specifies the Classname of the midlet to run, and maybe a JAR-URL from which to download the JAR. The last parameter, Midlet-JAR-URL can be changed and saved in the eclipseME-JAD Editor.
I think that the output-Jar is named according to the JAD. Try rightclick->Refactor->Rename on the JAD and rename it to ArcadiaM3.jad, then the JAR should be ArcadiaM3.jar. Markus Ben Hutchison schrieb: > Hi Craig, > > I checked out an older branch of our source and loaded it into Eclipse > under a different project name "ArcadiaM3". However, the JAD file still > specifies the original Midlet filename "Arcadia.jar". What Im seeing in > EclipseME 1.7.6 is that the Midlet Jar URL property of the Jad seems to > be ignored, and the built Jar file is named "ArcadiaM3.jar". > > This seems at odds with the help file: "The URL from which the JAR file > can be loaded. By default, this field will be set to the name of the > Midlet Suite project. Changing the name of the jar file will > automatically cause a rebuild of the deployed jar with the new name. A > full URL may be specified in this field, in which case the final > component of the URL will be used when building the JAR name." > > Is this a bug? > > -Ben > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
